public abstract class ClassInfo
extends Object 
- 
Constructor Summary
Constructors
 
- 
Method Summary
 
 
- 
Constructor Details
- 
ClassInfo
protected ClassInfo()
 
 
- 
Method Details
- 
getType
public abstract Type getType()
 
 
- 
getSuperType
public abstract Type getSuperType()
 
 
- 
getInterfaces
public abstract Type[] getInterfaces()
 
 
- 
getModifiers
public abstract int getModifiers()
 
- 
 
- 
 
-