Interface TransformerHelper.AsmPatch

Enclosing class:
TransformerHelper

public static interface TransformerHelper.AsmPatch
Functional callback for ASM tree patching.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    apply(ClassLoader loader, nilloader.api.lib.asm.tree.ClassNode classNode)
     
  • Method Details

    • apply

      boolean apply(ClassLoader loader, nilloader.api.lib.asm.tree.ClassNode classNode) throws Exception
      Returns:
      true when frame recomputation is needed.
      Throws:
      Exception