public interface ForStatement extends Statement
[JLS3:14.14.1] The basic for Statement
Modifier and Type | Method and Description |
---|---|
Statement |
getBody()
Returns the loop body.
|
Expression |
getCondition()
Returns the loop condition expression.
|
ForInitializer |
getInitialization()
Returns the loop initialization part.
|
StatementExpressionList |
getUpdate()
Returns the loop update part.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
ForInitializer getInitialization()
null
if it is not specifiedExpression getCondition()
StatementExpressionList getUpdate()
null
if it is not specifiedStatement getBody()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.