Public Member Functions | |
| def | input (self, statement) |
| def | lex (self) |
Public Member Functions inherited from robot.parsing.lexer.statementlexers.StatementLexer | |
| def | __init__ (self, ctx) |
| def | accepts_more (self, statement) |
Public Member Functions inherited from robot.parsing.lexer.statementlexers.Lexer | |
| def | handles (cls, statement, ctx) |
Additional Inherited Members | |
Public Attributes inherited from robot.parsing.lexer.statementlexers.StatementLexer | |
| statement | |
Public Attributes inherited from robot.parsing.lexer.statementlexers.Lexer | |
| ctx | |
Static Public Attributes inherited from robot.parsing.lexer.statementlexers.CommentLexer | |
| token_type = Token.COMMENT | |
Static Public Attributes inherited from robot.parsing.lexer.statementlexers.StatementLexer | |
| token_type = None | |
Definition at line 116 of file statementlexers.py.
| def robot.parsing.lexer.statementlexers.ImplicitCommentLexer.input | ( | self, | |
| statement | |||
| ) |
Reimplemented from robot.parsing.lexer.statementlexers.StatementLexer.
Definition at line 118 of file statementlexers.py.
| def robot.parsing.lexer.statementlexers.ImplicitCommentLexer.lex | ( | self | ) |
Reimplemented from robot.parsing.lexer.statementlexers.SingleType.
Definition at line 132 of file statementlexers.py.