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 TypeClassDescriptionclass
This class represents an exception handler, i.e., specifies the region where a handler is active and an instruction where the actual handling is done.class
Abstract super class for branching instructions like GOTO, IFEQ, etc..class
Select - Abstract super class for LOOKUPSWITCH and TABLESWITCH instructions.class
This class represents a line number within a method, i.e., give an instruction a line number corresponding to the source code line.class
we don't actually target instructions, but instructions target us.class
This class represents a local variable within a method.class
class
LOOKUPSWITCH - Switch with unordered set of valuesclass
TABLESWITCH - Switch within given range of values, i.e., low..highclass
A 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 TypeMethodDescriptionvoid
InstructionHandle.addTargeter(InstructionTargeter t)
Denote this handle is being referenced by t.void
InstructionHandle.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 TypeClassDescriptionclass
exceptionRanges are set initially to be low priority.