Definition at line 78 of file lexer.py.
◆ __init__()
| def robot.parsing.lexer.lexer.Lexer.__init__ |
( |
|
self, |
|
|
|
ctx, |
|
|
|
data_only = False, |
|
|
|
tokenize_variables = False |
|
) |
| |
◆ _get_tokens()
| def robot.parsing.lexer.lexer.Lexer._get_tokens |
( |
|
self, |
|
|
|
statements |
|
) |
| |
|
private |
◆ _is_commented_or_empty()
| def robot.parsing.lexer.lexer.Lexer._is_commented_or_empty |
( |
|
self, |
|
|
|
line |
|
) |
| |
|
private |
◆ _read()
| def robot.parsing.lexer.lexer.Lexer._read |
( |
|
self, |
|
|
|
source |
|
) |
| |
|
private |
◆ _split_to_lines()
| def robot.parsing.lexer.lexer.Lexer._split_to_lines |
( |
|
self, |
|
|
|
statement |
|
) |
| |
|
private |
◆ _split_trailing_commented_and_empty_lines()
| def robot.parsing.lexer.lexer.Lexer._split_trailing_commented_and_empty_lines |
( |
|
self, |
|
|
|
statement |
|
) |
| |
|
private |
◆ _tokenize_variables()
| def robot.parsing.lexer.lexer.Lexer._tokenize_variables |
( |
|
self, |
|
|
|
tokens |
|
) |
| |
|
private |
◆ get_tokens()
| def robot.parsing.lexer.lexer.Lexer.get_tokens |
( |
|
self | ) |
|
◆ input()
| def robot.parsing.lexer.lexer.Lexer.input |
( |
|
self, |
|
|
|
source |
|
) |
| |
◆ data_only
| robot.parsing.lexer.lexer.Lexer.data_only |
◆ lexer
| robot.parsing.lexer.lexer.Lexer.lexer |
◆ statements
| robot.parsing.lexer.lexer.Lexer.statements |
◆ tokenize_variables
| robot.parsing.lexer.lexer.Lexer.tokenize_variables |
The documentation for this class was generated from the following file: