Interface Instruction.Mapper

  • Enclosing class:
    Instruction

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

      • apply

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