object RangeInference

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

Type Members

  1. sealed abstract class Classification extends AnyRef
  2. sealed abstract class Constraint extends AnyRef
  3. class ConstraintSolver extends AnyRef
  4. case class EqConstraint(l: Ref, r: Ref) extends Constraint with Product with Serializable
  5. case class EqMemberConstraint(obj: Ref, member: String, rhs: Ref) extends Constraint with Product with Serializable

    obj.member ~ rhs

  6. case class IntRange(min: Long, max: Long) extends Range with Product with Serializable
  7. case class IntRangeExpr(min: IntExpr, max: IntExpr) extends RangeExpr with Product with Serializable
  8. case class Integer(classification: Classification) extends RangeObject with Product with Serializable
  9. case class IntegerRef(classification: Classification) extends RangeObjectRef with Product with Serializable
  10. case class Object(members: Map[String, RangeObject]) extends RangeObject with Product with Serializable
  11. case class ObjectRange(members: Map[String, Range]) extends Range with Product with Serializable
  12. case class ObjectRangeExpr(members: Map[String, RangeExpr]) extends RangeExpr with Product with Serializable
  13. case class ObjectRef(members: Map[String, Ref]) extends RangeObjectRef with Product with Serializable
  14. sealed abstract class Range extends AnyRef
  15. sealed abstract class RangeExpr extends AnyRef
  16. trait RangeObject extends AnyRef
  17. trait RangeObjectRef extends AnyRef
  18. final case class Ref(id: Int) extends AnyVal with Product with Serializable

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def classify(spec: Specification, solver: ConstraintSolver, prefix: String, fn: FunctionExpr, args: Seq[Id], out: Id): Unit
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  7. def composedIdx(idx: Int): String
  8. def composedToObjectNames(size: Int): IndexedSeq[String]
  9. def constrain(exprs: BoolExpr*)(implicit solver: Optimize): Unit
  10. def constrainSoft(exprs: BoolExpr*)(implicit solver: Optimize): Unit
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def maximum(l: IntExpr, r: IntExpr)(implicit ctx: Context): IntExpr
  17. def minimum(l: IntExpr, r: IntExpr)(implicit ctx: Context): IntExpr
  18. def mkRange(range: Range)(implicit ctx: Context): RangeExpr
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. object Linear extends Classification
  28. object Nonlinear extends Classification
  29. object Unknown extends RangeObjectRef with Product with Serializable

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped