Package | Description |
---|---|
org.antlr.v4.runtime | |
org.antlr.v4.runtime.tree | |
org.antlr.v4.tool |
Modifier and Type | Class | Description |
---|---|---|
class |
InterpreterRuleContext |
This class extends
ParserRuleContext by allowing the value of
InterpreterRuleContext.getRuleIndex() to be explicitly set for the context. |
class |
ParserRuleContext |
A rule invocation record for parsing.
|
class |
RuleContext |
A rule context is a record of a single rule invocation.
|
class |
RuleContextWithAltNum |
A handy class for use with
options {contextSuperClass=org.antlr.v4.runtime.RuleContextWithAltNum;}
that provides a backing field / impl for the outer alternative number
matched for an internal parse tree node.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
ErrorNode |
|
interface |
ParseTree |
An interface to access the tree of
RuleContext objects created
during a parse that makes the data structure look like a simple parse tree. |
interface |
RuleNode |
|
interface |
TerminalNode |
Modifier and Type | Class | Description |
---|---|---|
class |
ErrorNodeImpl |
Represents a token that was consumed during resynchronization
rather than during a valid match operation.
|
class |
TerminalNodeImpl |
Modifier and Type | Class | Description |
---|---|---|
class |
GrammarInterpreterRuleContext |
An
InterpreterRuleContext that knows which alternative
for a rule was matched. |
Copyright © 1992–2019 ANTLR. All rights reserved.