|
|||||||||
| Home >> All >> com >> chaoswg >> xtc4y >> classdesc >> code >> [ instructions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.chaoswg.xtc4y.classdesc.code.instructions
Class InstructionDisassembler

java.lang.Objectcom.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.
|
|||||||||
| Home >> All >> com >> chaoswg >> xtc4y >> classdesc >> code >> [ instructions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.chaoswg.xtc4y.classdesc.code.instructions.InstructionDisassembler