| java.lang.Object java.util.EventObject com.go.tea.compiler.ErrorEvent
Constructor Summary | |
| ErrorEvent(Object source, String errorMsg, Token culprit) | | ErrorEvent(Object source, String errorMsg, SourceInfo info) | | ErrorEvent(Object source, String errorMsg, Token culprit, CompilationUnit unit) | | ErrorEvent(Object source, String errorMsg, SourceInfo info, CompilationUnit unit) |
getCulpritToken | public Token getCulpritToken()(Code) | | Null if there was no offending token |
getDetailedErrorMessage | public String getDetailedErrorMessage()(Code) | | Returns the error message prepended with source file information.
|
getSourceInfo | public SourceInfo getSourceInfo()(Code) | | This method reports on where in the source code an error was found.
Source information on this error or null if not known. |
getSourceInfoMessage | public String getSourceInfoMessage()(Code) | | |
|
|