Static Public Attributes
airbus_ssm_plugin.xdot_qt.DotScanner Class Reference
Inheritance diagram for airbus_ssm_plugin.xdot_qt.DotScanner:
Inheritance graph
[legend]

List of all members.

Static Public Attributes

list tokens

Detailed Description

Definition at line 804 of file xdot_qt.py.


Member Data Documentation

Initial value:
[
        # whitespace and comments
        (SKIP,
            r'[ \t\f\r\n\v]+|'
            r'//[^\r\n]*|'
            r'/\*.*?\*/|'
            r'#[^\r\n]*',
        False),

        # Alphanumeric IDs
        (ID, r'[a-zA-Z_\x80-\xff][a-zA-Z0-9_\x80-\xff]*', True),

        # Numeric IDs
        (ID, r'-?(?:\.[0-9]+|[0-9]+(?:\.[0-9]*)?)', False),

        # String IDs
        (STR_ID, r'"[^"\\]

Reimplemented from airbus_ssm_plugin.xdot_qt.Scanner.

Definition at line 807 of file xdot_qt.py.


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


airbus_ssm_plugin
Author(s): Ludovic Delval
autogenerated on Thu Jun 6 2019 17:59:30