Interface ITargetClassContext


public interface ITargetClassContext
Interface for target classes passed into transformer modules via IExtension
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the target class metadata
    org.objectweb.asm.tree.ClassNode
    Get the class tree
  • Method Details

    • getClassInfo

      ClassInfo getClassInfo()
      Get the target class metadata
    • getClassNode

      org.objectweb.asm.tree.ClassNode getClassNode()
      Get the class tree