public class ErrorManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static STErrorListener |
DEFAULT_ERROR_LISTENER
|
STErrorListener |
listener
|
| Constructor and Description |
|---|
ErrorManager()
|
ErrorManager(STErrorListener
|
| Modifier and Type | Method and Description |
|---|---|
void |
compileTimeError(ErrorType
|
void |
compileTimeError(ErrorType
|
void |
compileTimeError(ErrorType
|
void |
groupLexerError(ErrorType
|
void |
groupSyntaxError(ErrorType
|
void |
internalError(ST
|
void |
IOError(ST
|
void |
IOError(ST
|
void |
lexerError(String
|
void |
runTimeError(Interpreter
|
void |
runTimeError(Interpreter
|
void |
runTimeError(Interpreter
|
void |
runTimeError(Interpreter
|
void |
runTimeError(Interpreter
|
public static STErrorListenerDEFAULT_ERROR_LISTENER
public final STErrorListenerlistener
public ErrorManager()
public ErrorManager(STErrorListenerlistener)
public void compileTimeError(ErrorTypeerror, org .antlr .runtime .Token templateToken, org .antlr .runtime .Token t)
public void lexerError(StringsrcName, String msg, org .antlr .runtime .Token templateToken, org .antlr .runtime .RecognitionException e)
public void compileTimeError(ErrorTypeerror, org .antlr .runtime .Token templateToken, org .antlr .runtime .Token t, Object arg)
public void compileTimeError(ErrorTypeerror, org .antlr .runtime .Token templateToken, org .antlr .runtime .Token t, Object arg, Object arg2)
public void groupSyntaxError(ErrorTypeerror, String srcName, org .antlr .runtime .RecognitionException e, String msg)
public void groupLexerError(ErrorTypeerror, String srcName, org .antlr .runtime .RecognitionException e, String msg)
public void runTimeError(Interpreterinterp, InstanceScope scope, ErrorType error)
public void runTimeError(Interpreterinterp, InstanceScope scope, ErrorType error, Object arg)
public void runTimeError(Interpreterinterp, InstanceScope scope, ErrorType error, Throwable e, Object arg)
public void runTimeError(Interpreterinterp, InstanceScope scope, ErrorType error, Object arg, Object arg2)
public void runTimeError(Interpreterinterp, InstanceScope scope, ErrorType error, Object arg, Object arg2, Object arg3)