Interface Instruction.Mapper
-
- Enclosing class:
- Instruction
static interface Instruction.Mapperjava.util.function.Function<AbstractInsnNode, Instruction>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Instructionapply(org.objectweb.asm.tree.AbstractInsnNode node)
-
-
-
Method Detail
-
apply
Instruction apply(org.objectweb.asm.tree.AbstractInsnNode node)
-
-