Package com.hubspot.jinjava.util
Class ForLoop
java.lang.Object
com.hubspot.jinjava.util.ForLoop
-
Constructor Details
-
ForLoop
-
ForLoop
-
-
Method Details
-
next
-
getIndex
public int getIndex() -
getIndex0
public int getIndex0() -
getDepth
public int getDepth() -
getDepth0
public int getDepth0() -
getCounter
public int getCounter() -
getRevindex
public int getRevindex() -
getRevindex0
public int getRevindex0() -
getRevcounter
public int getRevcounter() -
getLength
public int getLength() -
isFirst
public boolean isFirst() -
isLast
public boolean isLast() -
isContinued
public boolean isContinued() -
doContinue
public void doContinue() -
doBreak
public void doBreak() -
hasNext
public boolean hasNext() -
cycle
-
remove
public void remove() -
toString
-