Uses of Class
org.aspectj.apache.bcel.generic.InstructionHandle
-
Packages that use InstructionHandle Package Description org.aspectj.apache.bcel.generic org.aspectj.weaver.bcel -
-
Uses of InstructionHandle in org.aspectj.apache.bcel.generic
Subclasses of InstructionHandle in org.aspectj.apache.bcel.generic Modifier and Type Class Description classBranchHandleFields in org.aspectj.apache.bcel.generic declared as InstructionHandle Modifier and Type Field Description protected InstructionHandleInstructionBranch. targetInstructionprotected InstructionHandle[]InstructionSelect. targetsConstructors in org.aspectj.apache.bcel.generic with parameters of type InstructionHandle Constructor Description CodeExceptionGen(InstructionHandle start_pc, InstructionHandle end_pc, InstructionHandle handler_pc, ObjectType catch_type)InstructionBranch(short opcode, InstructionHandle target)LineNumberGen(InstructionHandle ih, int src_line)LocalVariableGen(int index, String name, Type type, InstructionHandle start, InstructionHandle end)LOOKUPSWITCH(int[] match, InstructionHandle[] targets, InstructionHandle target)ReturnaddressType(InstructionHandle returnTarget)SwitchBuilder(int[] match, InstructionHandle[] targets, InstructionHandle target)SwitchBuilder(int[] match, InstructionHandle[] targets, InstructionHandle target, int max_gap)TABLESWITCH(int[] match, InstructionHandle[] targets, InstructionHandle target) -
Uses of InstructionHandle in org.aspectj.weaver.bcel
Fields in org.aspectj.weaver.bcel declared as InstructionHandle Modifier and Type Field Description protected InstructionHandleRange. endprotected InstructionHandleRange. startMethods in org.aspectj.weaver.bcel that return InstructionHandle Modifier and Type Method Description InstructionHandleExceptionRange. getHandler()
-