Robot Framework
robot.parsing.lexer.blocklexers.TestOrKeywordLexer Class Reference
Inheritance diagram for robot.parsing.lexer.blocklexers.TestOrKeywordLexer:
robot.parsing.lexer.blocklexers.BlockLexer robot.parsing.lexer.statementlexers.Lexer robot.parsing.lexer.blocklexers.KeywordLexer robot.parsing.lexer.blocklexers.TestCaseLexer

Public Member Functions

def accepts_more (self, statement)
 
def input (self, statement)
 
def lexer_classes (self)
 
- Public Member Functions inherited from robot.parsing.lexer.blocklexers.BlockLexer
def __init__ (self, ctx)
 :type ctx: :class:robot.parsing.lexer.context.FileContext More...
 
def lex (self)
 
def lexer_for (self, statement)
 
- Public Member Functions inherited from robot.parsing.lexer.statementlexers.Lexer
def handles (cls, statement, ctx)
 

Static Public Attributes

 name_type = NotImplemented
 

Private Member Functions

def _handle_name_or_indentation (self, statement)
 

Private Attributes

 _name_seen
 

Static Private Attributes

bool _name_seen
 

Additional Inherited Members

- Public Attributes inherited from robot.parsing.lexer.blocklexers.BlockLexer
 lexers
 
- Public Attributes inherited from robot.parsing.lexer.statementlexers.Lexer
 ctx
 

Detailed Description

Definition at line 177 of file blocklexers.py.

Member Function Documentation

◆ _handle_name_or_indentation()

def robot.parsing.lexer.blocklexers.TestOrKeywordLexer._handle_name_or_indentation (   self,
  statement 
)
private

Definition at line 192 of file blocklexers.py.

◆ accepts_more()

def robot.parsing.lexer.blocklexers.TestOrKeywordLexer.accepts_more (   self,
  statement 
)

Reimplemented from robot.parsing.lexer.blocklexers.BlockLexer.

Definition at line 184 of file blocklexers.py.

◆ input()

def robot.parsing.lexer.blocklexers.TestOrKeywordLexer.input (   self,
  statement 
)

Reimplemented from robot.parsing.lexer.blocklexers.BlockLexer.

Definition at line 187 of file blocklexers.py.

◆ lexer_classes()

def robot.parsing.lexer.blocklexers.TestOrKeywordLexer.lexer_classes (   self)

Reimplemented from robot.parsing.lexer.blocklexers.BlockLexer.

Definition at line 203 of file blocklexers.py.

Member Data Documentation

◆ _name_seen [1/2]

robot.parsing.lexer.blocklexers.TestOrKeywordLexer._name_seen
staticprivate

Definition at line 182 of file blocklexers.py.

◆ _name_seen [2/2]

robot.parsing.lexer.blocklexers.TestOrKeywordLexer._name_seen
private

Definition at line 198 of file blocklexers.py.

◆ name_type

robot.parsing.lexer.blocklexers.TestOrKeywordLexer.name_type = NotImplemented
static

Definition at line 178 of file blocklexers.py.


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