public interface AltClass
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() |
String getName()
String getSimpleName()
List<AltAnnotation> getAnnotations()
boolean isInterface()
boolean isArray()
AltClass getComponentType()
Copyright © 2009–2023 Oracle Corporation. All rights reserved.