joeq.Compiler.BytecodeAnalysis
Class Bytecodes.GotoInstruction

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

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

See Also:
Serialized Form

Method Summary
 
Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.BranchInstruction
containsTarget, dump, getIndex, getTarget, setTarget, toString, updateTarget
 
Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
accept, consumeStack, copy, getLength, getOpcode, produceStack, readInstruction, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait