class Ops extends AnyRef
- Attributes
- protected[isabelle]
- Source
- Theory.scala
- Alphabetic
- By Inheritance
- Ops
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )