Uses of Interface
gw.lang.parser.IParserState
Packages that use IParserState
-
Uses of IParserState in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IParserStateModifier and TypeClassDescriptionclass
class
private static final class
class
Fields in gw.internal.gosu.parser declared as IParserStateModifier and TypeFieldDescriptionprivate static final IParserState
ParserBase.PLACEHOLDER_PARSER_STATE
Fields in gw.internal.gosu.parser with type parameters of type IParserStateModifier and TypeFieldDescriptionprivate LocklessLazyVar<IParserState>
LazyLightweightParserState._lazyState
Methods in gw.internal.gosu.parser that return IParserStateModifier and TypeMethodDescriptionLazyLightweightParserState.cloneWithNewTokenStartAndTokenEnd
(int newTokenStart, int newLength) ParserBase.PlaceholderParserState.cloneWithNewTokenStartAndTokenEnd
(int newTokenStart, int newLength) GosuParser.getState()
Methods in gw.internal.gosu.parser with parameters of type IParserStateModifier and TypeMethodDescriptionprivate void
GosuParser.handleAbstractCtor
(int iTokenStart, String strMemberName, BeanMethodCallExpression e, IParserState state) private void
GosuParser.maybeParseIdentifierAssumingOpenParenIsForParenthesizedExpr
(String[] t, int iOffset, int iLineNum, int iColumn, IParserState state, MethodCallExpression e, IType[] typeParameters, String strFunction, ISymbol functionSymbol, int mark, int iLocationsCount) private void
GosuParser.parseMethodCall
(String[] t, IParserState state, MethodCallExpression e, IType[] typeParameters, String strFunction, ISymbol functionSymbol) private boolean
ParserBase.verify
(ParsedElement parsedElement, boolean bExpression, boolean bNextTokenIfException, boolean bWarning, IParserState parserState, ResourceKey errorMesg, Object... args) (package private) boolean
ParserBase.verify
(ParsedElement parsedElement, boolean bExpression, boolean bNextTokenIfException, IParserState parserState, ResourceKey errorMesg, Object... args) (package private) final boolean
ParserBase.verify
(ParsedElement parsedElement, boolean bExpression, IParserState parserState, ResourceKey errorMesg, Object... args) private void
GosuParser.verifyCase
(ParsedElement element, String foundName, String actualName, IParserState state, ResourceKey errorKey, boolean isEndsWithMatchOK) 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) (package private) final boolean
ParserBase.warn
(ParsedElement target, boolean bExpression, IParserState state, ResourceKey err, Object... args) -
Uses of IParserState in gw.lang.parser
Subinterfaces of IParserState in gw.lang.parserMethods in gw.lang.parser that return IParserStateModifier and TypeMethodDescriptionIParserState.cloneWithNewTokenStartAndTokenEnd
(int newTokenStart, int newLength) IGosuParser.getState()
-
Uses of IParserState in gw.lang.parser.exceptions
Methods in gw.lang.parser.exceptions with parameters of type IParserStateModifier and TypeMethodDescriptionprivate void
ParseIssue.initFieldsFromParserState
(IParserState parserState) static ParseException
ParseException.wrap
(Throwable t, IParserState state) Constructors in gw.lang.parser.exceptions with parameters of type IParserStateModifierConstructorDescriptionDoesNotOverrideFunctionException
(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) private
ParseException
(Throwable t, IParserState state) protected
ParseIssue
(IParserState parserState, ResourceKey key, Object... msgArgs) protected
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)