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

Public Member Functions

def __init__ (self, header, body=None, next=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
 
 next
 

Properties

 pattern_type = property
 
 patterns = property
 
 type = property
 
 variable = 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 _validate_body (self)
 
def _validate_end (self)
 
def _validate_structure (self)
 
def pattern_type (self)
 
def patterns (self)
 
def type (self)
 
def variable (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 310 of file blocks.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 316 of file blocks.py.

Member Function Documentation

◆ _validate_body()

def robot.parsing.model.blocks.Try._validate_body (   self)
private

Definition at line 353 of file blocks.py.

◆ _validate_end()

def robot.parsing.model.blocks.Try._validate_end (   self)
private

Definition at line 390 of file blocks.py.

◆ _validate_structure()

def robot.parsing.model.blocks.Try._validate_structure (   self)
private

Definition at line 357 of file blocks.py.

◆ pattern_type()

def robot.parsing.model.blocks.Try.pattern_type (   self)
private

Definition at line 338 of file blocks.py.

◆ patterns()

def robot.parsing.model.blocks.Try.patterns (   self)
private

Definition at line 332 of file blocks.py.

◆ type()

def robot.parsing.model.blocks.Try.type (   self)
private

Definition at line 326 of file blocks.py.

◆ validate()

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

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

Definition at line 347 of file blocks.py.

◆ variable()

def robot.parsing.model.blocks.Try.variable (   self)
private

Definition at line 344 of file blocks.py.

Member Data Documentation

◆ _fields

robot.parsing.model.blocks.Try._fields
staticprivate

Definition at line 314 of file blocks.py.

◆ body

robot.parsing.model.blocks.Try.body

Definition at line 318 of file blocks.py.

◆ end

robot.parsing.model.blocks.Try.end

Definition at line 320 of file blocks.py.

◆ errors

robot.parsing.model.blocks.Try.errors

Definition at line 321 of file blocks.py.

◆ header

robot.parsing.model.blocks.Try.header

Definition at line 317 of file blocks.py.

◆ next

robot.parsing.model.blocks.Try.next

Definition at line 319 of file blocks.py.

Property Documentation

◆ pattern_type

robot.parsing.model.blocks.Try.pattern_type = property
static

Definition at line 336 of file blocks.py.

◆ patterns

robot.parsing.model.blocks.Try.patterns = property
static

Definition at line 330 of file blocks.py.

◆ type

robot.parsing.model.blocks.Try.type = property
static

Definition at line 324 of file blocks.py.

◆ variable

robot.parsing.model.blocks.Try.variable = property
static

Definition at line 342 of file blocks.py.


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