public class ErrorBuffer extends Object implements STErrorListener
| Constructor and Description |
|---|
ErrorBuffer() |
| Modifier and Type | Method and 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 © 2013. All Rights Reserved.