Package | Description |
---|---|
org.antlr.v4.runtime | |
org.antlr.v4.runtime.tree |
Modifier and Type | Class and Description |
---|---|
class |
ParserRuleContext
A rule invocation record for parsing.
|
class |
RuleContext
A rule context is a record of a single rule invocation.
|
Modifier and Type | Interface and 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 and Description |
---|---|
class |
ErrorNodeImpl
Represents a token that was consumed during resynchronization
rather than during a valid match operation.
|
class |
TerminalNodeImpl |
Copyright © 2012. All Rights Reserved.