public class CastNumberInstruction extends Instruction
| Constructor and Description |
|---|
CastNumberInstruction(NumericOperandType sourceType,
NumericOperandType targetType) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(InstructionVisitor visitor) |
Variable |
getReceiver() |
NumericOperandType |
getSourceType() |
NumericOperandType |
getTargetType() |
Variable |
getValue() |
void |
setReceiver(Variable receiver) |
void |
setValue(Variable value) |
getBasicBlock, getLocation, getProgram, setLocationpublic CastNumberInstruction(NumericOperandType sourceType, NumericOperandType targetType)
public Variable getValue()
public void setValue(Variable value)
public Variable getReceiver()
public void setReceiver(Variable receiver)
public NumericOperandType getSourceType()
public NumericOperandType getTargetType()
public void acceptVisitor(InstructionVisitor visitor)
acceptVisitor in class InstructionCopyright © 2015. All rights reserved.