public class ArrayClass extends Object
getRawType, referformat| Constructor and Description |
|---|
ArrayClass(Class elementClass) |
ArrayClass(MetaType elementClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Format |
format() |
Collection<MetaConstructor> |
getConstructors() |
MetaType |
getElementClass() |
MetaClass |
getEnclosingClass() |
Collection<MetaField> |
getFields() |
String |
getImportPattern() |
MetaClass |
getInnerClass(Iterable<? extends String> id) |
MetaClass |
getInnerClass(String s) |
Collection<MetaClass> |
getInnerClasses() |
Collection<? extends MetaType> |
getInterfaces() |
Collection<MetaMethod> |
getMethods() |
int |
getModifiers() |
MetaPackage |
getPackage() |
String |
getPackageName() |
String |
getQualifiedName() |
MetaClass |
getRawType() |
String |
getSimpleName() |
MetaType |
getSuperClass() |
int |
hashCode() |
boolean |
isArray() |
boolean |
isPrimitive() |
static Comparator<MetaImportable> |
lexicalImportOrder() |
Format |
refer() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitformatpublic ArrayClass(Class elementClass)
public ArrayClass(MetaType elementClass)
public MetaPackage getPackage()
public int getModifiers()
public String getImportPattern()
public String getPackageName()
public MetaType getSuperClass()
public Collection<? extends MetaType> getInterfaces()
public MetaType getElementClass()
getElementClass in interface MetaClasspublic MetaClass getRawType()
public String getQualifiedName()
public String getSimpleName()
public static Comparator<MetaImportable> lexicalImportOrder()
public MetaClass getEnclosingClass()
getEnclosingClass in interface MetaClasspublic Collection<MetaClass> getInnerClasses()
getInnerClasses in interface MetaClasspublic MetaClass getInnerClass(String s)
getInnerClass in interface MetaClasspublic Collection<MetaField> getFields()
public Collection<MetaConstructor> getConstructors()
getConstructors in interface MetaClasspublic Collection<MetaMethod> getMethods()
getMethods in interface MetaClasspublic boolean isPrimitive()
isPrimitive in interface MetaClasspublic final Format format()
format in interface Formattablesee also the complete user documentation .