The Gaudi Framework
master (37c0b60a)
|
Public Member Functions | |
def | __init__ (self, lhs, rhs) |
def | __repr__ (self) |
Public Member Functions inherited from ControlFlow.ControlFlowNode | |
def | __and__ (self, rhs) |
def | __or__ (self, rhs) |
def | __invert__ (self) |
def | __rshift__ (self, rhs) |
def | visitNode (self, visitor) |
def | __eq__ (self, other) |
def | __hash__ (self) |
def | getFullName (self) |
Public Attributes | |
lhs | |
rhs | |
Private Member Functions | |
def | _visitSubNodes (self, visitor) |
Represent order of execution of nodes.
Definition at line 108 of file ControlFlow.py.
def ControlFlow.OrderedNode.__init__ | ( | self, | |
lhs, | |||
rhs | |||
) |
Definition at line 113 of file ControlFlow.py.
def ControlFlow.OrderedNode.__repr__ | ( | self | ) |
Definition at line 117 of file ControlFlow.py.
|
private |
Reimplemented from ControlFlow.ControlFlowNode.
Definition at line 120 of file ControlFlow.py.
ControlFlow.OrderedNode.lhs |
Definition at line 114 of file ControlFlow.py.
ControlFlow.OrderedNode.rhs |
Definition at line 115 of file ControlFlow.py.