public class EnvironmentClass extends EnvironmentType implements MetaClass
| Modifier and Type | Field and Description |
|---|---|
protected Class |
cls |
wrapgetRawType, referformatwrap, wrapclone, finalize, getClass, notify, notifyAll, wait, wait, waitformatprotected final Class cls
public final Class<?> getEnvironmentClass()
public static EnvironmentClass wrap(Class cls)
public static List<EnvironmentClass> wrap(Class... classes)
public static EnvironmentClass wrap(ClassLoader loader, String name) throws ClassNotFoundException
ClassNotFoundExceptionpublic MetaPackage getPackage()
getPackage in interface MetaClasspublic int getModifiers()
getModifiers in interface MetaModifiablepublic String getImportPattern()
getImportPattern in interface MetaImportablepublic String getSimpleName()
getSimpleName in interface MetaClasspublic String getQualifiedName()
getQualifiedName in interface MetaClasspublic String getPackageName()
getPackageName in interface MetaClasspublic MetaType getSuperClass()
getSuperClass in interface MetaClasspublic Collection<EnvironmentType> getInterfaces()
getInterfaces in interface MetaClasspublic MetaClass getEnclosingClass()
getEnclosingClass in interface MetaClasspublic Collection<EnvironmentClass> getInnerClasses()
getInnerClasses in interface MetaClasspublic Collection<EnvironmentField> getFields()
public Collection<EnvironmentConstructor> getConstructors()
getConstructors in interface MetaClasspublic Collection<EnvironmentMethod> getMethods()
getMethods in interface MetaClasspublic boolean isPrimitive()
isPrimitive in interface MetaClasspublic MetaClass getElementClass()
getElementClass in interface MetaClasspublic EnvironmentClass getInnerClass(String name)
getInnerClass in interface MetaClasspublic EnvironmentClass getInnerClass(Iterable<? extends String> name)
getInnerClass in interface MetaClasspublic final MetaClass getRawType()
getRawType in interface MetaTypepublic final Format format()
format in interface Formattablesee also the complete user documentation .