public class CodeCompilationUnit extends CodeElement<TypeElement>
| Constructor and Description |
|---|
CodeCompilationUnit() |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(ElementVisitor<R,P> v,
P p) |
TypeMirror |
asType() |
ElementKind |
getKind() |
Name |
getSimpleName() |
add, addAll, addAnnotationMirror, addOptional, createDocBuilder, equals, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getDocTree, getEnclosedElements, getEnclosingClass, getEnclosingElement, getGeneratorAnnotationMirror, getGeneratorElement, getModifiers, hashCode, setDocTree, setEnclosingElement, setGeneratorAnnotationMirror, setGeneratorElement, toStringpublic TypeMirror asType()
public ElementKind getKind()
public Name getSimpleName()
public <R,P> R accept(ElementVisitor<R,P> v, P p)