public interface IsClass extends IsMember, HasMethods, HasFields, HasGenerics, HasInterfaces
| Modifier and Type | Method and Description |
|---|---|
IsMethod |
getEnclosingMethod() |
Iterable<IsClass> |
getInnerClasses() |
boolean |
isAbstract() |
boolean |
isAnnotation() |
boolean |
isArray() |
boolean |
isEnum() |
boolean |
isFinal() |
boolean |
isInterface() |
boolean |
isStatic() |
Class<?> |
toClass(ClassLoader loader) |
getEnclosingType, isPrimitivegetEnclosedName, getPackage, getQualifiedName, getSimpleNamegetAnnotation, getAnnotationstoSignatureisPackageProtected, isPrivate, isProtected, isPublicgetModifier, hasModifiergetDeclaredMethods, getMethod, getMethod, getMethodsgetGeneric, getGenerics, hasGenericsgetInterfaces, hasInterfaceboolean isArray()
boolean isAbstract()
boolean isFinal()
boolean isStatic()
boolean isInterface()
boolean isAnnotation()
boolean isEnum()
IsMethod getEnclosingMethod()
Class<?> toClass(ClassLoader loader) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © December 07, 2012–2015 The Internet Party. All rights reserved.