Packages

o

isabelle

Sessions

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: T = Position.none, doc_names: List[String] = Nil, global_theories: Map[String, String] = Map.empty, loaded_theories: Graph[String, Outer_Syntax] = Graph.string, used_theories: List[Name] = Nil, known: Known = Known.empty, overall_syntax: Outer_Syntax = Outer_Syntax.empty, imported_sources: List[(Path, Digest)] = Nil, sources: List[(Path, Digest)] = Nil, session_graph_display: Graph_Display.Graph = Graph_Display.empty_graph, errors: List[String] = Nil, imports: Option[Base] = None) extends Product with Serializable
  2. sealed case class Base_Info(options: Options, dirs: List[Path], session: String, sessions_structure: Structure, errors: List[String], base: Base, infos: List[Info]) extends Product with Serializable
  3. sealed case class Chapter(name: String) extends Entry with Product with Serializable
  4. sealed case class Deps(sessions_structure: Structure, session_bases: Map[String, Base], all_known: Known) extends Product with Serializable
  5. abstract class Entry extends AnyRef
  6. sealed case class Info(name: String, chapter: String, dir_selected: Boolean, pos: T, groups: List[String], dir: Path, parent: Option[String], description: String, options: Options, imports: List[String], theories: List[(Options, List[(String, T)])], global_theories: List[String], document_files: List[(Path, Path)], export_files: List[(Path, List[String])], meta_digest: Digest) extends Product with Serializable
  7. sealed case class Known(sessions: Map[String, T] = Map.empty, theories: Map[String, Document.Node.Entry] = Map.empty, theories_local: Map[String, Document.Node.Entry] = Map.empty, files: Map[File, List[Name]] = Map.empty, loaded_files: Map[String, List[Path]] = Map.empty) extends Product with Serializable
  8. sealed case class Selection(requirements: Boolean = false, all_sessions: Boolean = false, base_sessions: List[String] = Nil, exclude_session_groups: List[String] = Nil, exclude_sessions: List[String] = Nil, session_groups: List[String] = Nil, sessions: List[String] = Nil) extends Product with Serializable
  9. sealed case class Session_Entry(pos: T, name: String, groups: List[String], path: String, parent: Option[String], description: String, options: List[Spec], imports: List[String], theories: List[(List[Spec], List[((String, T), Boolean)])], document_files: List[(String, String)], export_files: List[(String, List[String])]) extends Entry with Product with Serializable
  10. class Store extends AnyRef
  11. final class Structure extends AnyRef

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. val DRAFT: String
  5. val ROOT: Path
  6. val ROOTS: Path
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def base_info(options: Options, session: String, progress: Progress = No_Progress, dirs: List[Path] = Nil, include_sessions: List[String] = Nil, session_ancestor: Option[String] = None, session_requirements: Boolean = false, session_focus: Boolean = false, all_known: Boolean = false): Base_Info
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def deps(sessions_structure: Structure, global_theories: Map[String, String], progress: Progress = No_Progress, inlined_files: Boolean = false, verbose: Boolean = false, list_files: Boolean = false, check_keywords: Set[String] = Set.empty): Deps
  11. def directories(dirs: List[Path], select_dirs: List[Path]): List[(Boolean, Path)]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def exclude_session(name: String): Boolean
  15. def exclude_theory(name: String): Boolean
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def is_pure(name: String): Boolean
  21. def load_structure(options: Options, dirs: List[Path] = Nil, select_dirs: List[Path] = Nil, infos: List[Info] = Nil): Structure
  22. def make(infos: List[Info]): Structure
  23. def make_info(options: Options, dir_selected: Boolean, dir: Path, chapter: String, entry: Session_Entry): Info
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def parse_root(path: Path): List[Entry]
  28. def parse_root_entries(path: Path): List[Session_Entry]
  29. def parse_roots(roots: Path): List[String]
  30. def read_heap_digest(heap: Path): Option[String]
  31. def read_root(options: Options, select: Boolean, path: Path): List[Info]
  32. val root_name: String
  33. val root_syntax: Outer_Syntax
  34. def store(options: Options, system_mode: Boolean = false): Store
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. val theory_name: String
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  41. def write_heap_digest(heap: Path): String
  42. object Base extends Serializable
  43. object Known extends Serializable
  44. object Selection extends Serializable
  45. object Session_Info

    persistent store *

Inherited from AnyRef

Inherited from Any

Ungrouped