Packages

c

Config

Config

case class Config(machine: Machine.Value = Machine.Free, language: Language.Value = Language.Scheme, lattice: Lattice.Value = Lattice.TypeSet, concrete: Boolean = false, file: Option[String] = None, dotfile: Option[String] = None, jsonfile: Option[String] = None, address: Address.Value = Address.Classical, inspect: Boolean = false, counting: Boolean = false, bound: Int = 100, timeout: Option[Duration] = None, workers: Int = 1, mbox: Mbox.Value = Mbox.BoundedList, mboxBound: Int = 1) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Config
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. 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 Config(machine: Machine.Value = Machine.Free, language: Language.Value = Language.Scheme, lattice: Lattice.Value = Lattice.TypeSet, concrete: Boolean = false, file: Option[String] = None, dotfile: Option[String] = None, jsonfile: Option[String] = None, address: Address.Value = Address.Classical, inspect: Boolean = false, counting: Boolean = false, bound: Int = 100, timeout: Option[Duration] = None, workers: Int = 1, mbox: Mbox.Value = Mbox.BoundedList, mboxBound: Int = 1)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Config to any2stringadd[Config] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Config, B)
    Implicit
    This member is added by an implicit conversion from Config to ArrowAssoc[Config] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val address: Address.Value
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val bound: Int
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  10. val concrete: Boolean
  11. val counting: Boolean
  12. val dotfile: Option[String]
  13. def ensuring(cond: (Config) ⇒ Boolean, msg: ⇒ Any): Config
    Implicit
    This member is added by an implicit conversion from Config to Ensuring[Config] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (Config) ⇒ Boolean): Config
    Implicit
    This member is added by an implicit conversion from Config to Ensuring[Config] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): Config
    Implicit
    This member is added by an implicit conversion from Config to Ensuring[Config] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): Config
    Implicit
    This member is added by an implicit conversion from Config to Ensuring[Config] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. var file: Option[String]
  19. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Config to StringFormat[Config] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. val inspect: Boolean
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val jsonfile: Option[String]
  24. val language: Language.Value
  25. val lattice: Lattice.Value
  26. val machine: Machine.Value
  27. val mbox: Mbox.Value
  28. val mboxBound: Int
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. var timeout: Option[Duration]
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. val workers: Int
  38. def [B](y: B): (Config, B)
    Implicit
    This member is added by an implicit conversion from Config to ArrowAssoc[Config] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

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 Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Config to any2stringadd[Config]

Inherited by implicit conversion StringFormat from Config to StringFormat[Config]

Inherited by implicit conversion Ensuring from Config to Ensuring[Config]

Inherited by implicit conversion ArrowAssoc from Config to ArrowAssoc[Config]

Ungrouped