Class ForEachStatement

All Implemented Interfaces:
Node

public class ForEachStatement extends Statement
Represents a "for-each" loop, "for (T v : iterable) { f(v); }".