![]() |
The Gaudi Framework
master (ff829712)
|
Public Member Functions | |
__init__ (self, lhs, rhs) | |
__repr__ (self) | |
![]() | |
__and__ (self, rhs) | |
__or__ (self, rhs) | |
__invert__ (self) | |
__rshift__ (self, rhs) | |
visitNode (self, visitor) | |
__eq__ (self, other) | |
__hash__ (self) | |
getFullName (self) | |
Public Attributes | |
lhs = lhs | |
rhs = rhs | |
Protected Member Functions | |
_visitSubNodes (self, visitor) | |
Additional Inherited Members | |
![]() | |
_fullname = makeSequences(self).getFullName() | |
Or operation between control flow nodes.
Definition at line 142 of file ControlFlow.py.
ControlFlow.OrNode.__init__ | ( | self, | |
lhs, | |||
rhs ) |
Definition at line 147 of file ControlFlow.py.
ControlFlow.OrNode.__repr__ | ( | self | ) |
Definition at line 151 of file ControlFlow.py.
|
protected |
Reimplemented from ControlFlow.ControlFlowNode.
Definition at line 154 of file ControlFlow.py.
ControlFlow.OrNode.lhs = lhs |
Definition at line 148 of file ControlFlow.py.
ControlFlow.OrNode.rhs = rhs |
Definition at line 149 of file ControlFlow.py.