public static class ImpliedClass.ImpliedNestedClass extends Object implements TypeElement
TypeElement representing a nested class of a class that needs to be generated.ImpliedClassclone, 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)
simpleName.
This is used to prevent namespace clashes when writing source code.
public Set<ImpliedClass.ImpliedNestedClass> getNestedClasses()
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.