Class LazyRevIndex

java.lang.Object
java.lang.Number
io.pebbletemplates.pebble.node.fornode.LazyRevIndex
All Implemented Interfaces:
Serializable

public class LazyRevIndex extends Number
See Also:
  • Field Details

    • value

      private final int value
    • lazyLength

      private final LazyLength lazyLength
  • Constructor Details

    • LazyRevIndex

      public LazyRevIndex(int value, LazyLength lazyLength)
  • Method Details

    • intValue

      public int intValue()
      Specified by:
      intValue in class Number
    • longValue

      public long longValue()
      Specified by:
      longValue in class Number
    • floatValue

      public float floatValue()
      Specified by:
      floatValue in class Number
    • doubleValue

      public double doubleValue()
      Specified by:
      doubleValue in class Number
    • toString

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

      private int getValue()