public interface ArrayCreationExpression extends Expression
[JLS3:15.10] Array Creation Expressions | Modifier and Type | Method and Description |
|---|---|
ArrayInitializer |
getArrayInitializer()
Returns the array initializer.
|
List<? extends Expression> |
getDimensionExpressions()
Returns the dimension expressions.
|
ArrayType |
getType()
Returns the target array type.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTraitArrayType getType()
List<? extends Expression> getDimensionExpressions()
ArrayInitializer getArrayInitializer()
null if there is no initializerCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.