| Constructor and Description |
|---|
TypeElementAltClassImpl(TypeElement clazz,
ProcessingEnvironment processingEnv) |
| Modifier and Type | Method and Description |
|---|---|
List<AltAnnotation> |
getAnnotations() |
AltClass |
getComponentType() |
List<AltMethod> |
getMethods() |
String |
getName() |
String |
getSimpleName() |
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 boolean isInterface()
isInterface in interface AltClasspublic AltClass getComponentType()
getComponentType in interface AltClassCopyright © 2009-2017 Oracle Corporation. All Rights Reserved.