Public Member Functions | |
FCLInstruction (Token::Type type) | |
void | setSource (int32 source) |
void | setAdditional (int32 additional) |
void | setDestination (int32 destination) |
Token::Type | getType () const |
bool | isConditional () const |
void | setBranches (FCLInstructionVector *thenBranch, FCLInstructionVector *elseBranch) |
FCLInstruction | duplicate () |
Public Attributes | |
int32 | _source |
int32 | _additional |
int32 | _destination |
FCLInstructionVector * | _thenInstructions |
FCLInstructionVector * | _elseInstructions |