Public Member Functions | |
| def | handles (cls, statement, ctx) |
Public Member Functions inherited from robot.parsing.lexer.statementlexers.TypeAndArguments | |
| def | lex (self) |
Public Member Functions inherited from robot.parsing.lexer.statementlexers.StatementLexer | |
| def | __init__ (self, ctx) |
| def | accepts_more (self, statement) |
| def | input (self, statement) |
Static Public Attributes | |
| token_type = Token.TRY | |
Static Public Attributes inherited from robot.parsing.lexer.statementlexers.StatementLexer | |
| token_type = None | |
Additional Inherited Members | |
Public Attributes inherited from robot.parsing.lexer.statementlexers.StatementLexer | |
| statement | |
Public Attributes inherited from robot.parsing.lexer.statementlexers.Lexer | |
| ctx | |
Definition at line 248 of file statementlexers.py.
| def robot.parsing.lexer.statementlexers.TryHeaderLexer.handles | ( | cls, | |
| statement, | |||
| ctx | |||
| ) |
Reimplemented from robot.parsing.lexer.statementlexers.Lexer.
Definition at line 252 of file statementlexers.py.
|
static |
Definition at line 249 of file statementlexers.py.