Class ConstructArrayInstruction
java.lang.Object
org.teavm.model.Instruction
org.teavm.model.instructions.ConstructArrayInstruction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptVisitor(InstructionVisitor visitor) getSize()voidsetItemType(ValueType itemType) voidsetReceiver(Variable receiver) voidMethods inherited from class Instruction
delete, getBasicBlock, getLocation, getNext, getPrevious, getProgram, insertNext, insertNextAll, insertPrevious, insertPreviousAll, replace, setLocation
-
Constructor Details
-
ConstructArrayInstruction
public ConstructArrayInstruction()
-
-
Method Details
-
getSize
-
setSize
-
getItemType
-
setItemType
-
getReceiver
-
setReceiver
-
acceptVisitor
- Specified by:
acceptVisitorin classInstruction
-