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:
Serializable, 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

Field Summary
 
Fields inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
length, opcode
 
Constructor Summary
protected Bytecodes.StackInstruction(short opcode)
           
 
Method Summary
 
Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
accept, consumeStack, copy, dump, getLength, getOpcode, initFromFile, produceStack, readInstruction, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Bytecodes.StackInstruction

protected Bytecodes.StackInstruction(short opcode)
Parameters:
opcode - instruction opcode


Copyright © 2001-2008 John Whaley. All Rights Reserved.