Uses of Interface
gw.lang.parser.IFullParserState
Packages that use IFullParserState
-
Uses of IFullParserState in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IFullParserStateMethods in gw.internal.gosu.parser that return IFullParserStateModifier and TypeMethodDescription(package private) final IFullParserState
ParserBase.makeFullParserState()
(package private) final IFullParserState
ParserBase.makeFullParserStateWithSymbols()
Methods in gw.internal.gosu.parser with parameters of type IFullParserStateModifier and TypeMethodDescriptionvoid
ParsedElement.addParseException
(IFullParserState parserState, ResourceKey msgKey, Object... args) Constructors in gw.internal.gosu.parser with parameters of type IFullParserStateModifierConstructorDescriptionPropertyNotFoundException
(IType classBean, ResourceKey msg, IFullParserState parserState) PropertyNotFoundException
(String strProperty, IType classBean, IFullParserState parserState) -
Uses of IFullParserState in gw.lang
Methods in gw.lang that return IFullParserStateModifier and TypeMethodDescriptionstatic IFullParserState
GosuShop.createStandardParserState
(IParsedElement rootParsedElement, String scriptSrc, boolean b) IGosuShop.createStandardParserState
(IParsedElement rootParsedElement, String scriptSrc, boolean b) -
Uses of IFullParserState in gw.lang.parser
Methods in gw.lang.parser with parameters of type IFullParserStateModifier and TypeMethodDescriptionICoercionManager.verifyTypesComparable
(IType lhsType, IType rhsType, boolean bBiDirectional, IFullParserState parserState) Verifies that the right hand type can be converted or coerced to the left hand type.StandardCoercionManager.verifyTypesComparable
(IType lhsType, IType rhsType, boolean bBiDirectional, IFullParserState parserState) -
Uses of IFullParserState in gw.lang.parser.exceptions
Constructors in gw.lang.parser.exceptions with parameters of type IFullParserStateModifierConstructorDescriptionNoCtorFoundException
(IFullParserState parserState, Object... args) NotImplementedParseException
(IFullParserState parserState, IGosuClass gsClass, String strClass, IFunctionType funcType) SymbolNotFoundException
(IFullParserState parserState, String symbolName)