public interface IGosuProgramParser
| Modifier and Type | Method and Description |
|---|---|
IParseResult |
parseEval(String strSource,
List<ICapturedSymbol> symTable,
IType enclosingClass,
IParsedElement evalExpressionOrAnyCtxElement,
ISymbolTable extSyms) |
IParseResult |
parseExpressionOnly(String strSource,
ISymbolTable symTable,
ParserOptions options) |
IParseResult |
parseExpressionOrProgram(String strSource,
ISymbolTable symTable,
ParserOptions options) |
IParseResult |
parseProgramOnly(String strSource,
ISymbolTable symTable,
ParserOptions options) |
IParseResult |
parseRuntimeExpr(String typeName,
String strSource,
IType enclosingClass,
ISymbolTable extSyms,
IParseTree ctxElem) |
IParseResult |
parseTemplate(String strSource,
ISymbolTable symTable,
ParserOptions options) |
IParseResult parseExpressionOnly(String strSource, ISymbolTable symTable, ParserOptions options) throws ParseResultsException
ParseResultsExceptionIParseResult parseProgramOnly(String strSource, ISymbolTable symTable, ParserOptions options) throws ParseResultsException
ParseResultsExceptionIParseResult parseExpressionOrProgram(String strSource, ISymbolTable symTable, ParserOptions options) throws ParseResultsException
ParseResultsExceptionIParseResult parseTemplate(String strSource, ISymbolTable symTable, ParserOptions options) throws ParseResultsException
ParseResultsExceptionIParseResult parseEval(String strSource, List<ICapturedSymbol> symTable, IType enclosingClass, IParsedElement evalExpressionOrAnyCtxElement, ISymbolTable extSyms)
IParseResult parseRuntimeExpr(String typeName, String strSource, IType enclosingClass, ISymbolTable extSyms, IParseTree ctxElem)
Copyright © 2019. All rights reserved.