systemc-clang 2.0.0
Parsing SystemC constructs
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
parselib.transforms.name_stub.ProcessVarNameStub Class Reference
Inheritance diagram for parselib.transforms.name_stub.ProcessVarNameStub:
Inheritance graph
[legend]
Collaboration diagram for parselib.transforms.name_stub.ProcessVarNameStub:
Collaboration graph
[legend]

Public Member Functions

 __init__ (self, var_name, tpe, meta=None)
 
 insert_name (self, name_check)
 

Public Attributes

 orig_name
 

Detailed Description

Name stub for variables in a process

Definition at line 26 of file name_stub.py.

Constructor & Destructor Documentation

◆ __init__()

parselib.transforms.name_stub.ProcessVarNameStub.__init__ ( self,
var_name,
tpe,
meta = None )

Definition at line 28 of file name_stub.py.

Member Function Documentation

◆ insert_name()

parselib.transforms.name_stub.ProcessVarNameStub.insert_name ( self,
name_check )

Definition at line 32 of file name_stub.py.

Member Data Documentation

◆ orig_name

parselib.transforms.name_stub.ProcessVarNameStub.orig_name

Definition at line 30 of file name_stub.py.


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