| Constructor and Description |
|---|
ArrayTypeAltClassImpl(ArrayType arrayType,
ProcessingEnvironment processingEnv) |
| Modifier and Type | Method and Description |
|---|---|
List<AltAnnotation> |
getAnnotations() |
AltClass |
getComponentType() |
List<AltMethod> |
getMethods() |
String |
getName() |
String |
getSimpleName() |
AltClass |
getSuperParameterizedType(AltClass superclass,
int paramIndex) |
boolean |
isArray() |
boolean |
isInterface() |
public ArrayTypeAltClassImpl(ArrayType arrayType, ProcessingEnvironment processingEnv)
public String getSimpleName()
getSimpleName in interface AltClasspublic List<AltAnnotation> getAnnotations()
getAnnotations in interface AltClasspublic List<AltMethod> getMethods()
getMethods in interface AltClasspublic AltClass getSuperParameterizedType(AltClass superclass, int paramIndex)
getSuperParameterizedType in interface AltClasspublic boolean isInterface()
isInterface in interface AltClasspublic AltClass getComponentType()
getComponentType in interface AltClassCopyright © 2009–2020 Oracle Corporation. All rights reserved.