Uses of Interface
gw.lang.parser.IParserState
-
Packages that use IParserState Package Description gw.internal.gosu.parser gw.lang.parser gw.lang.parser.exceptions -
-
Uses of IParserState in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IParserState Modifier and Type Class Description class
LazyLightweightParserState
class
LightweightParserState
class
StandardParserState
Methods in gw.internal.gosu.parser that return IParserState Modifier and Type Method Description IParserState
LazyLightweightParserState. cloneWithNewTokenStartAndTokenEnd(int newTokenStart, int newLength)
IParserState
GosuParser. getState()
Methods in gw.internal.gosu.parser with parameters of type IParserState Modifier and Type Method Description protected void
ParserBase. verifyComparable(IType lhsType, Expression rhs, boolean bBiDirectional, boolean bErrorIfCoercion, IParserState state)
protected IType
ParserBase. verifyTypesComparable(ParsedElement element, IType lhsType, IType rhsType, boolean bBiDirectional, boolean bErrorIfCoercion, IParserState state)
-
Uses of IParserState in gw.lang.parser
Subinterfaces of IParserState in gw.lang.parser Modifier and Type Interface Description interface
IFullParserState
Methods in gw.lang.parser that return IParserState Modifier and Type Method Description IParserState
IParserState. cloneWithNewTokenStartAndTokenEnd(int newTokenStart, int newLength)
IParserState
IGosuParser. getState()
-
Uses of IParserState in gw.lang.parser.exceptions
Methods in gw.lang.parser.exceptions with parameters of type IParserState Modifier and Type Method Description static ParseException
ParseException. wrap(Throwable t, IParserState state)
Constructors in gw.lang.parser.exceptions with parameters of type IParserState Constructor Description DoesNotOverrideFunctionException(IParserState standardParserState, ResourceKey resourceKey, CharSequence... functionName)
ImplicitCoercionError(IParserState standardParserState, ResourceKey msgImplicitCoercionWarning, IType typeToCoerceTo, Object... args)
ImplicitCoercionWarning(IParserState standardParserState, ResourceKey msgImplicitCoercionWarning, IType typeToCoerceTo, Object... args)
ObsoleteConstructorWarning(IParserState standardParserState, ResourceKey msgObsoleteCtorSyntax)
ParseException(IParserState parserState, ResourceKey messageKey, Object... args)
ParseException(IParserState parserState, IType typeExpected, ResourceKey msgKey, Object... args)
ParseIssue(IParserState parserState, ResourceKey key, Object... msgArgs)
ParseIssue(IParserState state, Throwable t)
ParseWarning(IParserState state, ResourceKey msgKey, Object... msgArgs)
ParseWarningForDeprecatedMember(IParserState state, String featureName, String featureContainerName)
WrongNumberOfArgsException(IParserState standardParserState, ResourceKey msgWrongNumberOfArgsToFunction, String paramSignature, int expectedArgs, int iArgs)
-