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 AltClass
public List<AltAnnotation> getAnnotations()
getAnnotations
in interface AltClass
public List<AltMethod> getMethods()
getMethods
in interface AltClass
public AltClass getSuperParameterizedType(AltClass superclass, int paramIndex)
getSuperParameterizedType
in interface AltClass
public boolean isInterface()
isInterface
in interface AltClass
public AltClass getComponentType()
getComponentType
in interface AltClass
Copyright © 2009–2023 Oracle Corporation. All rights reserved.