Go to the source code of this file.
Namespaces | |
| namespace | antlr3.treewizard |
| namespace | antlr3.tree |
Classes | |
| class | antlr3.treewizard.TreePatternLexer |
| class | antlr3.treewizard.TreePatternParser |
| class | antlr3.treewizard.TreePattern |
| When using label:TOKENNAME in a tree for parse(), we must track the label. More... | |
| class | antlr3.treewizard.WildcardTreePattern |
| class | antlr3.treewizard.TreePatternTreeAdaptor |
| This adaptor creates TreePattern objects for use during scan(). More... | |
| class | antlr3.treewizard.TreeWizard |
| Build and navigate trees with this object. More... | |
Functions | |
| def | antlr3::treewizard.computeTokenTypes |
| Compute a dict that is an inverted index of tokenNames (which maps int token types to names). | |
Variables | |
| int | antlr3::treewizard.EOF = 1 |
| token types for pattern parser | |
| int | antlr3::treewizard.BEGIN = 1 |
| int | antlr3::treewizard.END = 2 |
| int | antlr3::treewizard.ID = 3 |
| int | antlr3::treewizard.ARG = 4 |
| int | antlr3::treewizard.PERCENT = 5 |
| int | antlr3::treewizard.COLON = 6 |
| int | antlr3::treewizard.DOT = 7 |
1.5.5