public class UnwrapArrayInstruction extends Instruction
| Constructor and Description |
|---|
UnwrapArrayInstruction(ArrayElementType elementType) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(InstructionVisitor visitor) |
Variable |
getArray() |
ArrayElementType |
getElementType() |
Variable |
getReceiver() |
void |
setArray(Variable array) |
void |
setReceiver(Variable receiver) |
getBasicBlock, getLocation, getProgram, setLocationpublic UnwrapArrayInstruction(ArrayElementType elementType)
public Variable getArray()
public void setArray(Variable array)
public Variable getReceiver()
public void setReceiver(Variable receiver)
public ArrayElementType getElementType()
public void acceptVisitor(InstructionVisitor visitor)
acceptVisitor in class InstructionCopyright © 2015. All rights reserved.