class Ops extends AnyRef
- Attributes
- protected[isabelle]
- Source
- Theory.scala
- Alphabetic
- By Inheritance
- Ops
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Ops()(implicit isabelle: Isabelle, ec: ExecutionContext)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val importMLStructure: MLFunction3[Theory, String, String, Unit]
- lazy val init_global: MLFunction[Theory, Context]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit val isabelle: Isabelle
- val loadTheoryInternal: MLFunction2[Mutex, String, Theory]
- val loadTheoryPath: MLFunction3[Mutex, Path, String, Theory]
- val mergeTheories: MLFunction3[String, Boolean, List[Theory], Theory]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val sessionPaths: ConcurrentHashMap[String, Path]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val theoryMutex: Mutex
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val updateKnownTheories2019: MLFunction[List[(String, Path)], Unit]
Expects (theory-name, theory-file) pairs.
Expects (theory-name, theory-file) pairs. Works on Isabelle2019
- lazy val updateKnownTheories2020: MLFunction[List[(Path, String)], Unit]
Expects (directory, session-name) pairs.
Expects (directory, session-name) pairs. Works on Isabelle2020
- lazy val updateKnownTheories2021: MLFunction[List[(Path, String)], Unit]
Expects (directory, session-name) pairs.
Expects (directory, session-name) pairs. Works on Isabelle2021
- lazy val updateKnownTheories2021_1: MLFunction[List[(Path, String)], Unit]
Expects (directory, session-name) pairs.
Expects (directory, session-name) pairs. Works on Isabelle2021-1+
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])