Trait

quasar.mimir.DAG

DepGraph

Related Doc: package DAG

Permalink

sealed trait DepGraph extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DepGraph
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait EditUpdate[E] extends AnyRef

    Permalink
  2. trait ScopeUpdate[S] extends AnyRef

    Permalink

Abstract Value Members

  1. abstract def containsSplitArg: Boolean

    Permalink
  2. abstract def identities: Identities

    Permalink
  3. abstract def isSingleton: Boolean

    Permalink
  4. abstract val loc: yggdrasil.bytecode.Instructions.instructions.Line

    Permalink
  5. abstract def uniqueIdentities: Boolean

    Permalink

    Returns true if the identities are guaranteed to be unique.

  6. abstract def valueKeys: Set[Int]

    Permalink

    The set of available value-sorted keys.

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object EditUpdate

    Permalink
  5. object ScopeUpdate

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def foldDown[Z](enterSplitChild: Boolean)(f0: PartialFunction[DepGraph, Z])(implicit monoid: Monoid[Z]): Z

    Permalink
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def mapDown(body: ((DepGraph) ⇒ DepGraph) ⇒ PartialFunction[DepGraph, DepGraph]): DepGraph

    Permalink
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def size: Int

    Permalink
  20. def substituteDown[S, E](scope: S, edit: (E, E))(implicit arg0: ScopeUpdate[S], arg1: EditUpdate[E]): (DepGraph, S)

    Permalink

    Performs a scoped node substitution on this DepGraph.

    Performs a scoped node substitution on this DepGraph.

    The substitution is represented as a pair from -> to both of type E. The replacement is performed everywhere in the DAG below the scope node of type S. Both S and E are constained to be one of DepGraph or BucketSpec by the availability of instances of the type classes EditUpdate[E] and ScopeUpdate[S] as defined above.

    returns

    A pair of the whole rewritten DAG and the rewritten scope node.

  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped