Public Member Functions | |
def | __init__ |
def | next |
Public Attributes | |
tokens_re | |
Static Public Attributes | |
ignorecase = False | |
dictionary | literals = {} |
dictionary | symbols = {} |
list | tokens = [] |
def smach_viewer.xdot.xdot.Scanner.__init__ | ( | self | ) |
def smach_viewer.xdot.xdot.Scanner.next | ( | self, | |
buf, | |||
pos | |||
) |
smach_viewer::xdot::xdot.Scanner::ignorecase = False [static] |
dictionary smach_viewer::xdot::xdot.Scanner::literals = {} [static] |
dictionary smach_viewer::xdot::xdot.Scanner::symbols = {} [static] |
list smach_viewer::xdot::xdot.Scanner::tokens = [] [static] |
Reimplemented in smach_viewer.xdot.xdot.DotScanner.