Package org.ek9lang.compiler.common
Interface CompilationIssue
- All Known Implementing Classes:
ErrorListener.Details
,ErrorListener.ErrorDetails
public interface CompilationIssue
For compiler, errors, warning and other information from the compiler.
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
-
Method Details
-
getClassificationDescription
String getClassificationDescription() -
getTypeOfError
String getTypeOfError() -
getLineNumber
int getLineNumber() -
getPosition
int getPosition() -
getTokenLength
int getTokenLength() -
getLikelyOffendingSymbol
String getLikelyOffendingSymbol() -
toLinePositionReference
String toLinePositionReference()
-