Interface Instruction.Mapper

Enclosing class:
Instruction

static interface Instruction.Mapper
java.util.function.Function<AbstractInsnNode, Instruction>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(org.objectweb.asm.tree.AbstractInsnNode node)
     
  • Method Details

    • apply

      Instruction apply(org.objectweb.asm.tree.AbstractInsnNode node)