public class ImplicitCoercionError extends ParseException implements ICoercionIssue
| Constructor and Description |
|---|
ImplicitCoercionError(IParserState standardParserState,
ResourceKey msgImplicitCoercionWarning,
IType typeToCoerceTo,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
IType |
getTypeToCoerceTo() |
getAlternateException, getConsoleMessage, getExpectedType, getMemberAccessContext, getParamTypesExpected, getParamTypesPossible, isCausedByArgumentList, setAlternateException, setCausedByArgumentList, setExpectedType, setMemberAccessContext, setParamTypesExpected, setParamTypesPossible, shallowCopy, toString, wrapaddLineOffset, adjustOffset, appliesToPosition, fillInStackTrace, formatError, getColumn, getContextString, getContextStringNoLineNumbers, getLine, getLineNumber, getLineOffset, getLineReportingOffset, getMessageArgs, getMessageKey, getPlainMessage, getSource, getStateSource, getSymbolTable, getTokenColumn, getTokenEnd, getTokenStart, getUIMessage, makeContextString, resetPositions, resolve, setMessage, setSource, setStateSourceaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContextStringNoLineNumbersappliesToPosition, getColumn, getConsoleMessage, getExpectedType, getLine, getMessageArgs, getMessageKey, getPlainMessage, getSource, getSymbolTable, getTokenEnd, getTokenStart, getUIMessage, printStackTrace, resetPositions, resolve, setExpectedTypepublic ImplicitCoercionError(IParserState standardParserState, ResourceKey msgImplicitCoercionWarning, IType typeToCoerceTo, Object... args)
public IType getTypeToCoerceTo()
getTypeToCoerceTo in interface ICoercionIssueCopyright © 2019. All rights reserved.