public interface MemberT extends Tree, HasModifiersT
| Modifier and Type | Field and Description | 
|---|---|
static MemberT[] | 
EMPTY_ARRAY  | 
| Modifier and Type | Method and Description | 
|---|---|
BlockT | 
getBlock()
Gets the declared code block, null if none. 
 | 
ClassT | 
getDeclaringClass()
Gets the enclosing class. 
 | 
DocCommentT | 
getDocComment()
Gets the javadoc comment symbol. 
 | 
void | 
setBlock(BlockT block)
Attempts to set the code block associated with this element. 
 | 
void | 
setDocComment(DocCommentT comment)
Attempts to set the javadoc comment symbol. 
 | 
addModifiers, 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, setPropertystatic final MemberT[] EMPTY_ARRAY
ClassT getDeclaringClass()
DocCommentT getDocComment()
void setDocComment(DocCommentT comment)
comment - The new comment element.BlockT getBlock()
void setBlock(BlockT block)