| 程序包 | 说明 |
|---|---|
| org.antlr.v4.runtime |
| 限定符和类型 | 字段和说明 |
|---|---|
protected InterpreterRuleContext |
ParserInterpreter.overrideDecisionRoot
What is the current context when we override a decisions?
|
protected InterpreterRuleContext |
ParserInterpreter.rootContext |
| 限定符和类型 | 方法和说明 |
|---|---|
protected InterpreterRuleContext |
ParserInterpreter.createInterpreterRuleContext(ParserRuleContext parent,
int invokingStateNumber,
int ruleIndex)
Provide simple "factory" for InterpreterRuleContext's.
|
InterpreterRuleContext |
ParserInterpreter.getOverrideDecisionRoot() |
InterpreterRuleContext |
ParserInterpreter.getRootContext()
Return the root of the parse, which can be useful if the parser
bails out.
|
Copyright © 1992–2022 Daniel Sun. All rights reserved.