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