Class Tuple.PushStringTuple

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

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

    • getValue

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

      public String toString()
      Overrides:
      toString in class Object