public interface ParameterDeclaration extends ValueDeclaration
| Modifier and Type | Method and Description |
|---|---|
default String |
describeType()
Describe the type of the parameter.
|
default boolean |
isParameter()
Does this declaration represents a method parameter?
|
boolean |
isVariadic()
Is this parameter declared as variadic?
|
getTypeasField, asMethod, asParameter, asType, getName, hasName, isField, isMethod, isTypedefault boolean isParameter()
DeclarationisParameter in interface Declarationboolean isVariadic()
default String describeType()
Copyright © 2016. All rights reserved.