public class NegateInstruction extends Instruction
| Constructor and Description |
|---|
NegateInstruction(NumericOperandType operandType) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(InstructionVisitor visitor) |
Variable |
getOperand() |
NumericOperandType |
getOperandType() |
Variable |
getReceiver() |
void |
setOperand(Variable operand) |
void |
setReceiver(Variable receiver) |
getBasicBlock, getLocation, getProgram, setLocationpublic NegateInstruction(NumericOperandType operandType)
public Variable getOperand()
public void setOperand(Variable operand)
public Variable getReceiver()
public void setReceiver(Variable receiver)
public NumericOperandType getOperandType()
public void acceptVisitor(InstructionVisitor visitor)
acceptVisitor in class InstructionCopyright © 2015. All rights reserved.