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

Member Function Documentation

◆ handles()

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

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

Definition at line 260 of file statementlexers.py.

◆ lex()

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

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

Definition at line 263 of file statementlexers.py.

Member Data Documentation

◆ token_type

robot.parsing.lexer.statementlexers.ExceptHeaderLexer.token_type = Token.EXCEPT
static

Definition at line 257 of file statementlexers.py.


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