Module aya.base

Class AyaBinOpSet

java.lang.Object
org.aya.util.binop.BinOpSet
org.aya.concrete.desugar.AyaBinOpSet

public final class AyaBinOpSet extends org.aya.util.binop.BinOpSet
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.aya.util.binop.BinOpSet

    org.aya.util.binop.BinOpSet.BinOP, org.aya.util.binop.BinOpSet.PredCmp
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final @NotNull org.aya.util.reporter.Reporter
     

    Fields inherited from class org.aya.util.binop.BinOpSet

    APP_ELEM, ops, tighterGraph
  • Constructor Summary

    Constructors
    Constructor
    Description
    AyaBinOpSet(@NotNull org.aya.util.reporter.Reporter reporter)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    reportCyclic(kala.collection.immutable.ImmutableSeq<kala.collection.immutable.ImmutableSeq<org.aya.util.binop.BinOpSet.BinOP>> cycles)
     
    protected void
    reportSelfBind(@NotNull org.aya.util.error.SourcePos sourcePos)
     

    Methods inherited from class org.aya.util.binop.BinOpSet

    assocOf, bind, compare, ensureHasElem, ensureHasElem, importBind, isOperand, reportIfCyclic

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • reporter

      @NotNull public final @NotNull org.aya.util.reporter.Reporter reporter
  • Constructor Details

    • AyaBinOpSet

      public AyaBinOpSet(@NotNull @NotNull org.aya.util.reporter.Reporter reporter)
  • Method Details

    • reportSelfBind

      protected void reportSelfBind(@NotNull @NotNull org.aya.util.error.SourcePos sourcePos)
      Specified by:
      reportSelfBind in class org.aya.util.binop.BinOpSet
    • reportCyclic

      protected void reportCyclic(kala.collection.immutable.ImmutableSeq<kala.collection.immutable.ImmutableSeq<org.aya.util.binop.BinOpSet.BinOP>> cycles)
      Specified by:
      reportCyclic in class org.aya.util.binop.BinOpSet