Class Tuple.PushLongTuple

java.lang.Object
io.jawk.intermediate.Tuple
io.jawk.intermediate.Tuple.PushLongTuple
All Implemented Interfaces:
Serializable
Enclosing class:
Tuple

public static final class Tuple.PushLongTuple extends Tuple
Tuple for a long literal.
See Also:
  • Method Details

    • getValue

      public long getValue()
      Returns the literal value.
      Returns:
      literal long value
    • toString

      public String toString()
      Overrides:
      toString in class Object