Interface GenericGenerators.InstructionGenerator
-
- All Known Implementing Classes:
GenericGenerators.ConditionalMerger
- Enclosing class:
- GenericGenerators
public static interface GenericGenerators.InstructionGenerator
Instruction list generator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.objectweb.asm.tree.InsnList
generate()
Generate instruction list.
-