Packages

class Cache extends isabelle.Cache

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

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def body(x: Body): Body
  6. def cache_body(x: Body): Body
    Attributes
    protected
  7. def cache_int(x: Int): Int
    Attributes
    protected
    Definition Classes
    Cache
  8. def cache_markup(x: Markup): Markup
    Attributes
    protected
  9. def cache_props(x: T): T
    Attributes
    protected
  10. def cache_string(x: String): String
    Attributes
    protected
    Definition Classes
    Cache
  11. def cache_tree(x: Tree): Tree
    Attributes
    protected
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  13. def elem(x: Elem): Elem
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  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. def int(x: Int): Int
    Definition Classes
    Cache
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def lookup[A](x: A): Option[A]
    Attributes
    protected
    Definition Classes
    Cache
  22. def markup(x: Markup): Markup
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def props(x: T): T
  27. def size: Int
    Definition Classes
    Cache
  28. def store[A](x: A): A
    Attributes
    protected
    Definition Classes
    Cache
  29. def string(x: String): String
    Definition Classes
    Cache
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    Cache → AnyRef → Any
  32. def tree(x: Tree): Tree
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from isabelle.Cache

Inherited from AnyRef

Inherited from Any

Ungrouped