de.unkrig.commons.asm
Class OpcodeUtil

java.lang.Object
  extended by de.unkrig.commons.asm.OpcodeUtil

public final class OpcodeUtil
extends java.lang.Object

Utility class around Opcodes.


Nested Class Summary
static class OpcodeUtil.InsnDescription
          Description of a Java™ bytecode instruction.
 
Method Summary
static OpcodeUtil.InsnDescription getInsnDescription(int opcode)
           
static java.lang.String getName(org.objectweb.asm.tree.AbstractInsnNode ain)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public static java.lang.String getName(org.objectweb.asm.tree.AbstractInsnNode ain)
Returns:
The name of the opcode of the given AbstractInsnNode

getInsnDescription

public static OpcodeUtil.InsnDescription getInsnDescription(int opcode)
Returns:
Metainformation about the given opcode