public interface ClassD extends TypeD, MemberD, GenericD, HasNameD, HasAnnotationsD
EMPTY_ARRAY| Modifier and Type | Method and Description | 
|---|---|
MethodD | 
getClinitMethod()
Gets the hidden  
clinit method, null if none. | 
PackageD | 
getPackage()
Gets the owning package. 
 | 
java.lang.String | 
getPackageName()
Gets the qualified name of the owning package. 
 | 
boolean | 
isAbstract()
True if this is modified with "abstract". 
 | 
boolean | 
isMemberClass()
True if this is a member inner class. 
 | 
equals, getClass, getClasses, getDeclaredClass, getDeclaredClasses, getDeclaredConstructor, getDeclaredConstructors, getDeclaredField, getDeclaredFields, getDeclaredMethod, getDeclaredMethods, getDeclaredMethods, getDescriptor, getField, getFields, getHierarchy, getInterfaces, getMethod, getMethods, getMethods, getQualifiedName, getSuperclass, getType, getTypeErasure, getTypeSignature, isAnnotation, isArray, isAssignableFrom, isEnum, isInterface, isPrimitivegetTypeParametersgetEnclosingClass, getModifiers, isFinal, isPrivate, isProtected, isPublic, isStaticgetAnnotationsPackageD getPackage()
java.lang.String getPackageName()
boolean isAbstract()
boolean isMemberClass()
MethodD getClinitMethod()
clinit method, null if none.clinit method,
 null if none.