Class GetElementInstruction
java.lang.Object
org.teavm.model.Instruction
org.teavm.model.instructions.GetElementInstruction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptVisitor(InstructionVisitor visitor) getArray()getIndex()getType()voidvoidvoidsetReceiver(Variable receiver) Methods inherited from class Instruction
delete, getBasicBlock, getLocation, getNext, getPrevious, getProgram, insertNext, insertNextAll, insertPrevious, insertPreviousAll, replace, setLocation
-
Constructor Details
-
GetElementInstruction
-
-
Method Details
-
getType
-
getArray
-
setArray
-
getIndex
-
setIndex
-
getReceiver
-
setReceiver
-
acceptVisitor
- Specified by:
acceptVisitorin classInstruction
-