Interface NestedParam

All Known Subinterfaces:
LocalVar
All Known Implementing Classes:
LocalVar.Generated, LocalVar.Original, NestedParam.Tuple

public sealed interface NestedParam permits LocalVar, NestedParam.Tuple
Algebraic data type of params of NestedArgsPassingItree.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
    Param which is a tuple of lvars.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the string representation as an LHS.
  • Method Details

    • lhsRepr

      String lhsRepr()
      Returns the string representation as an LHS.
      Returns:
      the string representation as an LHS.