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, addAnnotationMirror, addOptional, getAnnotation, getAnnotationMirrors, getAnnotations, getAnnotationsByType, getEnclosedElements, getEnclosingClass, getEnclosingElement, getGeneratorAnnotationMirror, getGeneratorElement, getModifiers, remove, setEnclosingElement, setGeneratorAnnotationMirror, setGeneratorElement, toStringpublic TypeMirror asType()
public ElementKind getKind()
public Name getSimpleName()
public <R,P> R accept(ElementVisitor<R,P> v, P p)