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