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

Quick Search    Search Deep

com.chaoswg.xtc4y.classdesc.code.instructions
Class InstructionDisassembler  view InstructionDisassembler download InstructionDisassembler.java

java.lang.Object
  extended bycom.chaoswg.xtc4y.classdesc.code.instructions.InstructionDisassembler

public final class InstructionDisassembler
extends java.lang.Object

This class just disassembles opcodes to instructions


Field Summary
static byte UNUSED
           
 
Constructor Summary
InstructionDisassembler()
           
 
Method Summary
static Instruction fetchInstruction(java.io.DataInputStream dis, com.chaoswg.xtc4y.classdesc.ConstantPool cp)
          Creates a new Instruction object depending on the opcode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNUSED

public static final byte UNUSED
See Also:
Constant Field Values
Constructor Detail

InstructionDisassembler

public InstructionDisassembler()
Method Detail

fetchInstruction

public static Instruction fetchInstruction(java.io.DataInputStream dis,
                                           com.chaoswg.xtc4y.classdesc.ConstantPool cp)
                                    throws java.io.IOException
Creates a new Instruction object depending on the opcode.