joeq.Compiler.BytecodeAnalysis
Class Bytecodes.StackInstruction

java.lang.Object
  extended by joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
      extended by joeq.Compiler.BytecodeAnalysis.Bytecodes.StackInstruction
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Direct Known Subclasses:
Bytecodes.DUP, Bytecodes.DUP_X1, Bytecodes.DUP_X2, Bytecodes.DUP2, Bytecodes.DUP2_X1, Bytecodes.DUP2_X2, Bytecodes.POP, Bytecodes.POP2, Bytecodes.SWAP
Enclosing interface:
Bytecodes

public abstract static class Bytecodes.StackInstruction
extends Bytecodes.Instruction

See Also:
Serialized Form

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