public interface Initializer extends BodyDeclaration
The following features are supported:
JavaPackage.getInitializer()| Modifier and Type | Method and Description |
|---|---|
Block |
getBody()
Returns the value of the 'Body' containment reference.
|
void |
setBody(Block value)
Sets the value of the '
Body' containment reference. |
getAbstractTypeDeclaration, getAnnotations, getAnonymousClassDeclarationOwner, getModifier, setAbstractTypeDeclaration, setAnonymousClassDeclarationOwner, setModifiergetName, getUsagesInImports, isProxy, setName, setProxygetComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitBlock getBody()
If the meaning of the 'Body' containment reference isn't clear, there really should be more of a description here...
setBody(Block),
JavaPackage.getInitializer_Body()