STErrorListenerpublic class ErrorBuffer extends Object implements STErrorListener
| Constructor | Description |
|---|---|
ErrorBuffer() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
compileTimeError(STMessage msg) |
|
void |
internalError(STMessage msg) |
|
void |
IOError(STMessage msg) |
|
void |
runTimeError(STMessage msg) |
|
String |
toString() |
public void compileTimeError(STMessage msg)
compileTimeError in interface STErrorListenerpublic void runTimeError(STMessage msg)
runTimeError in interface STErrorListenerpublic void IOError(STMessage msg)
IOError in interface STErrorListenerpublic void internalError(STMessage msg)
internalError in interface STErrorListenerCopyright © 2019. All rights reserved.