Packages

c

izumi.distage.planning

PlannerDefaultImpl

class PlannerDefaultImpl extends Planner

Linear Supertypes
Planner, PlanSplittingOps, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlannerDefaultImpl
  2. Planner
  3. PlanSplittingOps
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PlannerDefaultImpl(forwardingRefResolver: ForwardingRefResolver, sanityChecker: SanityChecker, planningObserver: PlanningObserver, hook: PlanningHook, resolver: PlanSolver, analyzer: PlanAnalyzer, mirrorProvider: MirrorProvider)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addImports(plan: DG[DIKey, InstantiationOp], roots: Roots): DG[DIKey, SemiplanOp]
    Attributes
    protected[this]
    Annotations
    @nowarn()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def conflictingAxisTagsHint(key: MutSel[DIKey], activeChoices: Set[AxisChoice], ops: Set[OperationOrigin]): String
    Attributes
    protected[this]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def formatConflict(activation: Activation)(conflictResolutionError: ConflictResolutionError[DIKey, InstantiationOp]): String
    Attributes
    protected[this]
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def makeOrdered(completedPlan: SemiPlan): OrderedPlan
    Attributes
    protected[this]
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def plan(input: PlannerInput): OrderedPlan
    Definition Classes
    PlannerDefaultImpl → Planner
  19. final def plan(bindings: ModuleBase, roots: Roots): OrderedPlan
    Definition Classes
    Planner
    Annotations
    @inline()
  20. final def plan(bindings: ModuleBase, activation: Activation, roots: Roots): OrderedPlan
    Definition Classes
    Planner
    Annotations
    @inline()
  21. def planNoRewrite(input: PlannerInput): OrderedPlan
    Definition Classes
    PlannerDefaultImpl → Planner
  22. def rewrite(module: ModuleBase): ModuleBase
    Definition Classes
    PlannerDefaultImpl → Planner
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def throwOnConflict(activation: Activation, issues: List[ConflictResolutionError[DIKey, InstantiationOp]]): Nothing
    Attributes
    protected[this]
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def trisectByKeys(activation: Activation, appModule: ModuleBase, primaryRoots: Set[DIKey])(extractSubRoots: (OrderedPlan) => (Set[DIKey], Set[DIKey])): TriSplittedPlan
    Definition Classes
    PlanSplittingOps
  27. final def trisectByRoots(activation: Activation, appModule: ModuleBase, primaryRoots: Set[DIKey], subplanRoots1: Set[DIKey], subplanRoots2: Set[DIKey]): TriSplittedPlan
    Definition Classes
    PlanSplittingOps
  28. def updateKey(key: DIKey, mindex: Int): DIKey
    Attributes
    protected[this]
  29. def updateKey(mutSel: MutSel[DIKey]): DIKey
    Attributes
    protected[this]
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Planner

Inherited from PlanSplittingOps

Inherited from AnyRef

Inherited from Any

Ungrouped