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.ELSE_IF | |
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 232 of file statementlexers.py.
| def robot.parsing.lexer.statementlexers.ElseIfHeaderLexer.handles | ( | cls, | |
| statement, | |||
| ctx | |||
| ) |
Reimplemented from robot.parsing.lexer.statementlexers.Lexer.
Definition at line 236 of file statementlexers.py.
|
static |
Definition at line 233 of file statementlexers.py.