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