Robot Framework
robot.parsing.lexer.statementlexers.SettingLexer Class Reference
Inheritance diagram for robot.parsing.lexer.statementlexers.SettingLexer:
robot.parsing.lexer.statementlexers.StatementLexer robot.parsing.lexer.statementlexers.Lexer robot.parsing.lexer.statementlexers.TestOrKeywordSettingLexer

Public Member Functions

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

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 138 of file statementlexers.py.

Member Function Documentation

◆ lex()

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

Reimplemented from robot.parsing.lexer.statementlexers.StatementLexer.

Definition at line 140 of file statementlexers.py.


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