public interface ConstructorDeclaration extends MethodOrConstructorDeclaration, TypedElement
[JLS3:8.8] Constructor Declarations
Modifier and Type | Method and Description |
---|---|
Block |
getBody()
Returns the constructor body.
|
getExceptionTypes, getFormalParameters, getName, getTypeParameters
getJavadoc, getModifiers
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
Block getBody()
getBody
in interface MethodOrConstructorDeclaration
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.