Class

isabelle.XML

Cache

Related Doc: package XML

Permalink

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

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def body(x: Body): Body

    Permalink
  6. def cache_body(x: Body): Body

    Permalink
    Attributes
    protected
  7. def cache_int(x: Int): Int

    Permalink
    Attributes
    protected
    Definition Classes
    Cache
  8. def cache_markup(x: Markup): Markup

    Permalink
    Attributes
    protected
  9. def cache_props(x: T): T

    Permalink
    Attributes
    protected
  10. def cache_string(x: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    Cache
  11. def cache_tree(x: Tree): Tree

    Permalink
    Attributes
    protected
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def elem(x: Elem): Elem

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def int(x: Int): Int

    Permalink
    Definition Classes
    Cache
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def lookup[A](x: A): Option[A]

    Permalink
    Attributes
    protected
    Definition Classes
    Cache
  22. def markup(x: Markup): Markup

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def props(x: T): T

    Permalink
  27. def size: Int

    Permalink
    Definition Classes
    Cache
  28. def store[A](x: A): A

    Permalink
    Attributes
    protected
    Definition Classes
    Cache
  29. def string(x: String): String

    Permalink
    Definition Classes
    Cache
  30. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Cache → AnyRef → Any
  32. def tree(x: Tree): Tree

    Permalink
  33. final def wait(): Unit

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

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

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

Inherited from isabelle.Cache

Inherited from AnyRef

Inherited from Any

Ungrouped