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 wich allow to get an instruction from its table index id or from its bytecode index. It's not allowed to remove an element.