Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.bcel.generic
Interface InstructionTargeter  view InstructionTargeter download InstructionTargeter.java

All Known Implementing Classes:
BranchInstruction, CodeExceptionGen, LineNumberGen, LocalVariableGen

public interface InstructionTargeter

Denote that a class targets InstructionHandles within an InstructionList. Namely the following implementers:

Version:
$Id: InstructionTargeter.java 386056 2006-03-15 11:31:56Z tcurdt $

Method Summary
 boolean containsTarget(InstructionHandle ih)
           
 void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih)
           
 

Method Detail

containsTarget

public boolean containsTarget(InstructionHandle ih)

updateTarget

public void updateTarget(InstructionHandle old_ih,
                         InstructionHandle new_ih)