Public Member Functions | Public Attributes | Static Private Attributes
rve_interface_gen.antlr3.treewizard.TreePatternLexer Class Reference

List of all members.

Public Member Functions

def __init__
def consume
def nextToken

Public Attributes

 c
 Current char.
 error
 n
 How long is the pattern in char?
 p
 Index into input string.
 pattern
 The tree pattern to lex like "(A B C)".
 sval
 Set when token type is ID or ARG.

Static Private Attributes

tuple __idChar = __idStartChar|frozenset('0123456789')
tuple __idStartChar

Detailed Description

Definition at line 66 of file treewizard.py.


Constructor & Destructor Documentation

Definition at line 67 of file treewizard.py.


Member Function Documentation

Definition at line 154 of file treewizard.py.

Definition at line 93 of file treewizard.py.


Member Data Documentation

tuple rve_interface_gen::antlr3::treewizard.TreePatternLexer::__idChar = __idStartChar|frozenset('0123456789') [static, private]

Definition at line 91 of file treewizard.py.

Initial value:
frozenset(
        'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_'
        )

Definition at line 88 of file treewizard.py.

Current char.

Definition at line 70 of file treewizard.py.

Definition at line 72 of file treewizard.py.

How long is the pattern in char?

Definition at line 71 of file treewizard.py.

Index into input string.

Definition at line 69 of file treewizard.py.

The tree pattern to lex like "(A B C)".

Definition at line 68 of file treewizard.py.

Set when token type is ID or ARG.

Definition at line 72 of file treewizard.py.


The documentation for this class was generated from the following file:


rve_interface_gen
Author(s): Josh Faust
autogenerated on Wed Dec 11 2013 14:31:00