public interface DocMethod extends DocElement
| Modifier and Type | Method and Description | 
|---|---|
List<? extends DocMethodParameter> | 
getFormalParameters()
Returns the formal parameters. 
 | 
SimpleName | 
getName()
Returns the target method or constructor name. 
 | 
Type | 
getType()
Returns the owner type. 
 | 
accept, equals, findModelTrait, getModelKind, hashCode, putModelTraitType getType()
null if it is not specifiedSimpleName getName()
List<? extends DocMethodParameter> getFormalParameters()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.