public class IsClassDelegate extends Object implements IsClass
| Constructor and Description |
|---|
IsClassDelegate(IsClass cls) |
IsClassDelegate(IsClass cls,
int arrayDepth) |
public IsClassDelegate(IsClass cls)
public IsClassDelegate(IsClass cls, int arrayDepth)
public boolean isPrimitive()
isPrimitive in interface IsTypepublic IsType getEnclosingType()
getEnclosingType in interface IsTypepublic String getPackage()
getPackage in interface HasQualifiedNamepublic String getSimpleName()
getSimpleName in interface HasQualifiedNamepublic String getEnclosedName()
getEnclosedName in interface HasQualifiedNamepublic String getQualifiedName()
getQualifiedName in interface HasQualifiedNameHasQualifiedName.getPackage() + "." + HasQualifiedName.getEnclosedName()public Iterable<IsAnnotation> getAnnotations()
getAnnotations in interface HasAnnotationspublic IsAnnotation getAnnotation(String name)
getAnnotation in interface HasAnnotationspublic String toSignature()
toSignature in interface HasSignaturepublic boolean isPublic()
isPublic in interface HasProtectionpublic boolean isPrivate()
isPrivate in interface HasProtectionpublic boolean isProtected()
isProtected in interface HasProtectionpublic boolean isPackageProtected()
isPackageProtected in interface HasProtectionpublic boolean hasModifier(int modifier)
hasModifier in interface HasModifierpublic Iterable<IsMethod> getDeclaredMethods()
getDeclaredMethods in interface HasMethodspublic int getModifier()
getModifier in interface HasModifierpublic Iterable<IsMethod> getMethods()
getMethods in interface HasMethodspublic IsMethod getMethod(String name, IsType... params)
getMethod in interface HasMethodspublic IsMethod getMethod(String name, boolean checkErased, Class<?>... params)
getMethod in interface HasMethodspublic Iterable<IsGeneric> getGenerics()
getGenerics in interface HasGenericspublic IsGeneric getGeneric(String name)
getGeneric in interface HasGenericspublic boolean hasGenerics()
hasGenerics in interface HasGenericspublic Iterable<IsClass> getInterfaces()
getInterfaces in interface HasInterfacespublic boolean hasInterface()
hasInterface in interface HasInterfacespublic boolean isAbstract()
isAbstract in interface IsClasspublic boolean isInterface()
isInterface in interface IsClasspublic boolean isAnnotation()
isAnnotation in interface IsClasspublic IsMethod getEnclosingMethod()
getEnclosingMethod in interface IsClasspublic Iterable<IsClass> getInnerClasses()
getInnerClasses in interface IsClasspublic Class<?> toClass(ClassLoader loader) throws ClassNotFoundException
toClass in interface IsClassClassNotFoundExceptionCopyright © December 07, 2012–2015 The Internet Party. All rights reserved.