public class ProcessingEnvironmentWrapper.CustomTypeElement extends ProcessingEnvironmentWrapper.CustomElement implements TypeElement
annotationMirrors, enclosedElements, enclosingElement, kind, modifiers, simpleName, type| Constructor and Description |
|---|
CustomTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
addField(ProcessingEnvironmentWrapper.CustomVariableElement field) |
void |
addMethod(ProcessingEnvironmentWrapper.CustomExecutableElement method) |
List<? extends TypeMirror> |
getInterfaces() |
NestingKind |
getNestingKind() |
Name |
getQualifiedName() |
TypeMirror |
getSuperclass() |
List<? extends TypeParameterElement> |
getTypeParameters() |
String |
toString() |
accept, asType, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getEnclosedElements, getEnclosingElement, getKind, getModifiers, getSimpleNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEnclosedElements, getEnclosingElement, getSimpleNameaccept, asType, equals, getAnnotation, getAnnotationMirrors, getKind, getModifiers, hashCodegetAnnotationsByTypepublic String toString()
toString in class ProcessingEnvironmentWrapper.CustomElementpublic NestingKind getNestingKind()
getNestingKind in interface TypeElementpublic Name getQualifiedName()
getQualifiedName in interface QualifiedNameablegetQualifiedName in interface TypeElementpublic TypeMirror getSuperclass()
getSuperclass in interface TypeElementpublic List<? extends TypeMirror> getInterfaces()
getInterfaces in interface TypeElementpublic List<? extends TypeParameterElement> getTypeParameters()
getTypeParameters in interface ParameterizablegetTypeParameters in interface TypeElementpublic void addMethod(ProcessingEnvironmentWrapper.CustomExecutableElement method)
public void addField(ProcessingEnvironmentWrapper.CustomVariableElement field)
Copyright © 2022. All Rights Reserved.