#include <BinOpEdge.h>
Collaboration diagram for iso::synth::BinOpEdge:
Public Member Functions | |
BinOpEdge (Unit *parentUnit, BinOpNode *bottomNode) | |
BinOpEdge (Unit *parentUnit, BinOpLeaf *bottomLeaf) | |
Protected Member Functions | |
BinOpEdge () | |
Protected Attributes | |
Unit * | mParentUnit |
BinOpNode * | mBottomNode |
BinOpLeaf * | mBottomLeaf |
bool | isLeftEdge |
BinOpEdge::BinOpEdge | ( | ) | [protected] |
Unit* iso::synth::BinOpEdge::mParentUnit [protected] |
BinOpNode* iso::synth::BinOpEdge::mBottomNode [protected] |
BinOpLeaf* iso::synth::BinOpEdge::mBottomLeaf [protected] |
bool iso::synth::BinOpEdge::isLeftEdge [protected] |