Package gw.lang.parser.exceptions
Class ObsoleteConstructorWarning
java.lang.Object
java.lang.Throwable
java.lang.Exception
gw.lang.parser.exceptions.ParseIssue
gw.lang.parser.exceptions.ParseWarning
gw.lang.parser.exceptions.ObsoleteConstructorWarning
- All Implemented Interfaces:
IWarningSuppressor,IParseIssue,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionObsoleteConstructorWarning(IParserState standardParserState, ResourceKey msgObsoleteCtorSyntax) -
Method Summary
Methods inherited from class gw.lang.parser.exceptions.ParseWarning
getExpectedType, isDeprecationWarning, isSuppressed, setExpectedTypeMethods 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, setStateSourceMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface gw.lang.parser.IParseIssue
printStackTrace
-
Constructor Details
-
ObsoleteConstructorWarning
public ObsoleteConstructorWarning(IParserState standardParserState, ResourceKey msgObsoleteCtorSyntax)
-