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