Object

isabelle

Build

Related Doc: package isabelle

Permalink

object Build

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

Type Members

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

    Permalink
  2. class Console_Progress extends Progress

    Permalink
  3. sealed case class Deps(deps: Map[String, Session_Content]) extends Product with Serializable

    Permalink
  4. abstract class Entry extends AnyRef

    Permalink

    session information *

  5. class Handler extends Protocol_Handler

    Permalink
  6. sealed case class Log_Info(name: String, stats: List[T], tasks: List[T], command_timings: List[T], session_timing: T) extends Product with Serializable

    Permalink
  7. class Progress extends AnyRef

    Permalink

    progress context *

  8. final class Queue extends AnyRef

    Permalink
  9. sealed case class Session_Content(loaded_theories: Set[String], known_theories: Map[String, Name], keywords: Keywords, syntax: Outer_Syntax, sources: List[(Path, Digest)], session_graph: Graph_Display.Graph) extends Product with Serializable

    Permalink
  10. sealed case class Session_Entry(pos: T, name: String, groups: List[String], path: String, parent: Option[String], description: String, options: List[Spec], theories: List[(Boolean, List[Spec], List[String])], files: List[String], document_files: List[(String, String)]) extends Entry with Product with Serializable

    Permalink
  11. sealed case class Session_Info(chapter: String, select: Boolean, pos: T, groups: List[String], dir: Path, parent: Option[String], description: String, options: Options, theories: List[(Boolean, Options, List[Path])], files: List[Path], document_files: List[(Path, Path)], entry_digest: Digest) extends Product with Serializable

    Permalink
  12. final class Session_Tree extends PartialFunction[String, Session_Info]

    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 Ignore_Progress extends Progress

    Permalink
  5. object Parser extends Parser

    Permalink
  6. object Props

    Permalink
  7. object Queue

    Permalink

    build *

  8. object Session_Tree

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def build(options: Options, progress: Progress = Ignore_Progress, requirements: Boolean = false, all_sessions: Boolean = false, build_heap: Boolean = false, clean_build: Boolean = false, dirs: List[Path] = Nil, select_dirs: List[Path] = Nil, exclude_session_groups: List[String] = Nil, session_groups: List[String] = Nil, max_jobs: Int = 1, list_files: Boolean = false, check_keywords: Set[String] = Set.empty, no_build: Boolean = false, system_mode: Boolean = false, verbose: Boolean = false, exclude_sessions: List[String] = Nil, sessions: List[String] = Nil): Int

    Permalink
  11. def build_results(options: Options, progress: Progress = Ignore_Progress, requirements: Boolean = false, all_sessions: Boolean = false, build_heap: Boolean = false, clean_build: Boolean = false, dirs: List[Path] = Nil, select_dirs: List[Path] = Nil, exclude_session_groups: List[String] = Nil, session_groups: List[String] = Nil, max_jobs: Int = 1, list_files: Boolean = false, check_keywords: Set[String] = Set.empty, no_build: Boolean = false, system_mode: Boolean = false, verbose: Boolean = false, exclude_sessions: List[String] = Nil, sessions: List[String] = Nil): Map[String, Int]

    Permalink
  12. def build_theories(session: Session, master_dir: Path, theories: List[(Options, List[Path])]): Promise[Body]

    Permalink
  13. val chapter_default: String

    Permalink
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def dependencies(progress: Progress = Ignore_Progress, inlined_files: Boolean = false, verbose: Boolean = false, list_files: Boolean = false, check_keywords: Set[String] = Set.empty, tree: Session_Tree): Deps

    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 finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def find_sessions(options: Options, dirs: List[Path] = Nil, select_dirs: List[Path] = Nil): Session_Tree

    Permalink
  20. final def getClass(): Class[_]

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

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

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

    Permalink
  24. def main(args: Array[String]): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def outer_syntax(options: Options, session: String): Outer_Syntax

    Permalink
  29. def parse_log(full_stats: Boolean, text: String): Log_Info

    Permalink
  30. lazy val root_syntax: Outer_Syntax

    Permalink
  31. def session_content(options: Options, inlined_files: Boolean, dirs: List[Path], session: String): Session_Content

    Permalink
  32. def session_dependencies(options: Options, inlined_files: Boolean, dirs: List[Path], sessions: List[String]): Deps

    Permalink
  33. def session_info(options: Options, select: Boolean, dir: Path, chapter: String, entry: Session_Entry): (String, Session_Info)

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped