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, putModelTraitList<? extends Attribute> getModifiers()
Type getType()
boolean isVariableArity()
true if the parameter is variable arity, otherwise falseSimpleName getName()
getName in interface LambdaParameterint getExtraDimensions()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.