Uses of Enum Class
org.pgcodekeeper.core.database.base.parser.ErrorTypes
Packages that use ErrorTypes
-
Uses of ErrorTypes in org.pgcodekeeper.core.database.base.parser
Methods in org.pgcodekeeper.core.database.base.parser that return ErrorTypesModifier and TypeMethodDescriptionAntlrError.getErrorType()static ErrorTypesReturns the enum constant of this class with the specified name.static ErrorTypes[]ErrorTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.pgcodekeeper.core.database.base.parser with parameters of type ErrorTypesModifierConstructorDescriptionAntlrError(String location, int line, int charPositionInLine, String msg, ErrorTypes errorType) Creates an ANTLR error without token informationAntlrError(org.antlr.v4.runtime.Token tokenError, String location, int line, int charPositionInLine, String msg, ErrorTypes errorType) Creates an ANTLR error with specified error type