public interface JInitializer extends JMember
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBody()
Returns the body of this initializer.
|
void |
setBody(java.lang.String body)
Sets the body of this initializer.
|
getComment, setCommentgetChildren, getContents, getFlags, getName, getParent, getQualifiedName, setFlags, setNamejava.lang.String getBody()
null if
no body is presentvoid setBody(java.lang.String body)
body - an initializer body, including braces, or null
indicating no body