public interface StatementExpressionList extends ForInitializer
for
statement.
[JLS3:14.14.1.1] Initialization of for statement
[JLS3:14.14.1.2] Iteration of for statement
Modifier and Type | Method and Description |
---|---|
List<? extends Expression> |
getExpressions()
Returns the expression list.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
List<? extends Expression> getExpressions()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.