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

Quick Search    Search Deep

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

java.lang.Object
  extended byCompil3r.BytecodeAnalysis.Bytecodes.Instruction
      extended byCompil3r.BytecodeAnalysis.Bytecodes.StackInstruction
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable
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 class:
Bytecodes

public abstract static class Bytecodes.StackInstruction
extends Bytecodes.Instruction


Field Summary
 
Fields inherited from class Compil3r.BytecodeAnalysis.Bytecodes.Instruction
length, opcode
 
Constructor Summary
(package private) Bytecodes.StackInstruction()
          Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
protected Bytecodes.StackInstruction(short opcode)
           
 
Methods inherited from class Compil3r.BytecodeAnalysis.Bytecodes.Instruction
accept, consumeStack, copy, dispose, 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

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


Bytecodes.StackInstruction

protected Bytecodes.StackInstruction(short opcode)