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 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.stringtemplate.v4.misc with parameters of type ErrorTypeModifier and TypeMethodDescriptionvoid
ErrorManager.compileTimeError
(ErrorType error, org.antlr.runtime.Token templateToken, org.antlr.runtime.Token t) void
ErrorManager.compileTimeError
(ErrorType error, org.antlr.runtime.Token templateToken, org.antlr.runtime.Token t, Object arg) void
ErrorManager.compileTimeError
(ErrorType error, org.antlr.runtime.Token templateToken, org.antlr.runtime.Token t, Object arg, Object arg2) void
ErrorManager.groupLexerError
(ErrorType error, String srcName, org.antlr.runtime.RecognitionException e, String msg) void
ErrorManager.groupSyntaxError
(ErrorType error, String srcName, org.antlr.runtime.RecognitionException e, String msg) void
void
void
ErrorManager.runTimeError
(Interpreter interp, InstanceScope scope, ErrorType error) void
ErrorManager.runTimeError
(Interpreter interp, InstanceScope scope, ErrorType error, Object arg) void
ErrorManager.runTimeError
(Interpreter interp, InstanceScope scope, ErrorType error, Object arg, Object arg2) void
ErrorManager.runTimeError
(Interpreter interp, InstanceScope scope, ErrorType error, Object arg, Object arg2, Object arg3) void
ErrorManager.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)