Uses of Interface
gw.lang.parser.IFullParserState
-
Packages that use IFullParserState Package Description gw.internal.gosu.parser gw.lang gw.lang.parser gw.lang.parser.exceptions -
-
Uses of IFullParserState in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IFullParserState Modifier and Type Class Description class
StandardParserState
Methods in gw.internal.gosu.parser with parameters of type IFullParserState Modifier and Type Method Description void
ParsedElement. addParseException(IFullParserState parserState, ResourceKey msgKey, Object... args)
Constructors in gw.internal.gosu.parser with parameters of type IFullParserState Constructor Description PropertyNotFoundException(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 IFullParserState Modifier and Type Method Description static IFullParserState
GosuShop. createStandardParserState(IParsedElement rootParsedElement, String scriptSrc, boolean b)
IFullParserState
IGosuShop. createStandardParserState(IParsedElement rootParsedElement, String scriptSrc, boolean b)
-
Uses of IFullParserState in gw.lang.parser
Methods in gw.lang.parser with parameters of type IFullParserState Modifier and Type Method Description IType
ICoercionManager. 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.IType
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 IFullParserState Constructor Description NoCtorFoundException(IFullParserState parserState, Object... args)
NotImplementedParseException(IFullParserState parserState, IGosuClass gsClass, String strClass, IFunctionType funcType)
SymbolNotFoundException(IFullParserState parserState, String symbolName)
-