Uses of Interface
org.aspectj.apache.bcel.generic.InstructionTargeter

Packages that use InstructionTargeter
org.aspectj.apache.bcel.generic   
org.aspectj.weaver.bcel   
 

Uses of InstructionTargeter in org.aspectj.apache.bcel.generic
 

Classes in org.aspectj.apache.bcel.generic that implement InstructionTargeter
 class CodeExceptionGen
          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 InstructionBranch
          Abstract super class for branching instructions like GOTO, IFEQ, etc..
 class InstructionSelect
          Select - Abstract super class for LOOKUPSWITCH and TABLESWITCH instructions.
 class LineNumberGen
          This class represents a line number within a method, i.e., give an instruction a line number corresponding to the source code line.
 class LineNumberTag
          we don't actually target instructions, but instructions target us.
 class LocalVariableGen
          This class represents a local variable within a method.
 class LocalVariableTag
           
 class LOOKUPSWITCH
          LOOKUPSWITCH - Switch with unordered set of values
 class TABLESWITCH
          TABLESWITCH - Switch within given range of values, i.e., low..high
 class Tag
          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 InstructionTargeter
 java.util.Set<InstructionTargeter> InstructionHandle.getTargeters()
           
 java.util.Set<InstructionTargeter> InstructionHandle.getTargetersCopy()
           
 

Methods in org.aspectj.apache.bcel.generic with parameters of type InstructionTargeter
 void 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 InstructionTargeter
 class ExceptionRange
          exceptionRanges are set initially to be low priority.