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?
|
getType
asField, asMethod, asParameter, asType, getName, hasName, isField, isMethod, isType
default boolean isParameter()
Declaration
isParameter
in interface Declaration
boolean isVariadic()
default String describeType()
Copyright © 2016. All rights reserved.