Robot Framework
robot.parsing.model.blocks.While Class Reference
Inheritance diagram for robot.parsing.model.blocks.While:
robot.parsing.model.blocks.Block

Public Member Functions

def __init__ (self, header, body=None, end=None, errors=())
 
def validate (self, context)
 
- Public Member Functions inherited from robot.parsing.model.blocks.Block
def validate_model (self)
 

Public Attributes

 body
 
 end
 
 errors
 
 header
 

Properties

 condition = property
 
 limit = property
 
- Properties inherited from robot.parsing.model.blocks.Block
 col_offset = property
 
 end_col_offset = property
 
 end_lineno = property
 
 lineno = property
 

Private Member Functions

def condition (self)
 
def limit (self)
 

Static Private Attributes

tuple _fields
 

Additional Inherited Members

- Static Public Attributes inherited from robot.parsing.model.blocks.Block
tuple errors = ()
 

Detailed Description

Definition at line 395 of file blocks.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.parsing.model.blocks.While.__init__ (   self,
  header,
  body = None,
  end = None,
  errors = () 
)

Definition at line 401 of file blocks.py.

Member Function Documentation

◆ condition()

def robot.parsing.model.blocks.While.condition (   self)
private

Definition at line 410 of file blocks.py.

◆ limit()

def robot.parsing.model.blocks.While.limit (   self)
private

Definition at line 416 of file blocks.py.

◆ validate()

def robot.parsing.model.blocks.While.validate (   self,
  context 
)

Reimplemented from robot.parsing.model.blocks.Block.

Definition at line 419 of file blocks.py.

Member Data Documentation

◆ _fields

robot.parsing.model.blocks.While._fields
staticprivate

Definition at line 399 of file blocks.py.

◆ body

robot.parsing.model.blocks.While.body

Definition at line 403 of file blocks.py.

◆ end

robot.parsing.model.blocks.While.end

Definition at line 404 of file blocks.py.

◆ errors

robot.parsing.model.blocks.While.errors

Definition at line 405 of file blocks.py.

◆ header

robot.parsing.model.blocks.While.header

Definition at line 402 of file blocks.py.

Property Documentation

◆ condition

robot.parsing.model.blocks.While.condition = property
static

Definition at line 408 of file blocks.py.

◆ limit

robot.parsing.model.blocks.While.limit = property
static

Definition at line 414 of file blocks.py.


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