public interface FormalParameterDeclaration extends TypedElement, LambdaParameter
[JLS3:8.4.1] Formal Parameters
Modifier and Type | Method and Description |
---|---|
int |
getExtraDimensions()
Returns the extra variable dimensions.
|
List<? extends Attribute> |
getModifiers()
Returns the modifiers and annotations.
|
SimpleName |
getName()
Returns the parameter name.
|
Type |
getType()
Returns the variable type.
|
boolean |
isVariableArity()
Returns whether the parameter is variable arity or not.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
List<? extends Attribute> getModifiers()
Type getType()
boolean isVariableArity()
true
if the parameter is variable arity, otherwise false
SimpleName getName()
getName
in interface LambdaParameter
int getExtraDimensions()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.