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

Public Member Functions

def lex (self)
 
- Public Member Functions inherited from robot.parsing.lexer.statementlexers.SectionHeaderLexer
def handles (cls, statement, ctx)
 
- Public Member Functions inherited from robot.parsing.lexer.statementlexers.StatementLexer
def __init__ (self, ctx)
 
def accepts_more (self, statement)
 
def input (self, statement)
 

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.StatementLexer
 token_type = None
 

Detailed Description

Definition at line 106 of file statementlexers.py.

Member Function Documentation

◆ lex()

def robot.parsing.lexer.statementlexers.ErrorSectionHeaderLexer.lex (   self)

Reimplemented from robot.parsing.lexer.statementlexers.SingleType.

Definition at line 108 of file statementlexers.py.


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