@Exported public interface EnhancedForLoopTree extends StatementTree
for ( variable : expression ) statement
Modifier and Type | Method and Description |
---|---|
ExpressionTree |
getExpression() |
StatementTree |
getStatement() |
VariableTree |
getVariable() |
VariableTree getVariable()
ExpressionTree getExpression()
StatementTree getStatement()
Copyright © 2005, 2015, Oracle and/or its affiliates. All rights reserved.