public class GosuFragmentParser extends Object implements IGosuFragmentParser
| Modifier and Type | Method and Description |
|---|---|
static GosuFragmentParser |
getInstance() |
IGosuFragment |
parseExpressionOnly(String script,
ISymbolTable table,
ParserOptions options) |
IGosuFragment |
parseExpressionOrProgram(String script,
ISymbolTable table,
ParserOptions options) |
IGosuFragment |
parseProgramOnly(String script,
ISymbolTable table,
ParserOptions options) |
public static GosuFragmentParser getInstance()
public IGosuFragment parseExpressionOnly(String script, ISymbolTable table, ParserOptions options) throws ParseResultsException
parseExpressionOnly in interface IGosuFragmentParserParseResultsExceptionpublic IGosuFragment parseProgramOnly(String script, ISymbolTable table, ParserOptions options) throws ParseResultsException
parseProgramOnly in interface IGosuFragmentParserParseResultsExceptionpublic IGosuFragment parseExpressionOrProgram(String script, ISymbolTable table, ParserOptions options) throws ParseResultsException
parseExpressionOrProgram in interface IGosuFragmentParserParseResultsExceptionCopyright © 2022. All rights reserved.