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 classLazyLightweightParserStateclassLightweightParserStateprivate static classParserBase.PlaceholderParserStateclassStandardParserStateFields in gw.internal.gosu.parser declared as IParserState Modifier and Type Field Description private static IParserStateParserBase. PLACEHOLDER_PARSER_STATEFields in gw.internal.gosu.parser with type parameters of type IParserState Modifier and Type Field Description private LocklessLazyVar<IParserState>LazyLightweightParserState. _lazyStateMethods in gw.internal.gosu.parser that return IParserState Modifier and Type Method Description IParserStateLazyLightweightParserState. cloneWithNewTokenStartAndTokenEnd(int newTokenStart, int newLength)IParserStateParserBase.PlaceholderParserState. cloneWithNewTokenStartAndTokenEnd(int newTokenStart, int newLength)IParserStateGosuParser. getState()Methods in gw.internal.gosu.parser with parameters of type IParserState Modifier and Type Method Description private voidGosuParser. handleAbstractCtor(int iTokenStart, java.lang.String strMemberName, BeanMethodCallExpression e, IParserState state)private voidGosuParser. maybeParseIdentifierAssumingOpenParenIsForParenthesizedExpr(java.lang.String[] t, int iOffset, int iLineNum, int iColumn, IParserState state, MethodCallExpression e, IType[] typeParameters, java.lang.String strFunction, ISymbol functionSymbol, int mark, int iLocationsCount)private voidGosuParser. parseMethodCall(java.lang.String[] t, IParserState state, MethodCallExpression e, IType[] typeParameters, java.lang.String strFunction, ISymbol functionSymbol)private booleanParserBase. verify(ParsedElement parsedElement, boolean bExpression, boolean bNextTokenIfException, boolean bWarning, IParserState parserState, ResourceKey errorMesg, java.lang.Object... args)(package private) booleanParserBase. verify(ParsedElement parsedElement, boolean bExpression, boolean bNextTokenIfException, IParserState parserState, ResourceKey errorMesg, java.lang.Object... args)(package private) booleanParserBase. verify(ParsedElement parsedElement, boolean bExpression, IParserState parserState, ResourceKey errorMesg, java.lang.Object... args)private voidGosuParser. verifyCase(ParsedElement element, java.lang.String foundName, java.lang.String actualName, IParserState state, ResourceKey errorKey, boolean isEndsWithMatchOK)protected voidParserBase. verifyComparable(IType lhsType, Expression rhs, boolean bBiDirectional, boolean bErrorIfCoercion, IParserState state)protected ITypeParserBase. verifyTypesComparable(ParsedElement element, IType lhsType, IType rhsType, boolean bBiDirectional, boolean bErrorIfCoercion, IParserState state)(package private) booleanParserBase. warn(ParsedElement target, boolean bExpression, IParserState state, ResourceKey err, java.lang.Object... args) -
Uses of IParserState in gw.lang.parser
Subinterfaces of IParserState in gw.lang.parser Modifier and Type Interface Description interfaceIFullParserStateMethods in gw.lang.parser that return IParserState Modifier and Type Method Description IParserStateIParserState. cloneWithNewTokenStartAndTokenEnd(int newTokenStart, int newLength)IParserStateIGosuParser. 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 private voidParseIssue. initFieldsFromParserState(IParserState parserState)static ParseExceptionParseException. wrap(java.lang.Throwable t, IParserState state)Constructors in gw.lang.parser.exceptions with parameters of type IParserState Constructor Description DoesNotOverrideFunctionException(IParserState standardParserState, ResourceKey resourceKey, java.lang.CharSequence... functionName)ImplicitCoercionError(IParserState standardParserState, ResourceKey msgImplicitCoercionWarning, IType typeToCoerceTo, java.lang.Object... args)ImplicitCoercionWarning(IParserState standardParserState, ResourceKey msgImplicitCoercionWarning, IType typeToCoerceTo, java.lang.Object... args)ObsoleteConstructorWarning(IParserState standardParserState, ResourceKey msgObsoleteCtorSyntax)ParseException(IParserState parserState, ResourceKey messageKey, java.lang.Object... args)ParseException(IParserState parserState, IType typeExpected, ResourceKey msgKey, java.lang.Object... args)ParseException(java.lang.Throwable t, IParserState state)ParseIssue(IParserState parserState, ResourceKey key, java.lang.Object... msgArgs)ParseIssue(IParserState state, java.lang.Throwable t)ParseWarning(IParserState state, ResourceKey msgKey, java.lang.Object... msgArgs)ParseWarningForDeprecatedMember(IParserState state, java.lang.String featureName, java.lang.String featureContainerName)WrongNumberOfArgsException(IParserState standardParserState, ResourceKey msgWrongNumberOfArgsToFunction, java.lang.String paramSignature, int expectedArgs, int iArgs)
-