public interface EnhancedForStatement extends Statement
[JLS3:14.14.2] The enhanced for statement
Modifier and Type | Method and Description |
---|---|
Statement |
getBody()
Returns the loop body.
|
Expression |
getExpression()
Returns the loop target expression.
|
FormalParameterDeclaration |
getParameter()
Returns the loop variable declaration.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
FormalParameterDeclaration getParameter()
Expression getExpression()
Statement getBody()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.