ClassData
interface ClassData
Data about the class to be instrumented.
Summary
| Public properties | |
|---|---|
| List<String> | List of the annotations the class has. | 
| String | Fully qualified name of the class. | 
| List<String> | List of all the interfaces that this class or a superclass of this class implements. | 
| List<String> | List of all the super classes that this class or a super class of this class extends. | 
Public properties
interfaces
val interfaces: List<String>
List of all the interfaces that this class or a superclass of this class implements.
superClasses
val superClasses: List<String>
List of all the super classes that this class or a super class of this class extends.
