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

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 TYPE ( <case-expr> )

Definition at line 1057 of file block_statements.py.

Member Function Documentation

◆ get_classes()

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

Definition at line 1068 of file block_statements.py.

1068  def get_classes(self):
1069  """Return the list of classes that this instance may
1070  have as children"""
1071  return [TypeIs, ClassIs] + execution_part_construct
1072 
1073 
1074 # Where
1075 
1076 
Here is the caller graph for this function:

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