| Package | Description |
|---|---|
| org.antlr.v4.runtime | |
| org.antlr.v4.runtime.tree |
| Modifier and Type | Method and Description |
|---|---|
TerminalNode |
ParserRuleContext.addChild(TerminalNode t)
Does not set parent link; other add methods do that
|
TerminalNode |
ParserRuleContext.addChild(Token matchedToken) |
TerminalNode |
ParserRuleContext.getToken(int ttype,
int i) |
| Modifier and Type | Method and Description |
|---|---|
List<TerminalNode> |
ParserRuleContext.getTokens(int ttype) |
| Modifier and Type | Method and Description |
|---|---|
TerminalNode |
ParserRuleContext.addChild(TerminalNode t)
Does not set parent link; other add methods do that
|
void |
Parser.TraceListener.visitTerminal(TerminalNode node) |
void |
Parser.TrimToSizeListener.visitTerminal(TerminalNode node) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ErrorNode |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
T |
ParseTreeVisitor.visitTerminal(TerminalNode node)
Visit a terminal node, and return a user-defined result of the operation.
|
void |
ParseTreeListener.visitTerminal(TerminalNode node) |
T |
AbstractParseTreeVisitor.visitTerminal(TerminalNode node)
Visit a terminal node, and return a user-defined result of the operation.
|
Copyright © 1992-2013 ANTLR. All Rights Reserved.