Uses of Enum Class
org.pgcodekeeper.core.parsers.antlr.base.ErrorTypes
Packages that use ErrorTypes
-
Uses of ErrorTypes in org.pgcodekeeper.core.parsers.antlr.base
Methods in org.pgcodekeeper.core.parsers.antlr.base 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.parsers.antlr.base 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