Class Tuple.BooleanTuple

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

public static final class Tuple.BooleanTuple extends Tuple
Tuple for boolean operands.
See Also:
  • Method Details

    • getValue

      public boolean getValue()
      Returns the boolean operand.
      Returns:
      boolean operand
    • toString

      public String toString()
      Overrides:
      toString in class Object