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 TypeMethodDescriptionvoidANTLRLexer.grammarError(ErrorType etype, org.antlr.runtime.Token token, Object... args) voidANTLRParser.grammarError(ErrorType etype, org.antlr.runtime.Token token, Object... args) voidToolANTLRLexer.grammarError(ErrorType etype, org.antlr.runtime.Token token, Object... args) voidToolANTLRParser.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 voidSymbolChecks.checkDeclarationRuleConflicts(Rule r, AttributeDict attributes, Set<String> ruleNames, ErrorType errorType) protected voidSymbolChecks.checkLocalConflictingDeclarations(Rule r, AttributeDict attributes, AttributeDict referenceAttributes, ErrorType errorType) -
Uses of ErrorType in org.antlr.v4.tool
Fields in org.antlr.v4.tool with type parameters of type ErrorTypeMethods in org.antlr.v4.tool that return ErrorTypeModifier and TypeMethodDescriptionANTLRMessage.getErrorType()static ErrorTypeReturns 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 TypeMethodDescriptionvoidErrorManager.emit(ErrorType etype, ANTLRMessage msg) voidErrorManager.grammarError(ErrorType etype, String fileName, org.antlr.runtime.Token token, Object... args) voidvoidErrorManager.syntaxError(ErrorType etype, String fileName, org.antlr.runtime.Token token, org.antlr.runtime.RecognitionException antlrException, Object... args) voidRaise a predefined message with some number of parameters for the StringTemplate but for which there is no location information possible.voidConstructors 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)