com.jeantessier.classreader
Class Instruction

java.lang.Object
  |
  +--com.jeantessier.classreader.Instruction

public class Instruction
extends java.lang.Object


Constructor Summary
Instruction(byte[] code, int start)
           
 
Method Summary
 byte[] Code()
           
 int Length()
           
 java.lang.String Mnemonic()
           
 int Opcode()
           
 int Start()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Instruction

public Instruction(byte[] code,
                   int start)
Method Detail

Code

public byte[] Code()

Start

public int Start()

Opcode

public int Opcode()

Mnemonic

public java.lang.String Mnemonic()

Length

public int Length()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object