Robot Framework
robot.parsing.lexer.statementlexers.CommentSectionHeaderLexer Class Reference
Inheritance diagram for robot.parsing.lexer.statementlexers.CommentSectionHeaderLexer:
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.COMMENT_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 102 of file statementlexers.py.

Member Data Documentation

◆ token_type

robot.parsing.lexer.statementlexers.CommentSectionHeaderLexer.token_type = Token.COMMENT_HEADER
static

Definition at line 103 of file statementlexers.py.


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