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