Package eu.bandm.tools.metajava
Class AbstractMetaClass
java.lang.Object
eu.bandm.tools.metajava.AbstractMetaType
eu.bandm.tools.metajava.AbstractMetaClass
- All Implemented Interfaces:
Formattable,MetaClass,MetaImportable,MetaModifiable,MetaType
- Direct Known Subclasses:
ArrayClass
-
Field Summary
Fields inherited from interface eu.bandm.tools.metajava.MetaType
getRawType, refer -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class eu.bandm.tools.metajava.AbstractMetaType
format, referMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface eu.bandm.tools.format.Formattable
formatMethods inherited from interface eu.bandm.tools.metajava.MetaClass
getInnerClass, getInterfaces, getPackage, getPackageName, getQualifiedName, getSimpleName, getSuperClassMethods inherited from interface eu.bandm.tools.metajava.MetaImportable
getImportPatternMethods inherited from interface eu.bandm.tools.metajava.MetaModifiable
getModifiersMethods inherited from interface eu.bandm.tools.metajava.MetaType
getRawType, refer
-
Constructor Details
-
AbstractMetaClass
AbstractMetaClass()
-
-
Method Details
-
lexicalImportOrder
-
getEnclosingClass
- Specified by:
getEnclosingClassin interfaceMetaClass
-
getInnerClasses
- Specified by:
getInnerClassesin interfaceMetaClass
-
getInnerClass
- Specified by:
getInnerClassin interfaceMetaClass
-
getFields
-
getConstructors
- Specified by:
getConstructorsin interfaceMetaClass
-
getMethods
- Specified by:
getMethodsin interfaceMetaClass
-
isPrimitive
public boolean isPrimitive()- Specified by:
isPrimitivein interfaceMetaClass
-
isArray
public boolean isArray() -
getElementClass
- Specified by:
getElementClassin interfaceMetaClass
-