public class ExpressionCompiler extends com.github.liuyehcf.framework.compile.engine.cfg.lr.LALR<ExpressionCode>
| 限定符和类型 | 类和说明 |
|---|---|
class |
ExpressionCompiler.HuaEngine |
| 限定符和类型 | 方法和说明 |
|---|---|
protected com.github.liuyehcf.framework.compile.engine.cfg.lr.AbstractLRCompiler.Engine |
createCompiler(String input) |
static ExpressionCompiler |
getInstance() |
ExpressionCode |
parse(String expression) |
doCompile, getAnalysisTableMarkdownString, getClosureJSONString, getClosureTransferTableJSONStringcompile, epsilonInvolvedInFirstsOf, getFirstJSONString, getFirstsOf, getFollowJSONString, getFollowsOf, getGrammar, getProductionMap, isLegal, setLegalclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static ExpressionCompiler getInstance()
public final ExpressionCode parse(String expression)
protected com.github.liuyehcf.framework.compile.engine.cfg.lr.AbstractLRCompiler.Engine createCompiler(String input)
createCompiler 在类中 com.github.liuyehcf.framework.compile.engine.cfg.lr.AbstractLRCompiler<ExpressionCode>Copyright © 2020. All rights reserved.