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 String
getContextStringNoLineNumbers()
IType
getTypeToCoerceTo()
-
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
-
-