Class InstructionArray

java.lang.Object
com.ibm.wala.dalvik.classLoader.InstructionArray
All Implemented Interfaces:
Iterable<Instruction>, Collection<Instruction>

public class InstructionArray extends Object implements Collection<Instruction>
Collection of Instruction which allows getting an instruction from its table index id or from its bytecode index. Removing an element is not allowed.