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

Public Member Functions

def handles (cls, statement, ctx)
 
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)
 

Static Public Attributes

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

Additional Inherited Members

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

Member Function Documentation

◆ handles()

def robot.parsing.lexer.statementlexers.WhileHeaderLexer.handles (   cls,
  statement,
  ctx 
)

Reimplemented from robot.parsing.lexer.statementlexers.Lexer.

Definition at line 292 of file statementlexers.py.

◆ lex()

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

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

Definition at line 295 of file statementlexers.py.

Member Data Documentation

◆ token_type

robot.parsing.lexer.statementlexers.WhileHeaderLexer.token_type = Token.WHILE
static

Definition at line 289 of file statementlexers.py.


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