Packages

c

MakeSchemeLattice

class MakeSchemeLattice[S, B, I, F, C, Sym] extends SchemeLattice

Linear Supertypes
SchemeLattice, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MakeSchemeLattice
  2. SchemeLattice
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MakeSchemeLattice(supportsCounting: Boolean)(implicit arg0: StringLattice[S], arg1: BoolLattice[B], arg2: IntLattice[I], arg3: RealLattice[F], arg4: CharLattice[C], arg5: SymbolLattice[Sym])

Type Members

  1. case class Bool(b: B) extends Value with Product with Serializable
  2. case class CannotJoin[Abs](values: Set[Abs]) extends Exception with Product with Serializable
  3. case class Char(c: C) extends Value with Product with Serializable
  4. case class Closure[Exp, Addr](lambda: Exp, env: Environment[Addr])(implicit evidence$9: Expression[Exp], evidence$10: Address[Addr]) extends Value with Product with Serializable
  5. case class Cons[Addr](car: Addr, cdr: Addr)(implicit evidence$11: Address[Addr]) extends Value with Product with Serializable
  6. case class Element(v: Value) extends L with Product with Serializable
  7. case class Elements(vs: Set[Value]) extends L with Product with Serializable
  8. case class Int(i: I) extends Value with Product with Serializable
  9. sealed trait L extends AnyRef
  10. case class Prim[Addr, Abs](prim: Primitive[Addr, Abs])(implicit evidence$7: Address[Addr], evidence$8: JoinLattice[Abs]) extends Value with Product with Serializable
  11. case class Real(f: F) extends Value with Product with Serializable
  12. case class Str(s: S) extends Value with Product with Serializable
  13. case class Symbol(s: Sym) extends Value with Product with Serializable
  14. sealed trait Value extends AnyRef
  15. case class Vec[Addr](size: I, elements: Map[I, Addr], init: Addr)(implicit evidence$12: Address[Addr]) extends Value with Product with Serializable
  16. case class VectorAddress[Addr](a: Addr)(implicit evidence$13: Address[Addr]) extends Value with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): scala.Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from MakeSchemeLattice[S, B, I, F, C, Sym] to any2stringadd[MakeSchemeLattice[S, B, I, F, C, Sym]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (MakeSchemeLattice[S, B, I, F, C, Sym], B)
    Implicit
    This member is added by an implicit conversion from MakeSchemeLattice[S, B, I, F, C, Sym] to ArrowAssoc[MakeSchemeLattice[S, B, I, F, C, Sym]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val False: Bool
  7. val True: Bool
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val boolAndMonoid: Monoid[Boolean]
  10. val boolOrMonoid: Monoid[Boolean]
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  12. def ensuring(cond: (MakeSchemeLattice[S, B, I, F, C, Sym]) ⇒ Boolean, msg: ⇒ Any): MakeSchemeLattice[S, B, I, F, C, Sym]
    Implicit
    This member is added by an implicit conversion from MakeSchemeLattice[S, B, I, F, C, Sym] to Ensuring[MakeSchemeLattice[S, B, I, F, C, Sym]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (MakeSchemeLattice[S, B, I, F, C, Sym]) ⇒ Boolean): MakeSchemeLattice[S, B, I, F, C, Sym]
    Implicit
    This member is added by an implicit conversion from MakeSchemeLattice[S, B, I, F, C, Sym] to Ensuring[MakeSchemeLattice[S, B, I, F, C, Sym]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): MakeSchemeLattice[S, B, I, F, C, Sym]
    Implicit
    This member is added by an implicit conversion from MakeSchemeLattice[S, B, I, F, C, Sym] to Ensuring[MakeSchemeLattice[S, B, I, F, C, Sym]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): MakeSchemeLattice[S, B, I, F, C, Sym]
    Implicit
    This member is added by an implicit conversion from MakeSchemeLattice[S, B, I, F, C, Sym] to Ensuring[MakeSchemeLattice[S, B, I, F, C, Sym]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from MakeSchemeLattice[S, B, I, F, C, Sym] to StringFormat[MakeSchemeLattice[S, B, I, F, C, Sym]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def hashCode(): scala.Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val isSchemeLattice: IsSchemeLattice[L] { ... /* 2 definitions in type refinement */ }
    Definition Classes
    MakeSchemeLatticeSchemeLattice
  23. val isSchemeLatticeValue: IsSchemeLattice[Value]
  24. implicit val lsetMonoid: Monoid[L]
  25. implicit def mayFailMonoid[A](implicit monoid: Monoid[A]): Monoid[MayFail[A]]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. implicit def setMonoid[A]: Monoid[Set[A]]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: scala.Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def [B](y: B): (MakeSchemeLattice[S, B, I, F, C, Sym], B)
    Implicit
    This member is added by an implicit conversion from MakeSchemeLattice[S, B, I, F, C, Sym] to ArrowAssoc[MakeSchemeLattice[S, B, I, F, C, Sym]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
  36. object Bot extends Value with Product with Serializable
  37. object L
  38. object Nil extends Value 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 SchemeLattice

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from MakeSchemeLattice[S, B, I, F, C, Sym] to any2stringadd[MakeSchemeLattice[S, B, I, F, C, Sym]]

Inherited by implicit conversion StringFormat from MakeSchemeLattice[S, B, I, F, C, Sym] to StringFormat[MakeSchemeLattice[S, B, I, F, C, Sym]]

Inherited by implicit conversion Ensuring from MakeSchemeLattice[S, B, I, F, C, Sym] to Ensuring[MakeSchemeLattice[S, B, I, F, C, Sym]]

Inherited by implicit conversion ArrowAssoc from MakeSchemeLattice[S, B, I, F, C, Sym] to ArrowAssoc[MakeSchemeLattice[S, B, I, F, C, Sym]]

Ungrouped