Packages

final class ExportContext extends IdentityHashMap[Tree, Expressions.Category.Term]

Source
Trees.scala
Linear Supertypes
IdentityHashMap[Tree, Expressions.Category.Term], Cloneable, Serializable, AbstractMap[Tree, Expressions.Category.Term], Map[Tree, Expressions.Category.Term], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExportContext
  2. IdentityHashMap
  3. Cloneable
  4. Serializable
  5. AbstractMap
  6. Map
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExportContext()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ExportContext to any2stringadd[ExportContext] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ExportContext, B)
    Implicit
    This member is added by an implicit conversion from ExportContext to ArrowAssoc[ExportContext] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clear(): Unit
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  8. def clone(): AnyRef
    Definition Classes
    IdentityHashMap → AbstractMap → AnyRef
  9. def compute(arg0: Tree, arg1: BiFunction[_ >: Tree, _ >: Expressions.Category.Term, _ <: Expressions.Category.Term]): Expressions.Category.Term
    Definition Classes
    Map
  10. def computeIfAbsent(arg0: Tree, arg1: Function[_ >: Tree, _ <: Expressions.Category.Term]): Expressions.Category.Term
    Definition Classes
    Map
  11. def computeIfPresent(arg0: Tree, arg1: BiFunction[_ >: Tree, _ >: Expressions.Category.Term, _ <: Expressions.Category.Term]): Expressions.Category.Term
    Definition Classes
    Map
  12. def containsKey(arg0: Any): Boolean
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  13. def containsValue(arg0: Any): Boolean
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  14. def ensuring(cond: (ExportContext) ⇒ Boolean, msg: ⇒ Any): ExportContext
    Implicit
    This member is added by an implicit conversion from ExportContext to Ensuring[ExportContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (ExportContext) ⇒ Boolean): ExportContext
    Implicit
    This member is added by an implicit conversion from ExportContext to Ensuring[ExportContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): ExportContext
    Implicit
    This member is added by an implicit conversion from ExportContext to Ensuring[ExportContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): ExportContext
    Implicit
    This member is added by an implicit conversion from ExportContext to Ensuring[ExportContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def entrySet(): Set[Entry[Tree, Expressions.Category.Term]]
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    IdentityHashMap → AbstractMap → Map → AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def forEach(arg0: BiConsumer[_ >: Tree, _ >: Expressions.Category.Term]): Unit
    Definition Classes
    IdentityHashMap → Map
  23. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ExportContext to StringFormat[ExportContext] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. def get(arg0: Any): Expressions.Category.Term
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def getOrDefault(arg0: Any, arg1: Expressions.Category.Term): Expressions.Category.Term
    Definition Classes
    Map
  27. def hashCode(): Int
    Definition Classes
    IdentityHashMap → AbstractMap → Map → AnyRef → Any
  28. def isEmpty(): Boolean
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def keySet(): Set[Tree]
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  31. def merge(arg0: Tree, arg1: Expressions.Category.Term, arg2: BiFunction[_ >: Expressions.Category.Term, _ >: Expressions.Category.Term, _ <: Expressions.Category.Term]): Expressions.Category.Term
    Definition Classes
    Map
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def put(arg0: Tree, arg1: Expressions.Category.Term): Expressions.Category.Term
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  36. def putAll(arg0: Map[_ <: Tree, _ <: Expressions.Category.Term]): Unit
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  37. def putIfAbsent(arg0: Tree, arg1: Expressions.Category.Term): Expressions.Category.Term
    Definition Classes
    Map
  38. def remove(arg0: Any): Expressions.Category.Term
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  39. def remove(arg0: Any, arg1: Any): Boolean
    Definition Classes
    Map
  40. def replace(arg0: Tree, arg1: Expressions.Category.Term): Expressions.Category.Term
    Definition Classes
    Map
  41. def replace(arg0: Tree, arg1: Expressions.Category.Term, arg2: Expressions.Category.Term): Boolean
    Definition Classes
    Map
  42. def replaceAll(arg0: BiFunction[_ >: Tree, _ >: Expressions.Category.Term, _ <: Expressions.Category.Term]): Unit
    Definition Classes
    IdentityHashMap → Map
  43. def size(): Int
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AbstractMap → AnyRef → Any
  46. def values(): Collection[Expressions.Category.Term]
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  50. def [B](y: B): (ExportContext, B)
    Implicit
    This member is added by an implicit conversion from ExportContext to ArrowAssoc[ExportContext] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from IdentityHashMap[Tree, Expressions.Category.Term]

Inherited from Cloneable

Inherited from Serializable

Inherited from AbstractMap[Tree, Expressions.Category.Term]

Inherited from Map[Tree, Expressions.Category.Term]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ExportContext to any2stringadd[ExportContext]

Inherited by implicit conversion StringFormat from ExportContext to StringFormat[ExportContext]

Inherited by implicit conversion Ensuring from ExportContext to Ensuring[ExportContext]

Inherited by implicit conversion ArrowAssoc from ExportContext to ArrowAssoc[ExportContext]

Ungrouped