public class ErrorBuffer extends java.lang.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) |
java.lang.String |
toString() |
public java.util.List<STMessage> errors
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 STErrorListenerpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All Rights Reserved.