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, putModelTrait
Type getType()
SimpleName getName()
null
if it is not specifiedboolean isVariableArity()
true
if this parameter is variable arity, otherwise false
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.