Robot Framework
robot.parsing.parser.blockparsers.WhileParser Class Reference
Inheritance diagram for robot.parsing.parser.blockparsers.WhileParser:
robot.parsing.parser.blockparsers.NestedBlockParser robot.parsing.parser.blockparsers.BlockParser robot.parsing.parser.blockparsers.Parser

Public Member Functions

def __init__ (self, header)
 
- Public Member Functions inherited from robot.parsing.parser.blockparsers.NestedBlockParser
def handles (self, statement)
 
def parse (self, statement)
 

Additional Inherited Members

- Public Attributes inherited from robot.parsing.parser.blockparsers.BlockParser
 nested_parsers
 
- Public Attributes inherited from robot.parsing.parser.blockparsers.Parser
 model
 
- Static Public Attributes inherited from robot.parsing.parser.blockparsers.BlockParser
 unhandled_tokens
 

Detailed Description

Definition at line 129 of file blockparsers.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.parsing.parser.blockparsers.WhileParser.__init__ (   self,
  header 
)

Reimplemented from robot.parsing.parser.blockparsers.BlockParser.

Definition at line 131 of file blockparsers.py.


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