Class Tuple.FunctionTuple

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

public static final class Tuple.FunctionTuple extends Tuple
Tuple for function definitions.
See Also:
  • Method Details

    • getFunctionName

      public String getFunctionName()
      Returns the function name.
      Returns:
      function name
    • getNumFormalParams

      public long getNumFormalParams()
      Returns the number of formal parameters.
      Returns:
      formal parameter count
    • toString

      public String toString()
      Overrides:
      toString in class Object