Class Tuple.LongTuple

java.lang.Object
io.jawk.intermediate.Tuple
io.jawk.intermediate.Tuple.LongTuple
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Tuple.InputFieldTuple
Enclosing class:
Tuple

public static class Tuple.LongTuple extends Tuple
Tuple for a long operand that is not interpreted by the tuple itself.
See Also:
  • Method Details

    • getValue

      public final long getValue()
      Returns the long operand.
      Returns:
      long operand
    • toString

      public String toString()
      Overrides:
      toString in class Object