All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
risc::PrimitiveChannelInstance Class Reference

#include <primitive_channel_instance.h>

Inheritance diagram for risc::PrimitiveChannelInstance:
Inheritance graph
Collaboration diagram for risc::PrimitiveChannelInstance:
Collaboration graph

Public Types

enum  Type {
  CThreadType, ChannelType, ChannelInstanceType, ClassType,
  DefinitionType, EventType, FunctionType, HierarchicalChannelType,
  HierarchicalChannelInstanceType, InOutPortType, InPortType, InstanceType,
  InterfaceType, MethodType, ModuleType, ModuleInstanceType,
  ObjectType, OutPortType, PortType, PrimitiveChannelType,
  PrimitiveChannelInstanceType, ThreadType, VariableType, SocketType,
  InitiatorSocketType, TargetSocketType
}
 We are using these enums to identify type type of and instance or definition during traversal. More...
 

Public Member Functions

 PrimitiveChannelInstance (SgVariableDefinition *ast_node, PrimitiveChannel *definition)
 Default constructor. More...
 
virtual std::string get_ast_type_name ()
 Get function for the name of the ast type of the channel instance. More...
 
virtual PrimitiveChannelget_definition ()
 returns this associated definition of the primitive channel instance More...
 
SgVariableDefinition * get_ast_node ()
 Returns the ast definition of the object. More...
 
bool is_array ()
 checks if this object is an array More...
 
bool is_reference ()
 checks if this object is a reference More...
 
bool is_pointer ()
 checks if this object is a pointer More...
 
virtual std::string get_name ()
 Get function for the name of the module instance variable. More...
 
SgVariableSymbol * get_symbol ()
 return the symbol of the object More...
 
virtual SgType * get_ast_type ()
 Returns the type of the ast node. More...
 
bool has_source_location ()
 Determines if a ast node has an associated ast node. More...
 
std::string get_file_name ()
 Get the name of the file where the declaration is located. More...
 
int get_line_number ()
 Get the line number of the instance. More...
 
int get_position_in_line ()
 Get the position of the in declaration in the corresponding line In other words the column in the line. More...
 

Public Attributes

unsigned int number_of_array_elements_
 
Type type_
 
SgNode * ast_node_
 
SgType * ast_type_pointer_
 

Private Member Functions

 PrimitiveChannelInstance (const PrimitiveChannelInstance &pci)
 Disabled copy constructor. More...
 

Private Attributes

PrimitiveChanneldefinition_
 This pointer points to the corresponding definition in the internal representation. More...
 

Member Enumeration Documentation

enum risc::Definition::Type
inherited

We are using these enums to identify type type of and instance or definition during traversal.

Enumerator
CThreadType 
ChannelType 
ChannelInstanceType 
ClassType 
DefinitionType 
EventType 
FunctionType 
HierarchicalChannelType 
HierarchicalChannelInstanceType 
InOutPortType 
InPortType 
InstanceType 
InterfaceType 
MethodType 
ModuleType 
ModuleInstanceType 
ObjectType 
OutPortType 
PortType 
PrimitiveChannelType 
PrimitiveChannelInstanceType 
ThreadType 
VariableType 
SocketType 
InitiatorSocketType 
TargetSocketType 

Constructor & Destructor Documentation

risc::PrimitiveChannelInstance::PrimitiveChannelInstance ( SgVariableDefinition *  ast_node,
PrimitiveChannel definition 
)
explicit

Default constructor.

risc::PrimitiveChannelInstance::PrimitiveChannelInstance ( const PrimitiveChannelInstance pci)
private

Disabled copy constructor.

Member Function Documentation

SgVariableDefinition * risc::Object::get_ast_node ( )
virtualinherited

Returns the ast definition of the object.

Returns
Pointer to the definition

Reimplemented from risc::Definition.

SgType * risc::Definition::get_ast_type ( )
virtualinherited

Returns the type of the ast node.

std::string risc::PrimitiveChannelInstance::get_ast_type_name ( )
virtual

Get function for the name of the ast type of the channel instance.

Returns
Name as std::string

Reimplemented from risc::Instance.

risc::PrimitiveChannelInstance::get_definition ( )
virtual

returns this associated definition of the primitive channel instance

Implements risc::Instance.

std::string risc::Definition::get_file_name ( )
inherited

Get the name of the file where the declaration is located.

Returns
filename
int risc::Definition::get_line_number ( )
inherited

Get the line number of the instance.

Returns
line number
std::string risc::Object::get_name ( )
virtualinherited

Get function for the name of the module instance variable.

Returns
Name as std::string

Reimplemented from risc::Definition.

int risc::Definition::get_position_in_line ( )
inherited

Get the position of the in declaration in the corresponding line In other words the column in the line.

Returns
position in line
risc::Object::get_symbol ( )
inherited

return the symbol of the object

bool risc::Definition::has_source_location ( )
inherited

Determines if a ast node has an associated ast node.

bool risc::Object::is_array ( )
inherited

checks if this object is an array

bool risc::Object::is_pointer ( )
inherited

checks if this object is a pointer

bool risc::Object::is_reference ( )
inherited

checks if this object is a reference

Member Data Documentation

SgNode* risc::Definition::ast_node_
inherited
SgType* risc::Definition::ast_type_pointer_
inherited
PrimitiveChannel* risc::PrimitiveChannelInstance::definition_
private

This pointer points to the corresponding definition in the internal representation.

unsigned int risc::Object::number_of_array_elements_
inherited
Type risc::Definition::type_
inherited

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