Class Tuple.CountTuple

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

public static class Tuple.CountTuple extends Tuple
Tuple for opcodes whose single operand is a count.
See Also:
  • Method Details

    • getCount

      public final long getCount()
      Returns the tuple count operand.
      Returns:
      count operand
    • toString

      public String toString()
      Overrides:
      toString in class Object