Java org.aspectj.apache.bcel.generic InstructionList fields, constructors, methods, implement or subclass

Example usage for Java org.aspectj.apache.bcel.generic InstructionList fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.aspectj.apache.bcel.generic InstructionList.

The text is from its open source code.

Method

InstructionHandlefindHandle(InstructionHandle[] ihs, int[] pos, int count, int target)
InstructionHandlegetEnd()
InstructionHandle[]getInstructionHandles()
int[]getInstructionPositions()
Get positions (offsets) of all instructions in the list.
intgetLength()
InstructionHandlegetStart()
Iteratoriterator()