xdot::xdot::Lexer Class Reference

Inheritance diagram for xdot::xdot::Lexer:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def consume
def next

Public Attributes

 buf
 col
 filename
 line
 pos

Static Public Attributes

tuple newline_re = re.compile(r'\r\n?|\n')
 scanner = None
int tabsize = 8

Detailed Description

Definition at line 728 of file xdot.py.


Member Function Documentation

def xdot::xdot::Lexer::__init__ (   self,
  buf = None,
  pos = 0,
  filename = None,
  fp = None 
)

Definition at line 736 of file xdot.py.

def xdot::xdot::Lexer::consume (   self,
  text 
)

Definition at line 794 of file xdot.py.

def xdot::xdot::Lexer::next (   self  ) 

Definition at line 768 of file xdot.py.


Member Data Documentation

Definition at line 762 of file xdot.py.

Definition at line 765 of file xdot.py.

Definition at line 766 of file xdot.py.

Definition at line 764 of file xdot.py.

tuple xdot::xdot::Lexer::newline_re = re.compile(r'\r\n?|\n') [static]

Definition at line 734 of file xdot.py.

Definition at line 763 of file xdot.py.

xdot::xdot::Lexer::scanner = None [static]

Reimplemented in xdot::xdot::DotLexer.

Definition at line 731 of file xdot.py.

int xdot::xdot::Lexer::tabsize = 8 [static]

Definition at line 732 of file xdot.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables


xdot
Author(s): Jose Fonseca, ROS package and WX frontend by Jonathan Bohren
autogenerated on Fri Jan 11 09:59:31 2013