at.dms.classfile
Class OpcodeNames

java.lang.Object
  |
  +--at.dms.classfile.OpcodeNames

public class OpcodeNames
extends java.lang.Object

The human-readable names of the JVM bytecode instructions.


Constructor Summary
OpcodeNames()
           
 
Method Summary
static java.lang.String getName(int opcode)
          Returns the name for this opcode.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpcodeNames

public OpcodeNames()
Method Detail

getName

public static java.lang.String getName(int opcode)
Returns the name for this opcode.