Uses of Interface
org.aspectj.apache.bcel.generic.InstructionTargeter
Packages that use InstructionTargeter
-
Uses of InstructionTargeter in org.aspectj.apache.bcel.generic
Classes in org.aspectj.apache.bcel.generic that implement InstructionTargeterModifier and TypeClassDescriptionfinal classThis class represents an exception handler, i.e., specifies the region where a handler is active and an instruction where the actual handling is done.classAbstract super class for branching instructions like GOTO, IFEQ, etc..classSelect - Abstract super class for LOOKUPSWITCH and TABLESWITCH instructions.classThis class represents a line number within a method, i.e., give an instruction a line number corresponding to the source code line.classwe don't actually target instructions, but instructions target us.classThis class represents a local variable within a method.final classclassLOOKUPSWITCH - Switch with unordered set of valuesclassTABLESWITCH - Switch within given range of values, i.e., low..highclassA tag is an instruction-targeter that does not remember its target.Methods in org.aspectj.apache.bcel.generic that return types with arguments of type InstructionTargeterModifier and TypeMethodDescriptionInstructionHandle.getTargeters()InstructionHandle.getTargetersCopy()Methods in org.aspectj.apache.bcel.generic with parameters of type InstructionTargeterModifier and TypeMethodDescriptionvoidInstructionHandle.addTargeter(InstructionTargeter t) Denote this handle is being referenced by t.voidInstructionHandle.removeTargeter(InstructionTargeter t) Denote this handle isn't referenced anymore by t. -
Uses of InstructionTargeter in org.aspectj.weaver.bcel
Classes in org.aspectj.weaver.bcel that implement InstructionTargeterModifier and TypeClassDescriptionfinal classexceptionRanges are set initially to be low priority.