Packages

c

isabelle

Resources

class Resources extends AnyRef

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

Instance Constructors

  1. new Resources(session_base: Base, log: Logger = No_Logger)

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. def append(node_name: Name, source_path: Path): String
  5. def append(dir: String, source_path: Path): String
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def check_thy(name: Name, start: Pos = Token.Pos.command, strict: Boolean = true): Header
  8. def check_thy_reader(node_name: Name, reader: Reader[Char], start: Pos = Token.Pos.command, strict: Boolean = true): Header
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def commit(change: Change): Unit
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def import_name(name: Name, s: String): Name
  17. def import_name(qualifier: String, dir: String, s: String): Name
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def loaded_files(syntax: Outer_Syntax, text: String): List[String]
  20. val log: Logger
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def parse_change(reparse_limit: Int, previous: Version, doc_blobs: Blobs, edits: List[Edit_Text]): Change
  25. val session_base: Base
  26. def source_file(raw_name: String): Option[String]
  27. def special_header(name: Name): Option[Header]
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def theory_name(qualifier: String, theory0: String): (Boolean, String)
  30. def theory_qualifier(name: Name): String
  31. val thy_info: Thy_Info
  32. def thy_path(path: Path): Path
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def undefined_blobs(nodes: Nodes): List[Name]
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  38. def with_thy_reader[A](name: Name, f: (Reader[Char]) ⇒ A): A

Inherited from AnyRef

Inherited from Any

Ungrouped