CACAO
|
Base type of instructions that compute a condition. More...
Public Member Functions | |
CondInst (Conditional::CondID condition) | |
Construct a CondInst. More... | |
Conditional::CondID | get_condition () const |
Get the kind of condition that is computed. More... | |
virtual | ~CondInst () |
Protected Attributes | |
Conditional::CondID | condition |
The kind of condition that is computed. More... | |
Base type of instructions that compute a condition.
Definition at line 120 of file Instructions.hpp.
|
inlineexplicit |
Construct a CondInst.
condition | The kind of condition to copmute. |
Definition at line 135 of file Instructions.hpp.
|
inlinevirtual |
Definition at line 142 of file Instructions.hpp.
|
inline |
Get the kind of condition that is computed.
Definition at line 140 of file Instructions.hpp.
|
protected |
The kind of condition that is computed.
Definition at line 126 of file Instructions.hpp.