com.jasml.helper
Class OpcodeHelper

java.lang.Object
  extended bycom.jasml.helper.OpcodeHelper

public class OpcodeHelper
extends java.lang.Object


Field Summary
static OpcodeInfo[] OPCODES
           
static java.util.HashMap OPCODES_MAP
           
 
Constructor Summary
OpcodeHelper()
           
 
Method Summary
static OpcodeInfo getOpcodeInfo(byte opcode)
           
static OpcodeInfo getOpcodeInfo(java.lang.String opname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPCODES

public static OpcodeInfo[] OPCODES

OPCODES_MAP

public static java.util.HashMap OPCODES_MAP
Constructor Detail

OpcodeHelper

public OpcodeHelper()
Method Detail

getOpcodeInfo

public static OpcodeInfo getOpcodeInfo(byte opcode)

getOpcodeInfo

public static OpcodeInfo getOpcodeInfo(java.lang.String opname)