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 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
Copyright © 2024. All rights reserved.