public abstract class ClassInfo
extends Object 
- 
Constructor SummaryConstructors 
- 
Method Summary
 
- 
Constructor Details
- 
ClassInfoprotected ClassInfo() 
 
- 
Method Details
- 
getTypepublic abstract Type getType() 
 
- 
getSuperTypepublic abstract Type getSuperType() 
 
- 
getInterfacespublic abstract Type[] getInterfaces() 
 
- 
getModifierspublic abstract int getModifiers() 
- 
- 
-