File
Doc
Category
Size
Date
Package
EnhancedForLoopTree.java
API Doc
Java SE 6 API
852
Tue Jun 10 00:23:24 BST 2008
com.sun.source.tree
EnhancedForLoopTree
public interface EnhancedForLoopTree implements StatementTree
A tree node for an "enhanced" 'for' loop statement. For example:
for (
variable
:
expression
)
statement
see
"The Java Language Specification, 3rd ed, section 14.14.2"
author
Peter von der Ahé
author
Jonathan Gibbons
since
1.6
Fields Summary
Constructors Summary
Methods Summary
public
com.sun.source.tree.ExpressionTree
getExpression
()
public
com.sun.source.tree.StatementTree
getStatement
()
public
com.sun.source.tree.VariableTree
getVariable
()
Java Code Source