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 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.