#include <NewExprTree.hpp>


Public Member Functions | |
| MemRefNode () | |
| MemRefNode (OA_ptr< MemRefExpr > mre) | |
| virtual | ~MemRefNode () |
| OA_ptr< Node > | copy () |
| return a copy of self | |
| bool | isaMemRefNode () |
| OA_ptr< MemRefExpr > | getMRE () |
| 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< MemRefExpr > | mMRE |
Static Private Attributes | |
| static const int | sOrder = 200 |
Definition at line 196 of file NewExprTree.hpp.
| 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.
| 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.
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().

| 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.
OA_ptr<MemRefExpr> OA::NewExprTree::MemRefNode::mMRE [private] |
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.
1.7.1