Trait

util.translators

ImmutableCache

Related Doc: package translators

Permalink

trait ImmutableCache extends AnyRef

Immutable cache containing translation of DSL nodes to Z3 SMT expressions Allow to store all kinds of translation and preserve type information

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

Abstract Value Members

  1. abstract val _cacheComp: OpenHashMap[CompKey, DatatypeExpr]

    Permalink
    Attributes
    protected
  2. abstract val _cacheEvt: OpenHashMap[EventKey, BoolExpr]

    Permalink
    Attributes
    protected
  3. abstract val _cacheFlow: OpenHashMap[FlowKey, BitVecExpr]

    Permalink
    Attributes
    protected
  4. abstract val _cacheTuple: OpenHashMap[TypeKey, Tuple]

    Permalink
    Attributes
    protected

Concrete 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. def apply(key: CompKey): DatatypeExpr

    Permalink
  5. def apply(key: TypeKey): Tuple

    Permalink
  6. def apply(key: FlowKey): BitVecExpr

    Permalink
  7. def apply(key: EventKey): BoolExpr

    Permalink
  8. final def asInstanceOf[T0]: T0

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

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

    Permalink
  11. def collect[C](f: PartialFunction[(TypeKey, Tuple), C])(implicit tag: TypeKey): Iterable[C]

    Permalink
  12. def collect[C](f: PartialFunction[(FlowKey, BitVecExpr), C])(implicit tag: FlowKey): Iterable[C]

    Permalink
  13. def collect[C](f: PartialFunction[(EventKey, BoolExpr), C])(implicit tag: EventKey): Iterable[C]

    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 filter(p: ((CompKey, DatatypeExpr)) ⇒ Boolean)(implicit tag: CompKey): OpenHashMap[CompKey, DatatypeExpr]

    Permalink
  17. def filter(p: ((TypeKey, Tuple)) ⇒ Boolean)(implicit tag: TypeKey): OpenHashMap[TypeKey, Tuple]

    Permalink
  18. def filter(p: ((FlowKey, BitVecExpr)) ⇒ Boolean)(implicit tag: FlowKey): OpenHashMap[FlowKey, BitVecExpr]

    Permalink
  19. def filter(p: ((EventKey, BoolExpr)) ⇒ Boolean)(implicit tag: EventKey): OpenHashMap[EventKey, BoolExpr]

    Permalink
  20. def finalize(): Unit

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

    Permalink
  22. def get(key: TypeKey): Option[Tuple]

    Permalink
  23. def get(key: FlowKey): Option[BitVecExpr]

    Permalink
  24. def get(key: EventKey): Option[BoolExpr]

    Permalink
  25. final def getClass(): Class[_]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  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 AnyRef

Inherited from Any

Ungrouped