Interface ItreeWithRhs

All Superinterfaces:
Itree, ItreeElem
All Known Implementing Classes:
NestedVecAssignmentItree, OptVecAssignmentItree

public interface ItreeWithRhs extends Itree
Itree which supports itree.rhs().
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.kink_lang.kink.internal.program.itree.ItreeElem

    ItreeElem.Spread
  • Method Summary

    Modifier and Type
    Method
    Description
    rhs()
    Returns the right-hand-side of the itree.

    Methods inherited from interface org.kink_lang.kink.internal.program.itree.Itree

    accept, expr, isSingle, pos

    Methods inherited from interface org.kink_lang.kink.internal.program.itree.ItreeElem

    isSpread
  • Method Details

    • rhs

      Itree rhs()
      Returns the right-hand-side of the itree.
      Returns:
      the right-hand-side of the itree.