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

Static Public Attributes

 token_type = Token.VARIABLE
 
- 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.TypeAndArguments
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)
 
- 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 152 of file statementlexers.py.

Member Data Documentation

◆ token_type

robot.parsing.lexer.statementlexers.VariableLexer.token_type = Token.VARIABLE
static

Definition at line 153 of file statementlexers.py.


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