Package | Description |
---|---|
org.antlr.runtime.tree | |
org.antlr.tool |
Modifier and Type | Class and Description |
---|---|
class |
CommonErrorNode
A node representing erroneous token range in token stream
|
static class |
TreeWizard.TreePattern
When using %label:TOKENNAME in a tree for parse(), we must
track the label.
|
static class |
TreeWizard.WildcardTreePattern |
Modifier and Type | Field and Description |
---|---|
CommonTree |
CommonTree.parent
Who is the parent node of this node; if null, implies node is root
|
Constructor and Description |
---|
CommonTree(CommonTree node) |
Modifier and Type | Method and Description |
---|---|
static void |
Strip.ACTION(TokenRewriteStream tokens,
CommonTree t) |
void |
Strip.rewrite(TreeAdaptor adaptor,
CommonTree t,
String[] tokenNames) |
Copyright © 2020. All rights reserved.