Package gw.lang.parser.exceptions
Interface ICoercionIssue
-
- All Superinterfaces:
IParseIssue
- All Known Implementing Classes:
ImplicitCoercionError,ImplicitCoercionWarning
public interface ICoercionIssue extends IParseIssue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetContextStringNoLineNumbers()ITypegetTypeToCoerceTo()-
Methods inherited from interface gw.lang.parser.IParseIssue
appliesToPosition, getColumn, getConsoleMessage, getExpectedType, getLine, getMessageArgs, getMessageKey, getPlainMessage, getSource, getSymbolTable, getTokenEnd, getTokenStart, getUIMessage, printStackTrace, resetPositions, resolve, setExpectedType
-
-
-
-
Method Detail
-
getTypeToCoerceTo
IType getTypeToCoerceTo()
-
getContextStringNoLineNumbers
java.lang.String getContextStringNoLineNumbers()
-
-