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

Quick Search    Search Deep

Uses of Class
Compil3r.BytecodeAnalysis.Bytecodes.BranchInstruction

Uses of Bytecodes.BranchInstruction in Compil3r.BytecodeAnalysis
 

Subclasses of Bytecodes.BranchInstruction in Compil3r.BytecodeAnalysis
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
           
 

Fields in Compil3r.BytecodeAnalysis declared as Bytecodes.BranchInstruction
private  Bytecodes.BranchInstruction Bytecodes.BranchHandle.bi
           
 

Methods in Compil3r.BytecodeAnalysis with parameters of type Bytecodes.BranchInstruction
(package private) static Bytecodes.BranchHandle Bytecodes.BranchHandle.getBranchHandle(Bytecodes.BranchInstruction i)
           
 Bytecodes.BranchHandle Bytecodes.InstructionList.append(Bytecodes.BranchInstruction i)
          Append a branch instruction to the end of this list.
 Bytecodes.BranchHandle Bytecodes.InstructionList.append(Bytecodes.InstructionHandle ih, Bytecodes.BranchInstruction i)
          Append an instruction after instruction (handle) ih contained in this list.
 Bytecodes.BranchHandle Bytecodes.InstructionList.insert(Bytecodes.BranchInstruction i)
          Insert a branch instruction at start of this list.
 Bytecodes.BranchHandle Bytecodes.InstructionList.insert(Bytecodes.InstructionHandle ih, Bytecodes.BranchInstruction i)
          Insert an instruction before instruction (handle) ih contained in this list.
 void Bytecodes.Visitor.visitBranchInstruction(Bytecodes.BranchInstruction obj)
           
 void Bytecodes.EmptyVisitor.visitBranchInstruction(Bytecodes.BranchInstruction obj)
           
 

Constructors in Compil3r.BytecodeAnalysis with parameters of type Bytecodes.BranchInstruction
Bytecodes.BranchHandle(Bytecodes.BranchInstruction i)
           
Bytecodes.InstructionList(Bytecodes.BranchInstruction i)
          Create instruction list containing one instruction.