public interface IDOMInitializer extends IDOMMember
COMPILATION_UNIT, FIELD, IMPORT, INITIALIZER, METHOD, PACKAGE, TYPE| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBody()
Deprecated.
Returns the body of this initializer.
|
java.lang.String |
getName()
Deprecated.
The
IDOMInitializer refinement of this IDOMNode
method returns null. |
void |
setBody(java.lang.String body)
Deprecated.
Sets the body of this initializer.
|
void |
setName(java.lang.String name)
Deprecated.
The
IDOMInitializer refinement of this IDOMNode
method does nothing. |
getComment, getFlags, setComment, setFlagsaddChild, canHaveChildren, clone, getCharacters, getChild, getChildren, getContents, getFirstChild, getJavaElement, getNextNode, getNodeType, getParent, getPreviousNode, insertSibling, isAllowableChild, isSignatureEqual, removejava.lang.String getBody()
null if
no body is presentjava.lang.String getName()
IDOMInitializer refinement of this IDOMNode
method returns null. An initializer does not have a name.void setBody(java.lang.String body)
body - an initializer body, including braces, or null
indicating no body