Uses of Enum
org.antlr.v4.tool.ErrorType
Packages that use ErrorType
-
Uses of ErrorType in org.antlr.v4.parse
Methods in org.antlr.v4.parse with parameters of type ErrorTypeModifier and TypeMethodDescriptionvoid
ANTLRLexer.grammarError
(ErrorType etype, org.antlr.runtime.Token token, Object... args) void
ANTLRParser.grammarError
(ErrorType etype, org.antlr.runtime.Token token, Object... args) void
ToolANTLRLexer.grammarError
(ErrorType etype, org.antlr.runtime.Token token, Object... args) void
ToolANTLRParser.grammarError
(ErrorType etype, org.antlr.runtime.Token token, Object... args) -
Uses of ErrorType in org.antlr.v4.semantics
Methods in org.antlr.v4.semantics with parameters of type ErrorTypeModifier and TypeMethodDescriptionprotected void
SymbolChecks.checkDeclarationRuleConflicts
(Rule r, AttributeDict attributes, Set<String> ruleNames, ErrorType errorType) protected void
SymbolChecks.checkLocalConflictingDeclarations
(Rule r, AttributeDict attributes, AttributeDict referenceAttributes, ErrorType errorType) -
Uses of ErrorType in org.antlr.v4.tool
Fields in org.antlr.v4.tool declared as ErrorTypeFields in org.antlr.v4.tool with type parameters of type ErrorTypeMethods in org.antlr.v4.tool that return ErrorTypeModifier and TypeMethodDescriptionANTLRMessage.getErrorType()
static ErrorType
Returns the enum constant of this type with the specified name.static ErrorType[]
ErrorType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.antlr.v4.tool with parameters of type ErrorTypeModifier and TypeMethodDescriptionvoid
ErrorManager.emit
(ErrorType etype, ANTLRMessage msg) void
ErrorManager.grammarError
(ErrorType etype, String fileName, org.antlr.runtime.Token token, Object... args) void
void
ErrorManager.syntaxError
(ErrorType etype, String fileName, org.antlr.runtime.Token token, org.antlr.runtime.RecognitionException antlrException, Object... args) void
Raise a predefined message with some number of parameters for the StringTemplate but for which there is no location information possible.void
Constructors in org.antlr.v4.tool with parameters of type ErrorTypeModifierConstructorDescriptionANTLRMessage
(ErrorType errorType) ANTLRMessage
(ErrorType errorType, Throwable e, org.antlr.runtime.Token offendingToken, Object... args) ANTLRMessage
(ErrorType errorType, org.antlr.runtime.Token offendingToken, Object... args) GrammarSemanticsMessage
(ErrorType etype, String fileName, org.antlr.runtime.Token offendingToken, Object... args) GrammarSyntaxMessage
(ErrorType etype, String fileName, org.antlr.runtime.Token offendingToken, org.antlr.runtime.RecognitionException antlrException, Object... args) ToolMessage
(ErrorType errorType) ToolMessage
(ErrorType errorType, Object... args) ToolMessage
(ErrorType errorType, Throwable e, Object... args)