class MakeSchemeLattice[S, B, I, F, C, Sym] extends SchemeLattice
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- MakeSchemeLattice
- SchemeLattice
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
- case class Bool(b: B) extends Value with Product with Serializable
- case class CannotJoin[Abs](values: Set[Abs]) extends Exception with Product with Serializable
- case class Char(c: C) extends Value with Product with Serializable
- 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
- case class Cons[Addr](car: Addr, cdr: Addr)(implicit evidence$11: Address[Addr]) extends Value with Product with Serializable
- case class Element(v: Value) extends L with Product with Serializable
- case class Elements(vs: Set[Value]) extends L with Product with Serializable
- case class Int(i: I) extends Value with Product with Serializable
- sealed trait L extends AnyRef
- case class Prim[Addr, Abs](prim: Primitive[Addr, Abs])(implicit evidence$7: Address[Addr], evidence$8: JoinLattice[Abs]) extends Value with Product with Serializable
- case class Real(f: F) extends Value with Product with Serializable
- case class Str(s: S) extends Value with Product with Serializable
- case class Symbol(s: Sym) extends Value with Product with Serializable
- sealed trait Value extends AnyRef
- case class Vec[Addr](size: I, elements: Map[I, Addr], init: Addr)(implicit evidence$12: Address[Addr]) extends Value with Product with Serializable
- case class VectorAddress[Addr](a: Addr)(implicit evidence$13: Address[Addr]) extends Value with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): scala.Int
- Definition Classes
- AnyRef → Any
-
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
-
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()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val False: Bool
- val True: Bool
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val boolAndMonoid: Monoid[Boolean]
- val boolOrMonoid: Monoid[Boolean]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
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
-
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
-
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
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): scala.Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
isSchemeLattice: IsSchemeLattice[L] { ... /* 2 definitions in type refinement */ }
- Definition Classes
- MakeSchemeLattice → SchemeLattice
- val isSchemeLatticeValue: IsSchemeLattice[Value]
- implicit val lsetMonoid: Monoid[L]
- implicit def mayFailMonoid[A](implicit monoid: Monoid[A]): Monoid[MayFail[A]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit def setMonoid[A]: Monoid[Set[A]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: scala.Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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
- object Bot extends Value with Product with Serializable
- object L
- object Nil extends Value with Product with Serializable