Package mockit.asm.classes
Class ClassInfo
java.lang.Object
mockit.asm.classes.ClassInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionString[]
The internal names of the class's interfaces, if any.The generic signature of the class.The name of the source file from which the class was compiled, if available.The internal name of the super class. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
interfaces
The internal names of the class's interfaces, if any. -
superName
-
signature
The generic signature of the class. Isnull
when the class is not a generic one, and does not extend or implement generic classes or interfaces. -
sourceFileName
The name of the source file from which the class was compiled, if available.
-
-
Constructor Details
-
ClassInfo
public ClassInfo()
-