public interface ForLoopTree extends ConditionalLoopTree
for ( initializer ; condition ; update )
statement
| Modifier and Type | Method and Description |
|---|---|
ExpressionTree |
getCondition()
Returns the condition expression of this 'for' statement.
|
ExpressionTree |
getInitializer()
Returns the initializer expression of this 'for' statement.
|
StatementTree |
getStatement()
Returns the statement contained in this 'for' statement.
|
ExpressionTree |
getUpdate()
Returns the update expression of this 'for' statement.
|
accept, getEndPosition, getKind, getStartPositionExpressionTree getInitializer()
ExpressionTree getCondition()
getCondition in interface ConditionalLoopTreeExpressionTree getUpdate()
StatementTree getStatement()
getStatement in interface LoopTree
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-04-14-195246.buildd.src