Class

util.translators

MutableCache

Related Doc: package translators

Permalink

class MutableCache extends ImmutableCache

Extension of immutable cache with mutable methods

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

Instance Constructors

  1. new MutableCache()

    Permalink

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. val _cacheComp: OpenHashMap[CompKey, DatatypeExpr]

    Permalink
    Attributes
    protected
    Definition Classes
    MutableCacheImmutableCache
  5. val _cacheEvt: OpenHashMap[EventKey, BoolExpr]

    Permalink
    Attributes
    protected
    Definition Classes
    MutableCacheImmutableCache
  6. val _cacheFlow: OpenHashMap[FlowKey, BitVecExpr]

    Permalink
    Attributes
    protected
    Definition Classes
    MutableCacheImmutableCache
  7. val _cacheTuple: OpenHashMap[TypeKey, Tuple]

    Permalink
    Attributes
    protected
    Definition Classes
    MutableCacheImmutableCache
  8. def apply(key: CompKey): DatatypeExpr

    Permalink
    Definition Classes
    ImmutableCache
  9. def apply(key: TypeKey): Tuple

    Permalink
    Definition Classes
    ImmutableCache
  10. def apply(key: FlowKey): BitVecExpr

    Permalink
    Definition Classes
    ImmutableCache
  11. def apply(key: EventKey): BoolExpr

    Permalink
    Definition Classes
    ImmutableCache
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def collect[C](f: PartialFunction[(CompKey, DatatypeExpr), C])(implicit tag: CompKey): Iterable[C]

    Permalink
    Definition Classes
    ImmutableCache
  15. def collect[C](f: PartialFunction[(TypeKey, Tuple), C])(implicit tag: TypeKey): Iterable[C]

    Permalink
    Definition Classes
    ImmutableCache
  16. def collect[C](f: PartialFunction[(FlowKey, BitVecExpr), C])(implicit tag: FlowKey): Iterable[C]

    Permalink
    Definition Classes
    ImmutableCache
  17. def collect[C](f: PartialFunction[(EventKey, BoolExpr), C])(implicit tag: EventKey): Iterable[C]

    Permalink
    Definition Classes
    ImmutableCache
  18. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def filter(p: ((CompKey, DatatypeExpr)) ⇒ Boolean)(implicit tag: CompKey): OpenHashMap[CompKey, DatatypeExpr]

    Permalink
    Definition Classes
    ImmutableCache
  21. def filter(p: ((TypeKey, Tuple)) ⇒ Boolean)(implicit tag: TypeKey): OpenHashMap[TypeKey, Tuple]

    Permalink
    Definition Classes
    ImmutableCache
  22. def filter(p: ((FlowKey, BitVecExpr)) ⇒ Boolean)(implicit tag: FlowKey): OpenHashMap[FlowKey, BitVecExpr]

    Permalink
    Definition Classes
    ImmutableCache
  23. def filter(p: ((EventKey, BoolExpr)) ⇒ Boolean)(implicit tag: EventKey): OpenHashMap[EventKey, BoolExpr]

    Permalink
    Definition Classes
    ImmutableCache
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def get(key: CompKey): Option[DatatypeExpr]

    Permalink
    Definition Classes
    ImmutableCache
  26. def get(key: TypeKey): Option[Tuple]

    Permalink
    Definition Classes
    ImmutableCache
  27. def get(key: FlowKey): Option[BitVecExpr]

    Permalink
    Definition Classes
    ImmutableCache
  28. def get(key: EventKey): Option[BoolExpr]

    Permalink
    Definition Classes
    ImmutableCache
  29. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  30. def getOrElseUpdate(key: CompKey, default: DatatypeExpr): DatatypeExpr

    Permalink
  31. def getOrElseUpdate(key: TypeKey, default: Tuple): Tuple

    Permalink
  32. def getOrElseUpdate(key: FlowKey, default: BitVecExpr): BitVecExpr

    Permalink
  33. def getOrElseUpdate(key: EventKey, default: BoolExpr): BoolExpr

    Permalink
  34. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toImmutable: ImmutableCache

    Permalink
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. def update(pair: (CompKey, DatatypeExpr))(implicit tag: CompKey): Unit

    Permalink
  43. def update(pair: (TypeKey, Tuple))(implicit tag: TypeKey): Unit

    Permalink
  44. def update(pair: (FlowKey, BitVecExpr))(implicit tag: FlowKey): Unit

    Permalink
  45. def update(pair: (EventKey, BoolExpr))(implicit tag: EventKey): Unit

    Permalink
  46. final def wait(): Unit

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

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

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

Inherited from ImmutableCache

Inherited from AnyRef

Inherited from Any

Ungrouped