Uses of Interface
gw.lang.parser.IFullParserState
-
Packages that use IFullParserState Package Description gw.lang gw.lang.parser gw.lang.parser.exceptions -
-
Uses of IFullParserState in gw.lang
Methods in gw.lang that return IFullParserState Modifier and Type Method Description static IFullParserStateGosuShop. createStandardParserState(IParsedElement rootParsedElement, String scriptSrc, boolean b)IFullParserStateIGosuShop. 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 ITypeICoercionManager. 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.ITypeStandardCoercionManager. 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)
-