Package org.teavm.model.instructions
Class UnwrapArrayInstruction
- java.lang.Object
-
- org.teavm.model.Instruction
-
- org.teavm.model.instructions.UnwrapArrayInstruction
-
public class UnwrapArrayInstruction extends Instruction
-
-
Constructor Summary
Constructors Constructor Description UnwrapArrayInstruction(ArrayElementType elementType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidacceptVisitor(InstructionVisitor visitor)VariablegetArray()ArrayElementTypegetElementType()VariablegetReceiver()voidsetArray(Variable array)voidsetReceiver(Variable receiver)-
Methods inherited from class org.teavm.model.Instruction
delete, getBasicBlock, getLocation, getNext, getPrevious, getProgram, insertNext, insertNextAll, insertPrevious, insertPreviousAll, replace, setLocation
-
-
-
-
Constructor Detail
-
UnwrapArrayInstruction
public UnwrapArrayInstruction(ArrayElementType elementType)
-
-
Method Detail
-
getArray
public Variable getArray()
-
setArray
public void setArray(Variable array)
-
getReceiver
public Variable getReceiver()
-
setReceiver
public void setReceiver(Variable receiver)
-
getElementType
public ArrayElementType getElementType()
-
acceptVisitor
public void acceptVisitor(InstructionVisitor visitor)
- Specified by:
acceptVisitorin classInstruction
-
-