@Exported public interface ForInLoopTree extends StatementTree
for ( variable in expression ) statement
Modifier and Type | Method and Description |
---|---|
ExpressionTree |
getExpression() |
StatementTree |
getStatement() |
ExpressionTree |
getVariable() |
boolean |
isForEach() |
accept, getEndPosition, getKind, getStartPosition
ExpressionTree getVariable()
ExpressionTree getExpression()
StatementTree getStatement()
boolean isForEach()