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