public static class ImpliedClass.ImpliedNestedClass extends Object implements TypeElement
TypeElement representing a nested class of a class that needs to be generated.ImpliedClass| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(ElementVisitor<R,P> v,
P p) |
TypeMirror |
asType()
Deprecated.
|
ImpliedClass.ImpliedNestedClass |
createNestedClass(CharSequence simpleName) |
boolean |
equals(Object obj) |
<A extends Annotation> |
getAnnotation(Class<A> annotationType)
Deprecated.
|
List<? extends AnnotationMirror> |
getAnnotationMirrors()
Deprecated.
|
<A extends Annotation> |
getAnnotationsByType(Class<A> annotationType) |
List<? extends Element> |
getEnclosedElements()
Deprecated.
|
E |
getEnclosingElement() |
List<? extends TypeMirror> |
getInterfaces()
Deprecated.
|
ElementKind |
getKind() |
Set<Modifier> |
getModifiers()
Deprecated.
|
NestingKind |
getNestingKind() |
Name |
getQualifiedName() |
Name |
getSimpleName() |
TypeMirror |
getSuperclass()
Deprecated.
|
List<? extends TypeParameterElement> |
getTypeParameters()
Deprecated.
|
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetEnclosedElements, getEnclosingElement, getInterfaces, getNestingKind, getQualifiedName, getSimpleName, getSuperclass, getTypeParametersaccept, asType, equals, getAnnotation, getAnnotationMirrors, getKind, getModifiers, hashCodepublic ImpliedClass.ImpliedNestedClass createNestedClass(CharSequence simpleName)
public <R,P> R accept(ElementVisitor<R,P> v, P p)
@Deprecated public TypeMirror asType()
@Deprecated public <A extends Annotation> A getAnnotation(Class<A> annotationType)
getAnnotation in interface Element@Deprecated public List<? extends AnnotationMirror> getAnnotationMirrors()
getAnnotationMirrors in interface Elementpublic ElementKind getKind()
@Deprecated public Set<Modifier> getModifiers()
getModifiers in interface Element@Deprecated public List<? extends Element> getEnclosedElements()
getEnclosedElements in interface ElementgetEnclosedElements in interface TypeElementpublic E getEnclosingElement()
getEnclosingElement in interface ElementgetEnclosingElement in interface TypeElement@Deprecated public List<? extends TypeMirror> getInterfaces()
getInterfaces in interface TypeElementpublic NestingKind getNestingKind()
getNestingKind in interface TypeElementpublic Name getQualifiedName()
getQualifiedName in interface QualifiedNameablegetQualifiedName in interface TypeElementpublic Name getSimpleName()
getSimpleName in interface ElementgetSimpleName in interface TypeElement@Deprecated public TypeMirror getSuperclass()
getSuperclass in interface TypeElement@Deprecated public List<? extends TypeParameterElement> getTypeParameters()
getTypeParameters in interface ParameterizablegetTypeParameters in interface TypeElementpublic int hashCode()
public boolean equals(Object obj)
public <A extends Annotation> A[] getAnnotationsByType(Class<A> annotationType)
Copyright © 2015 Google, Inc.. All rights reserved.