Module treewizard
@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.
|
computeTokenTypes(tokenNames)
Compute a dict that is an inverted index of tokenNames (which maps
int token types to names). |
|
|
|
EOF = -1
|
|
BEGIN = 1
|
|
END = 2
|
|
ID = 3
hash(x)
|
|
ARG = 4
|
|
PERCENT = 5
|
|
COLON = 6
|
|
DOT = 7
|
|
__package__ = ' schrodinger.application.desmond.antlr3 '
|