Robot Framework
robot.parsing.parser.blockparsers.Parser Class Reference

Base class for parsers. More...

Inheritance diagram for robot.parsing.parser.blockparsers.Parser:
robot.parsing.parser.blockparsers.BlockParser robot.parsing.parser.fileparser.FileParser robot.parsing.parser.fileparser.SectionParser robot.parsing.parser.blockparsers.KeywordParser robot.parsing.parser.blockparsers.NestedBlockParser robot.parsing.parser.blockparsers.TestCaseParser robot.parsing.parser.fileparser.CommentSectionParser robot.parsing.parser.fileparser.ImplicitCommentSectionParser robot.parsing.parser.fileparser.KeywordSectionParser robot.parsing.parser.fileparser.SettingSectionParser robot.parsing.parser.fileparser.TestCaseSectionParser robot.parsing.parser.fileparser.VariableSectionParser

Public Member Functions

def __init__ (self, model)
 
def handles (self, statement)
 
def parse (self, statement)
 

Public Attributes

 model
 

Detailed Description

Base class for parsers.

Definition at line 21 of file blockparsers.py.

Constructor & Destructor Documentation

◆ __init__()

Member Function Documentation

◆ handles()

◆ parse()

Member Data Documentation

◆ model

robot.parsing.parser.blockparsers.Parser.model

Definition at line 24 of file blockparsers.py.


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