Belle II Software development
|
Public Member Functions | |
def | ARGUMENTTUPLE (self, t) |
Public Attributes | |
index | |
Increment current scanning position. | |
Static Public Attributes | |
dict | tokens = {ARGUMENTTUPLE, } |
Single token for matching metavariable parameters. | |
Lexer class responsible for changing the default scanning behavior. It disables token scanning and captures everything within the matched parenthesis. Call pop_state to return to the default scanning state.
Definition at line 40 of file b2parser.py.
def ARGUMENTTUPLE | ( | self, | |
t | |||
) |
Capture metavariable parameters by finding the matched parenthesis. Args: t (sly.lex.token): token of type LPAREN Returns: t (sly.lex.token): ARGUMENTTUPLE token
Definition at line 51 of file b2parser.py.
index |
Increment current scanning position.
Definition at line 66 of file b2parser.py.
|
static |
Single token for matching metavariable parameters.
Definition at line 48 of file b2parser.py.