ROSE 0.11.145.147
Public Member Functions | Protected Attributes | List of all members
loopNode Class Reference

Description

Definition at line 14 of file loopAdapter.h.

Inheritance diagram for loopNode:
Inheritance graph
[legend]
Collaboration diagram for loopNode:
Collaboration graph
[legend]

Public Member Functions

 loopNode (MyLoop *snode)
 
MyLoopgetNode () const
 Get the raw IR node associated with the current abstract node.
 
virtual std::string getConstructTypeName () const
 Get the construct' s type name, like function.
 
virtual bool hasSourcePos () const
 If the node has meaningful line and column numbers associated with a file.
 
virtual AbstractHandle::abstract_nodegetFileNode () const
 Get the start source file position of the construct Get the abstract node for file containing the current node.
 
virtual AbstractHandle::abstract_nodegetParent () const
 Get parent node, used for generate parent handle automatically.
 
virtual AbstractHandle::abstract_nodefindNode (std::string construct_type_str, AbstractHandle::specifier mspecifier) const
 Find a node of a given type, it also matches the specifier.
 
virtual std::string getFileName () const
 
virtual AbstractHandle::source_position getStartPos () const
 
virtual std::string toString () const
 
virtual size_t getNumbering (const abstract_node *another_node) const
 
virtual bool operator== (const abstract_node &x) const
 
std::vector< MyLoop * > getChildren () const
 
- Public Member Functions inherited from AbstractHandle::abstract_node
virtual bool hasName () const
 If the node has legal names defined by language standards.
 
virtual std::string getName () const
 Get the name of the construct if it is named, like function name.
 
virtual abstract_nodefindNode (std::string handle_str) const
 Find a node from a string for a abstract handle's string format, starting from this node eg.
 
virtual source_position_pair getSourcePos () const
 
virtual source_position getEndPos () const
 
virtual size_t getIntLabel () const
 Get integer label.
 
virtual std::string getStringLabel () const
 Get string label.
 
virtual size_t getNumbering (const abstract_node *another_node) const
 Get the ordering of the construct relative to another construct in a higher scope Numbering start from 1 e.g.
 
virtual bool operator== (const abstract_node &x) const =0
 

Protected Attributes

MyLoopmNode
 

Constructor & Destructor Documentation

◆ loopNode()

loopNode::loopNode ( MyLoop snode)
inline

Definition at line 17 of file loopAdapter.h.

◆ ~loopNode()

virtual loopNode::~loopNode ( )
inlinevirtual

Definition at line 18 of file loopAdapter.h.

Member Function Documentation

◆ getNode()

MyLoop * loopNode::getNode ( ) const
inlinevirtual

Get the raw IR node associated with the current abstract node.

Reimplemented from AbstractHandle::abstract_node.

Definition at line 19 of file loopAdapter.h.

◆ getConstructTypeName()

virtual std::string loopNode::getConstructTypeName ( ) const
virtual

Get the construct' s type name, like function.

Reimplemented from AbstractHandle::abstract_node.

◆ hasSourcePos()

virtual bool loopNode::hasSourcePos ( ) const
virtual

If the node has meaningful line and column numbers associated with a file.

Reimplemented from AbstractHandle::abstract_node.

◆ getFileNode()

virtual AbstractHandle::abstract_node * loopNode::getFileNode ( ) const
virtual

Get the start source file position of the construct Get the abstract node for file containing the current node.

Reimplemented from AbstractHandle::abstract_node.

◆ getParent()

virtual AbstractHandle::abstract_node * loopNode::getParent ( ) const
virtual

Get parent node, used for generate parent handle automatically.

Reimplemented from AbstractHandle::abstract_node.

◆ findNode()

virtual AbstractHandle::abstract_node * loopNode::findNode ( std::string  construct_type_str,
AbstractHandle::specifier  mspecifier 
) const
virtual

Find a node of a given type, it also matches the specifier.

Reimplemented from AbstractHandle::abstract_node.

◆ getFileName()

virtual std::string loopNode::getFileName ( ) const
virtual

Reimplemented from AbstractHandle::abstract_node.

◆ getStartPos()

virtual AbstractHandle::source_position loopNode::getStartPos ( ) const
virtual

Reimplemented from AbstractHandle::abstract_node.

◆ toString()

virtual std::string loopNode::toString ( ) const
virtual

Reimplemented from AbstractHandle::abstract_node.

◆ getChildren()

std::vector< MyLoop * > loopNode::getChildren ( ) const
inline

Definition at line 31 of file loopAdapter.h.

Member Data Documentation

◆ mNode

MyLoop* loopNode::mNode
protected

Definition at line 33 of file loopAdapter.h.


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