public interface InitializerDeclaration extends TypeBodyDeclaration
static modifier, then it will represent a class initializer.
Otherwise it will represent an instance initializer.
[JLS3:8.6] Instance Initializers [JLS3:8.7] Static Initializers | Modifier and Type | Method and Description |
|---|---|
Block |
getBody()
Returns the initializer body block.
|
Javadoc |
getJavadoc()
Returns the documentation comment.
|
getModifiersaccept, equals, findModelTrait, getModelKind, hashCode, putModelTraitJavadoc getJavadoc()
getJavadoc in interface TypeBodyDeclarationnull if it is not specifiedBlock getBody()
Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.