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

Public Member Functions

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

Private Member Functions

def _split (self, statement)
 

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 279 of file blocklexers.py.

Member Function Documentation

◆ _split()

def robot.parsing.lexer.blocklexers.InlineIfLexer._split (   self,
  statement 
)
private

Definition at line 300 of file blocklexers.py.

◆ accepts_more()

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

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

Definition at line 287 of file blocklexers.py.

◆ handles()

def robot.parsing.lexer.blocklexers.InlineIfLexer.handles (   cls,
  statement,
  ctx 
)

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

Definition at line 282 of file blocklexers.py.

◆ input()

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

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

Definition at line 294 of file blocklexers.py.

◆ lexer_classes()

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

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

Definition at line 290 of file blocklexers.py.


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