public class JForEach extends Object implements IJStatement
| Modifier | Constructor and Description |
|---|---|
protected |
JForEach(AbstractJType aVarType,
String sVarName,
IJExpression aCollection) |
protected JForEach(@Nonnull AbstractJType aVarType, @Nonnull String sVarName, @Nonnull IJExpression aCollection)
@Nonnull public AbstractJType type()
@Nonnull public IJExpression collection()
public void state(@Nonnull JFormatter f)
state in interface IJStatementCopyright © 2013–2015 Philip Helger. All rights reserved.