Uses of Interface
gw.lang.parser.IParseResult
Packages that use IParseResult
-
Uses of IParseResult in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return IParseResultModifier and TypeMethodDescriptionGosuProgramParser.parseEval
(String strSource, List<ICapturedSymbol> captured, IType enclosingClass, IParsedElement ctxElem, ISymbolTable extSyms) GosuProgramParser.parseExpressionOnly
(String strSource, ISymbolTable symTable, ParserOptions options) GosuProgramParser.parseExpressionOrProgram
(String strSource, ISymbolTable symTable, ParserOptions options) GosuProgramParser.parseProgramOnly
(String strSource, ISymbolTable symTable, ParserOptions options) GosuProgramParser.parseRuntimeExpr
(String typeName, String strSource, IType enclosingClass, ISymbolTable extSyms, IParseTree ctxElem) GosuProgramParser.parseTemplate
(String strSource, ISymbolTable symTable, ParserOptions options) -
Uses of IParseResult in gw.lang.parser
Classes in gw.lang.parser that implement IParseResultMethods in gw.lang.parser that return IParseResultModifier and TypeMethodDescriptionIGosuProgramParser.parseEval
(String strSource, List<ICapturedSymbol> symTable, IType enclosingClass, IParsedElement evalExpressionOrAnyCtxElement, ISymbolTable extSyms) IGosuProgramParser.parseExpressionOnly
(String strSource, ISymbolTable symTable, ParserOptions options) IGosuProgramParser.parseExpressionOrProgram
(String strSource, ISymbolTable symTable, ParserOptions options) IGosuProgramParser.parseProgramOnly
(String strSource, ISymbolTable symTable, ParserOptions options) IGosuProgramParser.parseRuntimeExpr
(String typeName, String strSource, IType enclosingClass, ISymbolTable extSyms, IParseTree ctxElem) IGosuProgramParser.parseTemplate
(String strSource, ISymbolTable symTable, ParserOptions options)