Packages

  • package root
    Definition Classes
    root
  • package de
    Definition Classes
    root
  • package unruh
    Definition Classes
    de
  • package isabelle

    This library allows to control an Isabelle process from a Scala application.

    This library allows to control an Isabelle process from a Scala application. For first steps and pointers, see the README.

    In case of missing/incorrect documentation, create an issue.

    Definition Classes
    unruh
  • package mlvalue

    This package contains classes for type safe manipulation of values stored in a running Isabelle process (managed by an instance of control.Isabelle).

    This package contains classes for type safe manipulation of values stored in a running Isabelle process (managed by an instance of control.Isabelle). See MLValue for an introduction.

    Definition Classes
    isabelle
  • object MLValue extends OperationCollection
    Definition Classes
    mlvalue
  • Converter
  • Ops

class Ops extends AnyRef

Attributes
protected[mlvalue]
Source
MLValue.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ops
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Ops()(implicit isabelle: Isabelle, ec: ExecutionContext)

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. val boolFalse: MLValue[Boolean]
  6. val boolTrue: MLValue[Boolean]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def debugInfo[A]: MLFunction[MLValue[A], String]
  9. val debugInfo_: MLFunction[MLValue[Nothing], String]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. implicit val isabelle: Isabelle
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def optionNone[A]: MLValue[Option[A]]
  20. def optionSome[A]: MLFunction[A, Option[A]]
  21. val retrieveBigInt: MLRetrieveFunction[BigInt]
  22. val retrieveBool: MLRetrieveFunction[Boolean]
  23. val retrieveData: MLRetrieveFunction[Data]
  24. val retrieveInt: MLRetrieveFunction[Int]
  25. val retrieveList: MLRetrieveFunction[List[MLValue[Nothing]]]
  26. val retrieveLong: MLRetrieveFunction[Long]
  27. def retrieveOption[A]: MLRetrieveFunction[Option[MLValue[A]]]
  28. val retrieveOption_: MLRetrieveFunction[Option[MLValue[Nothing]]]
  29. val retrieveString: MLRetrieveFunction[String]
  30. def retrieveTuple2[A, B]: MLRetrieveFunction[(MLValue[A], MLValue[B])]
    Annotations
    @inline()
  31. def retrieveTuple3[A, B, C]: MLRetrieveFunction[(MLValue[A], MLValue[B], MLValue[C])]
  32. def retrieveTuple4[A, B, C, D]: MLRetrieveFunction[(MLValue[A], MLValue[B], MLValue[C], MLValue[D])]
  33. def retrieveTuple5[A, B, C, D, E]: MLRetrieveFunction[(MLValue[A], MLValue[B], MLValue[C], MLValue[D], MLValue[E])]
  34. def retrieveTuple6[A, B, C, D, E, F]: MLRetrieveFunction[(MLValue[A], MLValue[B], MLValue[C], MLValue[D], MLValue[E], MLValue[F])]
  35. def retrieveTuple7[A, B, C, D, E, F, G]: MLRetrieveFunction[(MLValue[A], MLValue[B], MLValue[C], MLValue[D], MLValue[E], MLValue[F], MLValue[G])]
  36. val storeBigInt: MLStoreFunction[BigInt]
  37. val storeData: MLStoreFunction[Data]
  38. val storeInt: MLStoreFunction[Int]
  39. val storeList: MLStoreFunction[List[MLValue[Nothing]]]
  40. val storeLong: MLStoreFunction[Long]
  41. val storeString: MLStoreFunction[String]
  42. def storeTuple2[A, B]: MLStoreFunction[(MLValue[A], MLValue[B])]
    Annotations
    @inline()
  43. def storeTuple3[A, B, C]: MLStoreFunction[(MLValue[A], MLValue[B], MLValue[C])]
    Annotations
    @inline()
  44. def storeTuple4[A, B, C, D]: MLStoreFunction[(MLValue[A], MLValue[B], MLValue[C], MLValue[D])]
    Annotations
    @inline()
  45. def storeTuple5[A, B, C, D, E]: MLStoreFunction[(MLValue[A], MLValue[B], MLValue[C], MLValue[D], MLValue[E])]
    Annotations
    @inline()
  46. def storeTuple6[A, B, C, D, E, F]: MLStoreFunction[(MLValue[A], MLValue[B], MLValue[C], MLValue[D], MLValue[E], MLValue[F])]
    Annotations
    @inline()
  47. def storeTuple7[A, B, C, D, E, F, G]: MLStoreFunction[(MLValue[A], MLValue[B], MLValue[C], MLValue[D], MLValue[E], MLValue[F], MLValue[G])]
    Annotations
    @inline()
  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. val unitValue: MLValue[Unit]
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  53. 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 AnyRef

Inherited from Any

Ungrouped