Class LazyRevIndex
- java.lang.Object
-
- java.lang.Number
-
- io.pebbletemplates.pebble.node.fornode.LazyRevIndex
-
- All Implemented Interfaces:
java.io.Serializable
public class LazyRevIndex extends java.lang.Number- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private LazyLengthlazyLengthprivate intvalue
-
Constructor Summary
Constructors Constructor Description LazyRevIndex(int value, LazyLength lazyLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubledoubleValue()floatfloatValue()private intgetValue()intintValue()longlongValue()java.lang.StringtoString()
-
-
-
Field Detail
-
value
private final int value
-
lazyLength
private final LazyLength lazyLength
-
-
Constructor Detail
-
LazyRevIndex
public LazyRevIndex(int value, LazyLength lazyLength)
-
-
Method Detail
-
intValue
public int intValue()
- Specified by:
intValuein classjava.lang.Number
-
longValue
public long longValue()
- Specified by:
longValuein classjava.lang.Number
-
floatValue
public float floatValue()
- Specified by:
floatValuein classjava.lang.Number
-
doubleValue
public double doubleValue()
- Specified by:
doubleValuein classjava.lang.Number
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getValue
private int getValue()
-
-