public class ArrayClass extends Object
getRawType, refer
format
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, wait
format
public 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 MetaClass
public MetaClass getRawType()
public String getQualifiedName()
public String getSimpleName()
public static Comparator<MetaImportable> lexicalImportOrder()
public MetaClass getEnclosingClass()
getEnclosingClass
in interface MetaClass
public Collection<MetaClass> getInnerClasses()
getInnerClasses
in interface MetaClass
public MetaClass getInnerClass(String s)
getInnerClass
in interface MetaClass
public Collection<MetaField> getFields()
public Collection<MetaConstructor> getConstructors()
getConstructors
in interface MetaClass
public Collection<MetaMethod> getMethods()
getMethods
in interface MetaClass
public boolean isPrimitive()
isPrimitive
in interface MetaClass
public final Format format()
format
in interface Formattable
see also the complete user documentation .