public interface MethodOrConstructorDeclaration extends TypeBodyDeclaration
[JLS3:8.8] Constructor Declarations
Modifier and Type | Method and Description |
---|---|
Block |
getBody()
Returns the method or constructor body.
|
List<? extends Type> |
getExceptionTypes()
Returns the exception types.
|
List<? extends FormalParameterDeclaration> |
getFormalParameters()
Returns the formal parameter declarations.
|
SimpleName |
getName()
Returns the target method or constructor name.
|
List<? extends TypeParameterDeclaration> |
getTypeParameters()
Returns the type parameter declarations.
|
getJavadoc, getModifiers
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
List<? extends TypeParameterDeclaration> getTypeParameters()
SimpleName getName()
List<? extends FormalParameterDeclaration> getFormalParameters()
List<? extends Type> getExceptionTypes()
Block getBody()
null
if it is not specifiedCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.