Class Tuple.VariableTuple

java.lang.Object
io.jawk.intermediate.Tuple
io.jawk.intermediate.Tuple.VariableTuple
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Tuple.CompoundAssignArrayTuple, Tuple.CompoundAssignTuple, Tuple.SubstitutionVariableTuple
Enclosing class:
Tuple

public static class Tuple.VariableTuple extends Tuple
Tuple for variable offset/global operands.
See Also:
  • Method Details

    • getVariableOffset

      public final long getVariableOffset()
      Returns the variable offset.
      Returns:
      variable offset
    • isGlobal

      public final boolean isGlobal()
      Indicates whether the variable offset belongs to the global frame.
      Returns:
      true for a global variable
    • toString

      public String toString()
      Overrides:
      toString in class Object