|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MemberT
Common supertype for elements that may be a member of a type declaration.
| Field Summary | |
|---|---|
static MemberT[] |
EMPTY_ARRAY |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface javax.ide.model.java.source.tree.HasModifiersT |
|---|
addModifiers, getAnnotations, getModifiers, isAbstract, isFinal, isPrivate, isProtected, isPublic, isStatic, isStrictfp, removeModifiers, setModifiers |
| Methods inherited from interface javax.ide.model.java.source.tree.Tree |
|---|
accept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setProperty |
| Field Detail |
|---|
static final MemberT[] EMPTY_ARRAY
| Method Detail |
|---|
ClassT getDeclaringClass()
DocCommentT getDocComment()
void setDocComment(DocCommentT comment)
comment - The new comment element.BlockT getBlock()
void setBlock(BlockT block)
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||