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