Public Member Functions | |
def | __init__ |
Public Attributes | |
min | |
rp | |
terminal | |
Previously had this in a 'if term.isalnum():' scope, but that eliminates underscores. | |
Private Member Functions | |
def | _parse |
class to handle terminals
Definition at line 372 of file rule_parser.py.
def rocon_ebnf.rule_parser._RpTerminal.__init__ | ( | self, | |
term, | |||
rp | |||
) |
init terminal - check abbreviation of terminal ex: SEParator minimum to check = 3
Definition at line 374 of file rule_parser.py.
def rocon_ebnf.rule_parser._RpTerminal._parse | ( | self, | |
_tk, | |||
mult = '' , |
|||
n_val = None |
|||
) | [private] |
parse the terminal
Definition at line 393 of file rule_parser.py.
Definition at line 382 of file rule_parser.py.
Definition at line 378 of file rule_parser.py.
Previously had this in a 'if term.isalnum():' scope, but that eliminates underscores.
Definition at line 382 of file rule_parser.py.