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[] getCode()
           
 int getLength()
           
 java.lang.String getMnemonic()
           
static java.lang.String getMnemonic(int instruction)
           
 int getOpcode()
           
 int getStart()
           
 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

getCode

public byte[] getCode()

getStart

public int getStart()

getOpcode

public int getOpcode()

getMnemonic

public static java.lang.String getMnemonic(int instruction)

getMnemonic

public java.lang.String getMnemonic()

getLength

public int getLength()

toString

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


Dependency Finder 1.1.0 © 2001-2004 Jean Tessier.