Public Member Functions | Private Attributes | Static Private Attributes

OA::NewExprTree::MemRefNode Class Reference

#include <NewExprTree.hpp>

Inheritance diagram for OA::NewExprTree::MemRefNode:
Inheritance graph
[legend]
Collaboration diagram for OA::NewExprTree::MemRefNode:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MemRefNode ()
 MemRefNode (OA_ptr< MemRefExpr > mre)
virtual ~MemRefNode ()
OA_ptr< Nodecopy ()
 return a copy of self
bool isaMemRefNode ()
OA_ptr< MemRefExprgetMRE ()
void dump (std::ostream &os)
void dump (std::ostream &os, OA_ptr< IRHandlesIRInterface > ir)
void acceptVisitor (NewExprTreeVisitor &pVisitor)
 pass visitor to nodes in postorder and then accept visitor on tree
void output (IRHandlesIRInterface &ir)
bool operator< (Node &rhs)
bool operator< (MemRefNode &rhs)
virtual int getOrder ()

Private Attributes

OA_ptr< MemRefExprmMRE

Static Private Attributes

static const int sOrder = 200

Detailed Description

Definition at line 196 of file NewExprTree.hpp.


Constructor & Destructor Documentation

OA::NewExprTree::MemRefNode::MemRefNode (  )  [inline]

Definition at line 198 of file NewExprTree.hpp.

OA::NewExprTree::MemRefNode::MemRefNode ( OA_ptr< MemRefExpr mre  )  [inline]

Definition at line 199 of file NewExprTree.hpp.

virtual OA::NewExprTree::MemRefNode::~MemRefNode (  )  [inline, virtual]

Definition at line 200 of file NewExprTree.hpp.


Member Function Documentation

void OA::NewExprTree::MemRefNode::acceptVisitor ( NewExprTreeVisitor  )  [virtual]

pass visitor to nodes in postorder and then accept visitor on tree

Implements OA::NewExprTree::Node.

Definition at line 262 of file NewExprTree.cpp.

OA_ptr<Node> OA::NewExprTree::MemRefNode::copy (  )  [inline, virtual]

return a copy of self

Implements OA::NewExprTree::Node.

Definition at line 203 of file NewExprTree.hpp.

void OA::NewExprTree::MemRefNode::dump ( std::ostream &  os  )  [inline, virtual]

Reimplemented from OA::NewExprTree::Node.

Definition at line 208 of file NewExprTree.hpp.

void OA::NewExprTree::MemRefNode::dump ( std::ostream &  os,
OA_ptr< IRHandlesIRInterface ir 
) [virtual]

Reimplemented from OA::NewExprTree::Node.

Definition at line 247 of file NewExprTree.cpp.

OA_ptr<MemRefExpr> OA::NewExprTree::MemRefNode::getMRE (  )  [inline]

Definition at line 207 of file NewExprTree.hpp.

virtual int OA::NewExprTree::MemRefNode::getOrder (  )  [inline, virtual]

Implements OA::NewExprTree::Node.

Definition at line 223 of file NewExprTree.hpp.

bool OA::NewExprTree::MemRefNode::isaMemRefNode (  )  [inline, virtual]

Reimplemented from OA::NewExprTree::Node.

Definition at line 206 of file NewExprTree.hpp.

bool OA::NewExprTree::MemRefNode::operator< ( Node rhs  )  [virtual]

Implements OA::NewExprTree::Node.

Definition at line 267 of file NewExprTree.cpp.

References OA::NewExprTreeVisitor::visitMemRefNode().

Here is the call graph for this function:

bool OA::NewExprTree::MemRefNode::operator< ( MemRefNode rhs  ) 

Definition at line 279 of file NewExprTree.cpp.

void OA::NewExprTree::MemRefNode::output ( IRHandlesIRInterface ir  )  [virtual]

Reimplemented from OA::NewExprTree::Node.

Definition at line 254 of file NewExprTree.cpp.


Member Data Documentation

Definition at line 227 of file NewExprTree.hpp.

const int OA::NewExprTree::MemRefNode::sOrder = 200 [static, private]

Definition at line 226 of file NewExprTree.hpp.


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