| Package | Description |
|---|---|
| org.antlr.v4.runtime | |
| org.antlr.v4.runtime.tree |
| Modifier and Type | Method | Description |
|---|---|---|
ErrorNode |
ParserRuleContext.addErrorNode(Token badToken) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Parser.TraceListener.visitErrorNode(ErrorNode node) |
|
void |
Parser.TrimToSizeListener.visitErrorNode(ErrorNode node) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ErrorNodeImpl |
Represents a token that was consumed during resynchronization
rather than during a valid match operation.
|
| Modifier and Type | Method | Description |
|---|---|---|
T |
AbstractParseTreeVisitor.visitErrorNode(ErrorNode node) |
Visit an error node, and return a user-defined result of the operation.
|
void |
ParseTreeListener.visitErrorNode(ErrorNode node) |
|
T |
ParseTreeVisitor.visitErrorNode(ErrorNode node) |
Visit an error node, and return a user-defined result of the operation.
|
Copyright © 1992–2018 ANTLR. All rights reserved.