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 cache_indexname(x: Indexname): Indexname
    Attributes
    protected
  6. def cache_int(x: Int): Int
    Attributes
    protected
    Definition Classes
    Cache
  7. def cache_sort(x: Sort): Sort
    Attributes
    protected
  8. def cache_string(x: String): String
    Attributes
    protected
    Definition Classes
    Cache
  9. def cache_term(x: Term): Term
    Attributes
    protected
  10. def cache_typ(x: Typ): Typ
    Attributes
    protected
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def indexname(x: Indexname): Indexname
  18. def int(x: Int): Int
    Definition Classes
    Cache
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def lookup[A](x: A): Option[A]
    Attributes
    protected
    Definition Classes
    Cache
  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 position(x: T): T
  25. def size: Int
    Definition Classes
    Cache
  26. def sort(x: Sort): Sort
  27. def store[A](x: A): A
    Attributes
    protected
    Definition Classes
    Cache
  28. def string(x: String): String
    Definition Classes
    Cache
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def term(x: Term): Term
  31. def toString(): String
    Definition Classes
    Cache → AnyRef → Any
  32. def typ(x: Typ): Typ
  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