Interface ITargetClassContext
-
public interface ITargetClassContextInterface for target classes passed into transformer modules viaIExtension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassInfogetClassInfo()Get the target class metadataorg.objectweb.asm.tree.ClassNodegetClassNode()Get the class tree
-
-
-
Method Detail
-
getClassInfo
ClassInfo getClassInfo()
Get the target class metadata
-
getClassNode
org.objectweb.asm.tree.ClassNode getClassNode()
Get the class tree
-
-