Object

isabelle

Sessions

Related Doc: package isabelle

Permalink

object Sessions

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Sessions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed case class Base(pos: Position.T = Position.none, imports: Option[Base] = None, global_theories: Map[String, String] = Map.empty, loaded_theories: Map[String, String] = Map.empty, known: Known = Known.empty, keywords: Keywords = Nil, syntax: Outer_Syntax = Outer_Syntax.empty, sources: List[(Path, Digest)] = Nil, session_graph: Graph_Display.Graph = Graph_Display.empty_graph, errors: List[String] = Nil) extends Product with Serializable

    Permalink
  2. sealed case class Deps(session_bases: Map[String, Base], all_known: Known) extends Product with Serializable

    Permalink
  3. sealed case class Info(name: String, chapter: String, select: Boolean, pos: Position.T, groups: List[String], dir: Path, parent: Option[String], description: String, options: Options, imports: List[String], theories: List[(Options, List[(String, Position.T)])], global_theories: List[String], files: List[Path], document_files: List[(Path, Path)], meta_digest: Digest) extends Product with Serializable

    Permalink
  4. sealed case class Known(theories: Map[String, Name] = Map.empty, theories_local: Map[String, Name] = Map.empty, files: Map[File, List[Name]] = Map.empty) extends Product with Serializable

    Permalink
  5. sealed case class Selection(requirements: Boolean = false, all_sessions: Boolean = false, exclude_session_groups: List[String] = Nil, exclude_sessions: List[String] = Nil, session_groups: List[String] = Nil, sessions: List[String] = Nil) extends Product with Serializable

    Permalink
  6. class Store extends AnyRef

    Permalink
  7. final class T extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Base extends Serializable

    Permalink
  5. val DRAFT: String

    Permalink
  6. object Known extends Serializable

    Permalink
  7. val ROOT: Path

    Permalink
  8. val ROOTS: Path

    Permalink
  9. object Selection extends Serializable

    Permalink
  10. object Session_Info

    Permalink

    persistent store *

  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def deps(sessions: T, progress: Progress = No_Progress, inlined_files: Boolean = false, verbose: Boolean = false, list_files: Boolean = false, check_keywords: Set[String] = Set.empty, global_theories: Map[String, String] = Map.empty): Deps

    Permalink
  14. def directories(dirs: List[Path], select_dirs: List[Path]): List[(Boolean, Path)]

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def is_pure(name: String): Boolean

    Permalink
  22. def load(options: Options, dirs: List[Path] = Nil, select_dirs: List[Path] = Nil): T

    Permalink
  23. def make(infos: Traversable[(String, Info)]): T

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def read_heap_digest(heap: Path): Option[String]

    Permalink
  28. lazy val root_syntax: Outer_Syntax

    Permalink
  29. def session_base(options: Options, session: String, dirs: List[Path] = Nil, all_known: Boolean = false): Base

    Permalink
  30. def session_base_errors(options: Options, session: String, dirs: List[Path] = Nil, all_known: Boolean = false): (List[String], Base)

    Permalink
  31. def store(system_mode: Boolean = false): Store

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def write_heap_digest(heap: Path): String

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped