Interface VarrefParam

All Known Subinterfaces:
LocalVar
All Known Implementing Classes:
GenericVar, LocalVar.Generated, LocalVar.Original

public sealed interface VarrefParam permits GenericVar, LocalVar
Algebraic data type of a varref param: local(name) | generic(owner, name).
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the representation as an LHS.
    Returns the sym of the varref.
  • Method Details

    • name

      String name()
      Returns the sym of the varref.
      Returns:
      the sym of the varref.
    • lhsRepr

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