Interface PCEnhancer.AuxiliaryEnhancer

All Known Implementing Classes:
FetchStatisticsAuxEnhancer
Enclosing class:
PCEnhancer

public static interface PCEnhancer.AuxiliaryEnhancer
Plugin interface for additional enhancement.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(org.apache.xbean.asm9.tree.ClassNode classNode, ClassMetaData meta)
     
    boolean
    skipEnhance(org.apache.xbean.asm9.tree.MethodNode m)
     
  • Method Details

    • run

      void run(org.apache.xbean.asm9.tree.ClassNode classNode, ClassMetaData meta)
    • skipEnhance

      boolean skipEnhance(org.apache.xbean.asm9.tree.MethodNode m)