Public Member Functions | Public Attributes | Static Public Attributes | List of all members
smach_viewer.xdot.xdot.Lexer Class Reference
Inheritance diagram for smach_viewer.xdot.xdot.Lexer:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, buf=None, pos=0, filename=None, fp=None)
 
def consume (self, text)
 
def next (self)
 

Public Attributes

 buf
 
 col
 
 filename
 
 line
 
 pos
 

Static Public Attributes

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

Detailed Description

Definition at line 869 of file xdot.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 877 of file xdot.py.

Member Function Documentation

◆ consume()

def smach_viewer.xdot.xdot.Lexer.consume (   self,
  text 
)

Definition at line 932 of file xdot.py.

◆ next()

def smach_viewer.xdot.xdot.Lexer.next (   self)

Definition at line 909 of file xdot.py.

Member Data Documentation

◆ buf

smach_viewer.xdot.xdot.Lexer.buf

Definition at line 903 of file xdot.py.

◆ col

smach_viewer.xdot.xdot.Lexer.col

Definition at line 906 of file xdot.py.

◆ filename

smach_viewer.xdot.xdot.Lexer.filename

Definition at line 907 of file xdot.py.

◆ line

smach_viewer.xdot.xdot.Lexer.line

Definition at line 905 of file xdot.py.

◆ newline_re

smach_viewer.xdot.xdot.Lexer.newline_re = re.compile(br'\r\n?|\n')
static

Definition at line 875 of file xdot.py.

◆ pos

smach_viewer.xdot.xdot.Lexer.pos

Definition at line 904 of file xdot.py.

◆ scanner

smach_viewer.xdot.xdot.Lexer.scanner = None
static

Definition at line 872 of file xdot.py.

◆ tabsize

int smach_viewer.xdot.xdot.Lexer.tabsize = 8
static

Definition at line 873 of file xdot.py.


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


smach_viewer
Author(s): Jonathan Bohren
autogenerated on Thu Feb 20 2025 03:09:09