public interface ErrorReporter
Modifier and Type | Method and Description |
---|---|
void |
raiseError(Where where,
ISemanticError error) |
void |
raiseError(Where where,
java.lang.String what) |
void raiseError(Where where, ISemanticError error) throws SemanticException
SemanticException
void raiseError(Where where, java.lang.String what) throws SemanticException
SemanticException