|
| def | __init__ (self, settings=None, lang=None) |
| |
| def | add_language (self, lang) |
| |
| def | comment_section (self, statement) |
| |
| def | keyword_context (self) |
| |
| def | keyword_section (self, statement) |
| |
| def | lex_invalid_section (self, statement) |
| |
| def | setting_section (self, statement) |
| |
| def | task_section (self, statement) |
| |
| def | test_case_section (self, statement) |
| |
| def | variable_section (self, statement) |
| |
| def | lex_setting (self, statement) |
| |
Definition at line 39 of file context.py.
◆ __init__()
| def robot.parsing.lexer.context.FileContext.__init__ |
( |
|
self, |
|
|
|
settings = None, |
|
|
|
lang = None |
|
) |
| |
◆ _get_invalid_section_error()
| def robot.parsing.lexer.context.FileContext._get_invalid_section_error |
( |
|
self, |
|
|
|
header |
|
) |
| |
|
private |
◆ _handles_section()
| def robot.parsing.lexer.context.FileContext._handles_section |
( |
|
self, |
|
|
|
statement, |
|
|
|
header |
|
) |
| |
|
private |
◆ _normalize()
| def robot.parsing.lexer.context.FileContext._normalize |
( |
|
self, |
|
|
|
marker |
|
) |
| |
|
private |
◆ add_language()
| def robot.parsing.lexer.context.FileContext.add_language |
( |
|
self, |
|
|
|
lang |
|
) |
| |
◆ comment_section()
| def robot.parsing.lexer.context.FileContext.comment_section |
( |
|
self, |
|
|
|
statement |
|
) |
| |
◆ keyword_context()
| def robot.parsing.lexer.context.FileContext.keyword_context |
( |
|
self | ) |
|
◆ keyword_section()
| def robot.parsing.lexer.context.FileContext.keyword_section |
( |
|
self, |
|
|
|
statement |
|
) |
| |
◆ lex_invalid_section()
| def robot.parsing.lexer.context.FileContext.lex_invalid_section |
( |
|
self, |
|
|
|
statement |
|
) |
| |
◆ setting_section()
| def robot.parsing.lexer.context.FileContext.setting_section |
( |
|
self, |
|
|
|
statement |
|
) |
| |
◆ task_section()
| def robot.parsing.lexer.context.FileContext.task_section |
( |
|
self, |
|
|
|
statement |
|
) |
| |
◆ test_case_section()
| def robot.parsing.lexer.context.FileContext.test_case_section |
( |
|
self, |
|
|
|
statement |
|
) |
| |
◆ variable_section()
| def robot.parsing.lexer.context.FileContext.variable_section |
( |
|
self, |
|
|
|
statement |
|
) |
| |
The documentation for this class was generated from the following file: