Class ArrayTypeAltClassImpl
java.lang.Object
org.glassfish.hk2.xml.internal.alt.papi.ArrayTypeAltClassImpl
- All Implemented Interfaces:
AltClass
- Author:
- jwells
-
Constructor Summary
ConstructorsConstructorDescriptionArrayTypeAltClassImpl(ArrayType arrayType, ProcessingEnvironment processingEnv) -
Method Summary
Modifier and TypeMethodDescriptiongetName()getSuperParameterizedType(AltClass superclass, int paramIndex) booleanisArray()boolean
-
Constructor Details
-
ArrayTypeAltClassImpl
-
-
Method Details
-
getName
-
getSimpleName
- Specified by:
getSimpleNamein interfaceAltClass
-
getAnnotations
- Specified by:
getAnnotationsin interfaceAltClass
-
getMethods
- Specified by:
getMethodsin interfaceAltClass
-
getSuperParameterizedType
- Specified by:
getSuperParameterizedTypein interfaceAltClass
-
isInterface
public boolean isInterface()- Specified by:
isInterfacein interfaceAltClass
-
isArray
public boolean isArray() -
getComponentType
- Specified by:
getComponentTypein interfaceAltClass
-