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: 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

    Permalink
  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

    Permalink
  3. sealed case class Chapter(name: String) extends Entry with Product with Serializable

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

    Permalink
  5. abstract class Entry extends AnyRef

    Permalink
  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

    Permalink
  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

    Permalink
  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

    Permalink
  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

    Permalink
  10. class Store extends AnyRef

    Permalink
  11. final class Structure 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 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

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. 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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def exclude_session(name: String): Boolean

    Permalink
  19. def exclude_theory(name: String): Boolean

    Permalink
  20. def finalize(): Unit

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

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

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

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

    Permalink
  25. def load_structure(options: Options, dirs: List[Path] = Nil, select_dirs: List[Path] = Nil, infos: List[Info] = Nil): Structure

    Permalink
  26. def make(infos: List[Info]): Structure

    Permalink
  27. def make_info(options: Options, dir_selected: Boolean, dir: Path, chapter: String, entry: Session_Entry): Info

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def parse_root(path: Path): List[Entry]

    Permalink
  32. def parse_root_entries(path: Path): List[Session_Entry]

    Permalink
  33. def parse_roots(roots: Path): List[String]

    Permalink
  34. def read_heap_digest(heap: Path): Option[String]

    Permalink
  35. def read_root(options: Options, select: Boolean, path: Path): List[Info]

    Permalink
  36. val root_name: String

    Permalink
  37. val root_syntax: Outer_Syntax

    Permalink
  38. def store(options: Options, system_mode: Boolean = false): Store

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

    Permalink
    Definition Classes
    AnyRef
  40. val theory_name: String

    Permalink
  41. def toString(): String

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

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

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped