|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDOMMember
An IDOMMember
defines functionality common to nodes, which
can be members of types.
IDOMType
,
IDOMMethod
,
IDOMField
,
IDOMInitializer
Field Summary |
---|
Fields inherited from interface org.eclipse.jdt.core.jdom.IDOMNode |
---|
COMPILATION_UNIT, FIELD, IMPORT, INITIALIZER, METHOD, PACKAGE, TYPE |
Method Summary | |
---|---|
java.lang.String |
getComment()
Deprecated. Returns the comment associated with this member (including comment delimiters). |
int |
getFlags()
Deprecated. Returns the flags for this member. |
void |
setComment(java.lang.String comment)
Deprecated. Sets the comment associated with this member. |
void |
setFlags(int flags)
Deprecated. Sets the flags for this member. |
Methods inherited from interface org.eclipse.jdt.core.jdom.IDOMNode |
---|
addChild, canHaveChildren, clone, getCharacters, getChild, getChildren, getContents, getFirstChild, getJavaElement, getName, getNextNode, getNodeType, getParent, getPreviousNode, insertSibling, isAllowableChild, isSignatureEqual, remove, setName |
Method Detail |
---|
java.lang.String getComment()
null
if this member has no associated
commentint getFlags()
Flags
class.
Flags
void setComment(java.lang.String comment)
null
comment indicates no comment. This member's
deprecated flag is automatically set to reflect the deprecated tag in the
comment.
comment
- the comment, including comment delimiters, or
null
indicating this member should have no associated commentsetFlags(int)
void setFlags(int flags)
Flags
class. The deprecated flag passed in is ignored.
flags
- the flagsFlags
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |