com.lyncode.jtwig.tree.content
Class ForLoop.Loop

java.lang.Object
  extended by com.lyncode.jtwig.tree.content.ForLoop.Loop
Enclosing class:
ForLoop

public static class ForLoop.Loop
extends Object


Constructor Summary
ForLoop.Loop(int length)
           
 
Method Summary
 int getIndex()
           
 int getLength()
           
 int getRevindex()
           
 boolean isFirst()
           
 boolean isLast()
           
 void update(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForLoop.Loop

public ForLoop.Loop(int length)
Method Detail

update

public void update(int index)

getLength

public int getLength()

getIndex

public int getIndex()

getRevindex

public int getRevindex()

isFirst

public boolean isFirst()

isLast

public boolean isLast()


Copyright © 2014. All Rights Reserved.