isabelle

CI_Profile

abstract class CI_Profile extends Body

Linear Supertypes
Body, (List[String]) ⇒ Unit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CI_Profile
  2. Body
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CI_Profile()

Abstract Value Members

  1. abstract def include: List[Path]

  2. abstract def jobs: Int

  3. abstract def post_hook(results: Results): Unit

  4. abstract def pre_hook(args: List[String]): Unit

  5. abstract def select: List[Path]

  6. abstract def select_sessions(tree: Tree): (List[String], Tree)

  7. abstract def threads: Int

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def andThen[A](g: (Unit) ⇒ A): (List[String]) ⇒ A

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  7. final def apply(args: List[String]): Unit

    Definition Classes
    CI_Profile → Function1
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clean: Boolean

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compose[A](g: (A) ⇒ List[String]): (A) ⇒ Unit

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  12. def documents: Boolean

  13. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  18. final def hg_id(path: Path): String

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. final val isabelle_home: Path

  21. final val isabelle_id: String

  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. final def print_section(title: String): Unit

  26. final val start_time: String

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

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    Function1 → AnyRef → Any
  29. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Body

Inherited from (List[String]) ⇒ Unit

Inherited from AnyRef

Inherited from Any

Ungrouped