| Constructor and Description |
|---|
TypeElementAltClassImpl(TypeElement clazz,
ProcessingEnvironment processingEnv) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<AltAnnotation> |
getAnnotations() |
AltClass |
getComponentType() |
List<AltMethod> |
getMethods() |
String |
getName() |
String |
getSimpleName() |
AltClass |
getSuperParameterizedType(AltClass superclass,
int paramIndex) |
int |
hashCode() |
boolean |
isArray() |
boolean |
isInterface() |
String |
toString() |
public TypeElementAltClassImpl(TypeElement clazz, 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.