Packages

c

com.thoughtworks.compute.Trees

AlphaConversionContext

final class AlphaConversionContext extends IdentityHashMap[Tree, Tree]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AlphaConversionContext
  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 AlphaConversionContext()

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 AlphaConversionContext to any2stringadd[AlphaConversionContext] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AlphaConversionContext, B)
    Implicit
    This member is added by an implicit conversion from AlphaConversionContext to ArrowAssoc[AlphaConversionContext] 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, _ >: Tree, _ <: Tree]): Tree
    Definition Classes
    Map
  10. def computeIfAbsent(arg0: Tree, arg1: Function[_ >: Tree, _ <: Tree]): Tree
    Definition Classes
    Map
  11. def computeIfPresent(arg0: Tree, arg1: BiFunction[_ >: Tree, _ >: Tree, _ <: Tree]): Tree
    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: (AlphaConversionContext) ⇒ Boolean, msg: ⇒ Any): AlphaConversionContext
    Implicit
    This member is added by an implicit conversion from AlphaConversionContext to Ensuring[AlphaConversionContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (AlphaConversionContext) ⇒ Boolean): AlphaConversionContext
    Implicit
    This member is added by an implicit conversion from AlphaConversionContext to Ensuring[AlphaConversionContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): AlphaConversionContext
    Implicit
    This member is added by an implicit conversion from AlphaConversionContext to Ensuring[AlphaConversionContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): AlphaConversionContext
    Implicit
    This member is added by an implicit conversion from AlphaConversionContext to Ensuring[AlphaConversionContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def entrySet(): Set[Entry[Tree, Tree]]
    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, _ >: Tree]): Unit
    Definition Classes
    IdentityHashMap → Map
  23. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from AlphaConversionContext to StringFormat[AlphaConversionContext] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. def get(arg0: Any): Tree
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def getOrDefault(arg0: Any, arg1: Tree): Tree
    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: Tree, arg2: BiFunction[_ >: Tree, _ >: Tree, _ <: Tree]): Tree
    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: Tree): Tree
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  36. def putAll(arg0: Map[_ <: Tree, _ <: Tree]): Unit
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  37. def putIfAbsent(arg0: Tree, arg1: Tree): Tree
    Definition Classes
    Map
  38. def remove(arg0: Any): Tree
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  39. def remove(arg0: Any, arg1: Any): Boolean
    Definition Classes
    Map
  40. def replace(arg0: Tree, arg1: Tree): Tree
    Definition Classes
    Map
  41. def replace(arg0: Tree, arg1: Tree, arg2: Tree): Boolean
    Definition Classes
    Map
  42. def replaceAll(arg0: BiFunction[_ >: Tree, _ >: Tree, _ <: Tree]): Unit
    Definition Classes
    IdentityHashMap → Map
  43. var seed: Int
  44. def size(): Int
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AbstractMap → AnyRef → Any
  47. def values(): Collection[Tree]
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  51. def [B](y: B): (AlphaConversionContext, B)
    Implicit
    This member is added by an implicit conversion from AlphaConversionContext to ArrowAssoc[AlphaConversionContext] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from IdentityHashMap[Tree, Tree]

Inherited from Cloneable

Inherited from Serializable

Inherited from AbstractMap[Tree, Tree]

Inherited from Map[Tree, Tree]

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped