public interface PackageT extends Tree, HasNameT, HasModifiersT
EMPTY_ARRAY| Modifier and Type | Method and Description |
|---|---|
DocCommentT |
getDocComment()
Gets the javadoc comment symbol.
|
void |
setDocComment(DocCommentT comment)
Attempts to set the javadoc comment symbol.
|
getName, getNameElement, setName, setNameElementaddModifiers, getAnnotations, getModifiers, isAbstract, isFinal, isPrivate, isProtected, isPublic, isStatic, isStrictfp, removeModifiers, setModifiersaccept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setPropertyDocCommentT getDocComment()
void setDocComment(DocCommentT comment)
comment - The new comment element.