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

Public Member Functions

def get_classes (self)
 
def process_item (self)
 
def get_provides (self)
 
def get_interface (self)
 
def analyze (self)
 
def topyf (self, tab="")
 
def check_private (self, name)
 
- Public Member Functions inherited from fparser.one.block_statements.HasAttributes
def topyf (self, tab="")
 
def update_attributes (self, attrs)
 
- Public Member Functions inherited from fparser.one.block_statements.HasImplicitStmt
def get_type_by_name (self, name)
 
def topyf (self, tab=" ")
 
- Public Member Functions inherited from fparser.one.block_statements.HasUseStmt
def get_entity (self, name)
 
def topyf (self, tab=" ")
 
- Public Member Functions inherited from fparser.one.block_statements.HasVariables
def get_variable_by_name (self, name)
 
def topyf (self, tab="", only_variables=None)
 
- Public Member Functions inherited from fparser.one.block_statements.HasTypeDecls
def topyf (self, tab="")
 
def get_type_decl_by_kind (self, kind)
 
- Public Member Functions inherited from fparser.one.block_statements.AccessSpecs
def topyf (self, tab=" ")
 

Public Attributes

 name
 

Static Public Attributes

 match
 
 end_stmt_cls
 
 a
 
dictionary module_subprogram = {},
 
dictionary module_provides = {},
 
dictionary module_interface = {},
 
 known_attributes
 
- Static Public Attributes inherited from fparser.one.block_statements.HasAttributes
 known_attributes
 
 a
 
 attributes
 
- Static Public Attributes inherited from fparser.one.block_statements.HasImplicitStmt
 a
 
 implicit_rules
 
- Static Public Attributes inherited from fparser.one.block_statements.HasUseStmt
 a
 
 use
 
 use_provides
 
- Static Public Attributes inherited from fparser.one.block_statements.HasVariables
 a
 
list variables = []
 
- Static Public Attributes inherited from fparser.one.block_statements.HasTypeDecls
 a
 
 type_decls
 
- Static Public Attributes inherited from fparser.one.block_statements.AccessSpecs
 a
 
 private_id_list
 
 public_id_list
 

Detailed Description

MODULE <name>
 ..
END [MODULE [name]]

Definition at line 435 of file block_statements.py.


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