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