Package gw.lang.parser.exceptions
Class ImplicitCoercionWarning
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- gw.lang.parser.exceptions.ParseIssue
-
- gw.lang.parser.exceptions.ParseWarning
-
- gw.lang.parser.exceptions.ImplicitCoercionWarning
-
- All Implemented Interfaces:
ICoercionIssue
,IWarningSuppressor
,IParseIssue
,Serializable
public class ImplicitCoercionWarning extends ParseWarning implements ICoercionIssue
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImplicitCoercionWarning(IParserState standardParserState, ResourceKey msgImplicitCoercionWarning, IType typeToCoerceTo, Object... args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IType
getTypeToCoerceTo()
-
Methods inherited from class gw.lang.parser.exceptions.ParseWarning
getExpectedType, isDeprecationWarning, isSuppressed, setExpectedType
-
Methods inherited from class gw.lang.parser.exceptions.ParseIssue
addLineOffset, adjustOffset, appliesToPosition, fillInStackTrace, formatError, getColumn, getConsoleMessage, getContextString, getContextStringNoLineNumbers, getLine, getLineNumber, getLineOffset, getLineReportingOffset, getMessageArgs, getMessageKey, getPlainMessage, getSource, getStateSource, getSymbolTable, getTokenColumn, getTokenEnd, getTokenStart, getUIMessage, makeContextString, resetPositions, resolve, setMessage, setSource, setStateSource
-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface gw.lang.parser.exceptions.ICoercionIssue
getContextStringNoLineNumbers
-
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
-
-
-
-
Constructor Detail
-
ImplicitCoercionWarning
public ImplicitCoercionWarning(IParserState standardParserState, ResourceKey msgImplicitCoercionWarning, IType typeToCoerceTo, Object... args)
-
-
Method Detail
-
getTypeToCoerceTo
public IType getTypeToCoerceTo()
- Specified by:
getTypeToCoerceTo
in interfaceICoercionIssue
-
-