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

Quick Search    Search Deep

Compil3r.BytecodeAnalysis
Class Bytecodes.GotoInstruction  view Bytecodes.GotoInstruction download Bytecodes.GotoInstruction.java

java.lang.Object
  extended byCompil3r.BytecodeAnalysis.Bytecodes.Instruction
      extended byCompil3r.BytecodeAnalysis.Bytecodes.BranchInstruction
          extended byCompil3r.BytecodeAnalysis.Bytecodes.GotoInstruction
All Implemented Interfaces:
Bytecodes.InstructionTargeter, Bytecodes.UnconditionalBranch, java.lang.Cloneable, java.io.Serializable
Direct Known Subclasses:
Bytecodes.GOTO, Bytecodes.GOTO_W
Enclosing class:
Bytecodes

public abstract static class Bytecodes.GotoInstruction
extends Bytecodes.BranchInstruction
implements Bytecodes.UnconditionalBranch


Field Summary
 
Fields inherited from class Compil3r.BytecodeAnalysis.Bytecodes.BranchInstruction
index, position, target
 
Fields inherited from class Compil3r.BytecodeAnalysis.Bytecodes.Instruction
length, opcode
 
Constructor Summary
(package private) Bytecodes.GotoInstruction()
          Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
(package private) Bytecodes.GotoInstruction(short opcode, Bytecodes.InstructionHandle target)
           
 
Methods inherited from class Compil3r.BytecodeAnalysis.Bytecodes.BranchInstruction
containsTarget, dispose, dump, getIndex, getTarget, getTargetOffset, getTargetOffset, initFromFile, notifyTarget, setTarget, toString, updatePosition, updateTarget
 
Methods inherited from class Compil3r.BytecodeAnalysis.Bytecodes.Instruction
accept, consumeStack, copy, getLength, getOpcode, produceStack, readInstruction, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Bytecodes.GotoInstruction

Bytecodes.GotoInstruction(short opcode,
                          Bytecodes.InstructionHandle target)

Bytecodes.GotoInstruction

Bytecodes.GotoInstruction()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise.