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 STErrorListener
public void runTimeError(STMessage msg)
runTimeError
in interface STErrorListener
public void IOError(STMessage msg)
IOError
in interface STErrorListener
public void internalError(STMessage msg)
internalError
in interface STErrorListener
public java.lang.String toString()
toString
in class java.lang.Object