Robot Framework
robot.parsing.lexer.statementlexers.VariableSectionHeaderLexer Class Reference
Inheritance diagram for robot.parsing.lexer.statementlexers.VariableSectionHeaderLexer:
robot.parsing.lexer.statementlexers.SectionHeaderLexer robot.parsing.lexer.statementlexers.SingleType robot.parsing.lexer.statementlexers.StatementLexer robot.parsing.lexer.statementlexers.Lexer

Static Public Attributes

 token_type = Token.VARIABLE_HEADER
 
- Static Public Attributes inherited from robot.parsing.lexer.statementlexers.StatementLexer
 token_type = None
 

Additional Inherited Members

- Public Member Functions inherited from robot.parsing.lexer.statementlexers.SectionHeaderLexer
def handles (cls, statement, ctx)
 
- Public Member Functions inherited from robot.parsing.lexer.statementlexers.SingleType
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)
 
- Public Attributes inherited from robot.parsing.lexer.statementlexers.StatementLexer
 statement
 
- Public Attributes inherited from robot.parsing.lexer.statementlexers.Lexer
 ctx
 

Detailed Description

Definition at line 86 of file statementlexers.py.

Member Data Documentation

◆ token_type

robot.parsing.lexer.statementlexers.VariableSectionHeaderLexer.token_type = Token.VARIABLE_HEADER
static

Definition at line 87 of file statementlexers.py.


The documentation for this class was generated from the following file: