Package eu.bandm.tools.metajava
Class ArrayClass
java.lang.Object
eu.bandm.tools.metajava.AbstractMetaType
eu.bandm.tools.metajava.AbstractMetaClass
eu.bandm.tools.metajava.ArrayClass
- All Implemented Interfaces:
Formattable
,MetaClass
,MetaImportable
,MetaModifiable
,MetaType
-
Field Summary
Fields inherited from interface eu.bandm.tools.metajava.MetaType
getRawType, refer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getInnerClass
(Iterable<? extends String> id) Collection<? extends MetaType>
int
int
hashCode()
boolean
isArray()
Methods inherited from class eu.bandm.tools.metajava.AbstractMetaClass
getConstructors, getEnclosingClass, getFields, getInnerClass, getInnerClasses, getMethods, isPrimitive, lexicalImportOrder
Methods inherited from class eu.bandm.tools.metajava.AbstractMetaType
format, refer
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface eu.bandm.tools.format.Formattable
format
-
Constructor Details
-
ArrayClass
-
ArrayClass
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getPackage
-
getModifiers
public int getModifiers() -
getImportPattern
-
getPackageName
-
getSuperClass
-
getInterfaces
-
isArray
public boolean isArray()- Specified by:
isArray
in interfaceMetaClass
- Overrides:
isArray
in classAbstractMetaClass
-
getElementClass
- Specified by:
getElementClass
in interfaceMetaClass
- Overrides:
getElementClass
in classAbstractMetaClass
-
getRawType
-
getInnerClass
-
getQualifiedName
-
getSimpleName
-