LoopTree
, StatementTree
, Tree
public interface ForOfLoopTree extends LoopTree
for ( variable of 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.
|
accept, getEndPosition, getKind, getStartPosition
ExpressionTree getVariable()
ExpressionTree getExpression()
StatementTree getStatement()
getStatement
in interface LoopTree
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-08-31-194618.buildd.src