Robot Framework
robot.parsing.parser.fileparser.SectionParser Class Reference
Inheritance diagram for robot.parsing.parser.fileparser.SectionParser:
robot.parsing.parser.blockparsers.Parser 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, header)
 
def handles (self, statement)
 
def parse (self, statement)
 

Static Public Attributes

 model_class = None
 

Additional Inherited Members

- Public Attributes inherited from robot.parsing.parser.blockparsers.Parser
 model
 

Detailed Description

Definition at line 62 of file fileparser.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.parsing.parser.fileparser.SectionParser.__init__ (   self,
  header 
)

Reimplemented from robot.parsing.parser.blockparsers.Parser.

Definition at line 65 of file fileparser.py.

Member Function Documentation

◆ handles()

def robot.parsing.parser.fileparser.SectionParser.handles (   self,
  statement 
)

Reimplemented from robot.parsing.parser.blockparsers.Parser.

Definition at line 68 of file fileparser.py.

◆ parse()

def robot.parsing.parser.fileparser.SectionParser.parse (   self,
  statement 
)

Member Data Documentation

◆ model_class

robot.parsing.parser.fileparser.SectionParser.model_class = None
static

Definition at line 63 of file fileparser.py.


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