public class DoubleConstantInstruction extends Instruction
| Constructor and Description |
|---|
DoubleConstantInstruction() |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(InstructionVisitor visitor) |
double |
getConstant() |
Variable |
getReceiver() |
void |
setConstant(double constant) |
void |
setReceiver(Variable receiver) |
getBasicBlock, getLocation, getProgram, setLocationpublic double getConstant()
public void setConstant(double constant)
public Variable getReceiver()
public void setReceiver(Variable receiver)
public void acceptVisitor(InstructionVisitor visitor)
acceptVisitor in class InstructionCopyright © 2015. All rights reserved.