Class EnhancedForStatement

java.lang.Object
org.aspectj.org.eclipse.jdt.core.dom.ASTNode
org.aspectj.org.eclipse.jdt.core.dom.Statement
org.aspectj.org.eclipse.jdt.core.dom.EnhancedForStatement

public class EnhancedForStatement extends Statement
Enhanced For statement AST node type (added in JLS3 API).
 EnhancedForStatement:
    for ( FormalParameter : Expression )
                        Statement
 

The FormalParameter is represented by a SingleVariableDeclaration (without an initializer).

Since:
3.1