private static class DirectiveNode.ForEachNode.ForEachVar
extends java.lang.Object
$foreach
that is defined within
#foreach
loops. Its getHasNext()
method means that we can write
#if ($foreach.hasNext)
.Modifier and Type | Field and Description |
---|---|
private java.util.Iterator<?> |
iterator |
Constructor and Description |
---|
ForEachVar(java.util.Iterator<?> iterator) |
Modifier and Type | Method and Description |
---|---|
boolean |
getHasNext() |