public interface ForInLoopTree extends LoopTree
for ( variable in expression ) statement
Modifier and Type | Method and Description |
---|---|
ExpressionTree |
getExpression()
The object or array being whose properties are iterated.
|
StatementTree |
getStatement()
The statement contained in this for..in statement.
|
ExpressionTree |
getVariable()
The for..in left hand side expression.
|
boolean |
isForEach()
Returns if this is a for..each..in statement or not.
|
accept, getEndPosition, getKind, getStartPosition
ExpressionTree getVariable()
ExpressionTree getExpression()
StatementTree getStatement()
getStatement
in interface LoopTree
boolean isForEach()
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-ea+126