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

Quick Search    Search Deep

Compil3r.BytecodeAnalysis
Interface Bytecodes.InstructionTargeter  view Bytecodes.InstructionTargeter download Bytecodes.InstructionTargeter.java

All Known Implementing Classes:
Bytecodes.BranchInstruction
Enclosing interface:
Bytecodes

public static interface Bytecodes.InstructionTargeter


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

Method Detail

containsTarget

public boolean containsTarget(Bytecodes.InstructionHandle ih)

updateTarget

public void updateTarget(Bytecodes.InstructionHandle old_ih,
                         Bytecodes.InstructionHandle new_ih)