Class OpcodeUtil


  • public final class OpcodeUtil
    extends Object
    Utility class around Opcodes.
    • Method Detail

      • getName

        public static 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