Classes | |
class | TreePattern |
class | TreePatternLexer |
class | TreePatternParser |
class | TreePatternTreeAdaptor |
class | TreeWizard |
class | WildcardTreePattern |
Functions | |
def | computeTokenTypes |
Variables | |
int | ARG = 4 |
int | BEGIN = 1 |
int | COLON = 6 |
int | DOT = 7 |
int | END = 2 |
int | EOF = 1 |
token types for pattern parser | |
int | ID = 3 |
int | PERCENT = 5 |
@package antlr3.tree @brief ANTLR3 runtime package, treewizard module A utility module to create ASTs at runtime. See <http://www.antlr.org/wiki/display/~admin/2007/07/02/Exploring+Concept+of+TreeWizard> for an overview. Note that the API of the Python implementation is slightly different.
def rve_interface_gen.antlr3.treewizard.computeTokenTypes | ( | tokenNames | ) |
Compute a dict that is an inverted index of tokenNames (which maps int token types to names).
Definition at line 44 of file treewizard.py.
Definition at line 61 of file treewizard.py.
Definition at line 58 of file treewizard.py.
Definition at line 63 of file treewizard.py.
Definition at line 64 of file treewizard.py.
Definition at line 59 of file treewizard.py.
token types for pattern parser
Definition at line 57 of file treewizard.py.
Definition at line 60 of file treewizard.py.
Definition at line 62 of file treewizard.py.