Package | Description |
---|---|
org.stringtemplate.v4.misc |
Modifier and Type | Field | Description |
---|---|---|
ErrorType |
STMessage.error |
Modifier and Type | Method | Description |
---|---|---|
static ErrorType |
ErrorType.valueOf(String name) |
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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
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 |
ErrorManager.IOError(ST self,
ErrorType error,
Throwable e) |
|
void |
ErrorManager.IOError(ST self,
ErrorType error,
Throwable e,
Object arg) |
|
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) |
Constructor | Description |
---|---|
STCompiletimeMessage(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) |
|
STMessage(ErrorType error) |
|
STMessage(ErrorType error,
ST self) |
|
STMessage(ErrorType error,
ST self,
Throwable cause) |
|
STMessage(ErrorType error,
ST self,
Throwable cause,
Object arg) |
|
STMessage(ErrorType error,
ST self,
Throwable cause,
Object arg,
Object arg2) |
|
STMessage(ErrorType error,
ST self,
Throwable cause,
Object arg,
Object arg2,
Object arg3) |
|
STMessage(ErrorType error,
ST self,
Throwable cause,
org.antlr.runtime.Token where,
Object arg) |
|
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) |
Copyright © 2019. All rights reserved.