Uses of Enum
org.stringtemplate.v4.misc.ErrorType
Packages that use ErrorType
-
Uses of ErrorType in org.stringtemplate.v4.misc
Fields in org.stringtemplate.v4.misc declared as ErrorTypeMethods in org.stringtemplate.v4.misc that return ErrorTypeModifier and TypeMethodDescriptionstatic 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.stringtemplate.v4.misc with parameters of type ErrorTypeModifier and TypeMethodDescriptionvoidErrorManager.compileTimeError(ErrorType error, org.antlr.runtime.Token templateToken, org.antlr.runtime.Token t) voidErrorManager.compileTimeError(ErrorType error, org.antlr.runtime.Token templateToken, org.antlr.runtime.Token t, Object arg) voidErrorManager.compileTimeError(ErrorType error, org.antlr.runtime.Token templateToken, org.antlr.runtime.Token t, Object arg, Object arg2) voidErrorManager.groupLexerError(ErrorType error, String srcName, org.antlr.runtime.RecognitionException e, String msg) voidErrorManager.groupSyntaxError(ErrorType error, String srcName, org.antlr.runtime.RecognitionException e, String msg) voidvoidvoidErrorManager.runTimeError(Interpreter interp, InstanceScope scope, ErrorType error) voidErrorManager.runTimeError(Interpreter interp, InstanceScope scope, ErrorType error, Object arg) voidErrorManager.runTimeError(Interpreter interp, InstanceScope scope, ErrorType error, Object arg, Object arg2) voidErrorManager.runTimeError(Interpreter interp, InstanceScope scope, ErrorType error, Object arg, Object arg2, Object arg3) voidErrorManager.runTimeError(Interpreter interp, InstanceScope scope, ErrorType error, Throwable e, Object arg) Constructors in org.stringtemplate.v4.misc with parameters of type ErrorTypeModifierConstructorDescriptionSTCompiletimeMessage(ErrorType error, String srcName, org.antlr.runtime.Token templateToken, org.antlr.runtime.Token t) STCompiletimeMessage(ErrorType error, String srcName, org.antlr.runtime.Token templateToken, org.antlr.runtime.Token t, Throwable cause) STCompiletimeMessage(ErrorType error, String srcName, org.antlr.runtime.Token templateToken, org.antlr.runtime.Token t, Throwable cause, Object arg) STCompiletimeMessage(ErrorType error, String srcName, org.antlr.runtime.Token templateToken, org.antlr.runtime.Token t, Throwable cause, Object arg, Object arg2) STGroupCompiletimeMessage(ErrorType error, String srcName, org.antlr.runtime.Token t, Throwable cause) STGroupCompiletimeMessage(ErrorType error, String srcName, org.antlr.runtime.Token t, Throwable cause, Object arg) STGroupCompiletimeMessage(ErrorType error, String srcName, org.antlr.runtime.Token t, Throwable cause, Object arg, Object arg2) STRuntimeMessage(Interpreter interp, ErrorType error, int ip) STRuntimeMessage(Interpreter interp, ErrorType error, int ip, InstanceScope scope) STRuntimeMessage(Interpreter interp, ErrorType error, int ip, InstanceScope scope, Object arg) STRuntimeMessage(Interpreter interp, ErrorType error, int ip, InstanceScope scope, Throwable e, Object arg) STRuntimeMessage(Interpreter interp, ErrorType error, int ip, InstanceScope scope, Throwable e, Object arg, Object arg2) STRuntimeMessage(Interpreter interp, ErrorType error, int ip, InstanceScope scope, Throwable e, Object arg, Object arg2, Object arg3)