Schnittstelle IDOMMember
- Alle bekannten Unterschnittstellen:
IDOMField,IDOMInitializer,IDOMMethod,IDOMType
Veraltet.
The JDOM was made obsolete by the addition in 2.0 of the more
powerful, fine-grained DOM/AST API found in the
org.eclipse.jdt.core.dom package.
An
IDOMMember defines functionality common to nodes, which
can be members of types.- Siehe auch:
-
Feldübersicht
Von Schnittstelle geerbte Felder org.aspectj.org.eclipse.jdt.core.jdom.IDOMNode
COMPILATION_UNIT, FIELD, IMPORT, INITIALIZER, METHOD, PACKAGE, TYPE -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungVeraltet.Returns the comment associated with this member (including comment delimiters).intgetFlags()Veraltet.Returns the flags for this member.voidsetComment(String comment) Veraltet.Sets the comment associated with this member.voidsetFlags(int flags) Veraltet.Sets the flags for this member.Von Schnittstelle geerbte Methoden org.aspectj.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
-
Methodendetails
-
getComment
String getComment()Veraltet.Returns the comment associated with this member (including comment delimiters).- Gibt zurück:
- the comment, or
nullif this member has no associated comment
-
getFlags
int getFlags()Veraltet.Returns the flags for this member. The flags can be examined using theFlagsclass.- Gibt zurück:
- the flags
- Siehe auch:
-
setComment
Veraltet.Sets the comment associated with this member. The comment will appear before the member in the source. The comment must be properly formatted, including delimiters. Anullcomment indicates no comment. This member's deprecated flag is automatically set to reflect the deprecated tag in the comment.- Parameter:
comment- the comment, including comment delimiters, ornullindicating this member should have no associated comment- Siehe auch:
-
setFlags
void setFlags(int flags) Veraltet.Sets the flags for this member. The flags can be examined using theFlagsclass. The deprecated flag passed in is ignored.- Parameter:
flags- the flags- Siehe auch:
-