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

Quick Search    Search Deep

Uses of Interface
Compil3r.BytecodeAnalysis.Bytecodes.InstructionTargeter

Uses of Bytecodes.InstructionTargeter in Compil3r.BytecodeAnalysis
 

Classes in Compil3r.BytecodeAnalysis that implement Bytecodes.InstructionTargeter
static class Bytecodes.BranchInstruction
           
static class Bytecodes.GOTO
           
static class Bytecodes.GOTO_W
           
static class Bytecodes.GotoInstruction
           
static class Bytecodes.IF_ACMPEQ
           
static class Bytecodes.IF_ACMPNE
           
static class Bytecodes.IF_ICMPEQ
           
static class Bytecodes.IF_ICMPGE
           
static class Bytecodes.IF_ICMPGT
           
static class Bytecodes.IF_ICMPLE
           
static class Bytecodes.IF_ICMPLT
           
static class Bytecodes.IF_ICMPNE
           
static class Bytecodes.IFEQ
           
static class Bytecodes.IFGE
           
static class Bytecodes.IFGT
           
static class Bytecodes.IfInstruction
           
static class Bytecodes.IFLE
           
static class Bytecodes.IFLT
           
static class Bytecodes.IFNE
           
static class Bytecodes.IFNONNULL
           
static class Bytecodes.IFNULL
           
static class Bytecodes.JSR
           
static class Bytecodes.JSR_W
           
static class Bytecodes.JsrInstruction
           
static class Bytecodes.LOOKUPSWITCH
           
static class Bytecodes.Select
           
static class Bytecodes.TABLESWITCH
           
 

Methods in Compil3r.BytecodeAnalysis with parameters of type Bytecodes.InstructionTargeter
 void Bytecodes.InstructionHandle.removeTargeter(Bytecodes.InstructionTargeter t)
          Denote this handle isn't referenced anymore by t.
 void Bytecodes.InstructionHandle.addTargeter(Bytecodes.InstructionTargeter t)
          Denote this handle is being referenced by t.
(package private) static void Bytecodes.BranchInstruction.notifyTarget(Bytecodes.InstructionHandle old_ih, Bytecodes.InstructionHandle new_ih, Bytecodes.InstructionTargeter t)
          Used by BranchInstruction, LocalVariable, CodeException