public class ConstructArrayInstruction extends Instruction
| Constructor and Description |
|---|
ConstructArrayInstruction() |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(InstructionVisitor visitor) |
ValueType |
getItemType() |
Variable |
getReceiver() |
Variable |
getSize() |
void |
setItemType(ValueType itemType) |
void |
setReceiver(Variable receiver) |
void |
setSize(Variable size) |
getBasicBlock, getLocation, getProgram, setLocationpublic Variable getSize()
public void setSize(Variable size)
public ValueType getItemType()
public void setItemType(ValueType itemType)
public Variable getReceiver()
public void setReceiver(Variable receiver)
public void acceptVisitor(InstructionVisitor visitor)
acceptVisitor in class InstructionCopyright © 2015. All rights reserved.