Class ForNode.LoopVariables

java.lang.Object
io.pebbletemplates.pebble.node.ForNode.LoopVariables
Enclosing class:
ForNode

public static class ForNode.LoopVariables extends Object
  • Field Details

    • first

      private boolean first
    • last

      private boolean last
    • length

      private LazyLength length
    • index

      private int index
    • revindex

      private LazyRevIndex revindex
  • Constructor Details

    • LoopVariables

      public LoopVariables()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isFirst

      public boolean isFirst()
    • isLast

      public boolean isLast()
    • getLength

      public LazyLength getLength()
    • getIndex

      public int getIndex()
    • getRevindex

      public LazyRevIndex getRevindex()