Public Member Functions | |
| def | handles (cls, statement, ctx) |
| 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 | |
| tuple | separators = ('IN', 'IN RANGE', 'IN ENUMERATE', 'IN ZIP') |
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 180 of file statementlexers.py.
| def robot.parsing.lexer.statementlexers.ForHeaderLexer.handles | ( | cls, | |
| statement, | |||
| ctx | |||
| ) |
Reimplemented from robot.parsing.lexer.statementlexers.Lexer.
Definition at line 184 of file statementlexers.py.
| def robot.parsing.lexer.statementlexers.ForHeaderLexer.lex | ( | self | ) |
Reimplemented from robot.parsing.lexer.statementlexers.StatementLexer.
Definition at line 187 of file statementlexers.py.
|
static |
Definition at line 181 of file statementlexers.py.