public class ConstructMultiArrayInstruction extends Instruction
| Constructor and Description |
|---|
ConstructMultiArrayInstruction() |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(InstructionVisitor visitor) |
List<Variable> |
getDimensions() |
ValueType |
getItemType() |
Variable |
getReceiver() |
void |
setItemType(ValueType itemType) |
void |
setReceiver(Variable receiver) |
getBasicBlock, getLocation, getProgram, setLocationpublic 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.