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

Public Member Functions

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

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 72 of file blockparsers.py.

Member Function Documentation

◆ handles()

def robot.parsing.parser.blockparsers.NestedBlockParser.handles (   self,
  statement 
)

◆ parse()

def robot.parsing.parser.blockparsers.NestedBlockParser.parse (   self,
  statement 
)

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