public interface DocMethodParameter extends Model
DocMethod.| Modifier and Type | Method and Description |
|---|---|
SimpleName |
getName()
Returns the parameter name.
|
Type |
getType()
Returns the parameter type.
|
boolean |
isVariableArity()
Returns whether this parameter is variable arity or not.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTraitType getType()
SimpleName getName()
null if it is not specifiedboolean isVariableArity()
true if this parameter is variable arity, otherwise falseCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.