public class GenClass extends GenTypeElement implements TypeElement
| Modifier and Type | Field and Description |
|---|---|
static ElementKind |
kind |
| Constructor and Description |
|---|
GenClass() |
GenClass(Name name) |
GenClass(String name) |
GenClass(String name,
Element enclosingElement) |
GenClass(String name,
String packageName) |
| Modifier and Type | Method and Description |
|---|---|
ElementKind |
getKind() |
TypeMirror |
getSuperclass() |
addEnclosedElement, addInterface, addInterface, allMethods, asType, copyTypeParametersFrom, enclosedElementComparator, getAuxTopLevelClasses, getInterfaces, getNestingKind, getQualifiedName, getResolvedTypeArgsMap, isAuxClass, memberOrderOf, removeInterface, resolveTypeArgs, resolveTypeVariable, setAuxClass, setAuxTopLevelClasses, setEnclosingElement, setInterfaces, setNestingKind, setQualifiedName, setSuperclass, setSuperclass, setSuperclassaddTypeParameter, getDeclaredType, getOrCreateTypeParameter, getTypeParameters, removeTypeParameter, resolveTypeVariables, setTypeParametersaccept, add, addAnnotationMirror, addModifier, enclosingParameterizable, getAnnotationMirrors, getComment, getEnclosedElements, getEnclosingElement, getModifiers, getSimpleName, removeAnnotationMirror, removeEnclosedElement, removeModifier, resolveContainedTypeVariables, setAnnotationMirrors, setComment, setEnclosedElements, setModifiers, setSimpleName, setSimpleName, setVisibilitygetAnnotation, getAnnotationsByTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEnclosedElements, getEnclosingElement, getInterfaces, getNestingKind, getQualifiedName, getSimpleName, getTypeParametersaccept, asType, equals, getAnnotation, getAnnotationMirrors, getModifiers, hashCodegetAnnotationsByTypepublic static final ElementKind kind
public GenClass(String name)
public GenClass(Name name)
public GenClass()
public TypeMirror getSuperclass()
getSuperclass in interface TypeElementgetSuperclass in class GenTypeElementpublic ElementKind getKind()
getKind in interface ElementgetKind in class GenElementCopyright © 2018. All rights reserved.