fparser Reference Guide  0.0.14
fparser.one.block_statements.SelectCase Class Reference
Inheritance diagram for fparser.one.block_statements.SelectCase:
Collaboration diagram for fparser.one.block_statements.SelectCase:

Public Member Functions

def tostr (self)
 
def get_classes (self)
 
- Public Member Functions inherited from fparser.one.block_statements.Select
def process_item (self)
 

Static Public Attributes

 match
 
- Static Public Attributes inherited from fparser.one.block_statements.Select
 end_stmt_cls
 
 name
 

Additional Inherited Members

- Public Attributes inherited from fparser.one.block_statements.Select
 expr
 
 construct_name
 

Detailed Description

[<case-construct-name> :] SELECT CASE ( <case-expr> )

Definition at line 1040 of file block_statements.py.

Member Function Documentation

◆ get_classes()

def fparser.one.block_statements.SelectCase.get_classes (   self)
Return the list of classes that this instance may
have as children

Definition at line 1051 of file block_statements.py.

1051  def get_classes(self):
1052  """Return the list of classes that this instance may
1053  have as children"""
1054  return [Case] + execution_part_construct
1055 
1056 
Here is the caller graph for this function:

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