Class

com.thoughtworks.compute.Trees

HashCodeContext

Related Doc: package Trees

Permalink

final class HashCodeContext extends IdentityHashMap[Tree, Int]

Source
Trees.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HashCodeContext
  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 HashCodeContext()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from HashCodeContext to any2stringadd[HashCodeContext] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (HashCodeContext, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from HashCodeContext to ArrowAssoc[HashCodeContext] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clear(): Unit

    Permalink
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  8. def clone(): AnyRef

    Permalink
    Definition Classes
    IdentityHashMap → AbstractMap → AnyRef
  9. def compute(arg0: Tree, arg1: BiFunction[_ >: Tree, _ >: Int, _ <: Int]): Int

    Permalink
    Definition Classes
    Map
  10. def computeIfAbsent(arg0: Tree, arg1: Function[_ >: Tree, _ <: Int]): Int

    Permalink
    Definition Classes
    Map
  11. def computeIfPresent(arg0: Tree, arg1: BiFunction[_ >: Tree, _ >: Int, _ <: Int]): Int

    Permalink
    Definition Classes
    Map
  12. def containsKey(arg0: Any): Boolean

    Permalink
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  13. def containsValue(arg0: Any): Boolean

    Permalink
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  14. def ensuring(cond: (HashCodeContext) ⇒ Boolean, msg: ⇒ Any): HashCodeContext

    Permalink
    Implicit information
    This member is added by an implicit conversion from HashCodeContext to Ensuring[HashCodeContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (HashCodeContext) ⇒ Boolean): HashCodeContext

    Permalink
    Implicit information
    This member is added by an implicit conversion from HashCodeContext to Ensuring[HashCodeContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): HashCodeContext

    Permalink
    Implicit information
    This member is added by an implicit conversion from HashCodeContext to Ensuring[HashCodeContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): HashCodeContext

    Permalink
    Implicit information
    This member is added by an implicit conversion from HashCodeContext to Ensuring[HashCodeContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def entrySet(): Set[Entry[Tree, Int]]

    Permalink
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  19. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    IdentityHashMap → AbstractMap → Map → AnyRef → Any
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def forEach(arg0: BiConsumer[_ >: Tree, _ >: Int]): Unit

    Permalink
    Definition Classes
    IdentityHashMap → Map
  23. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from HashCodeContext to StringFormat[HashCodeContext] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. def get(arg0: Any): Int

    Permalink
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def getOrDefault(arg0: Any, arg1: Int): Int

    Permalink
    Definition Classes
    Map
  27. def hashCode(): Int

    Permalink
    Definition Classes
    IdentityHashMap → AbstractMap → Map → AnyRef → Any
  28. def isEmpty(): Boolean

    Permalink
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def keySet(): Set[Tree]

    Permalink
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  31. def merge(arg0: Tree, arg1: Int, arg2: BiFunction[_ >: Int, _ >: Int, _ <: Int]): Int

    Permalink
    Definition Classes
    Map
  32. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  35. var numberOfParameters: Int

    Permalink
  36. def put(arg0: Tree, arg1: Int): Int

    Permalink
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  37. def putAll(arg0: Map[_ <: Tree, _ <: Int]): Unit

    Permalink
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  38. def putIfAbsent(arg0: Tree, arg1: Int): Int

    Permalink
    Definition Classes
    Map
  39. def remove(arg0: Any): Int

    Permalink
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  40. def remove(arg0: Any, arg1: Any): Boolean

    Permalink
    Definition Classes
    Map
  41. def replace(arg0: Tree, arg1: Int): Int

    Permalink
    Definition Classes
    Map
  42. def replace(arg0: Tree, arg1: Int, arg2: Int): Boolean

    Permalink
    Definition Classes
    Map
  43. def replaceAll(arg0: BiFunction[_ >: Tree, _ >: Int, _ <: Int]): Unit

    Permalink
    Definition Classes
    IdentityHashMap → Map
  44. def size(): Int

    Permalink
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  45. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AbstractMap → AnyRef → Any
  47. def values(): Collection[Int]

    Permalink
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  48. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def [B](y: B): (HashCodeContext, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from HashCodeContext to ArrowAssoc[HashCodeContext] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from IdentityHashMap[Tree, Int]

Inherited from Cloneable

Inherited from Serializable

Inherited from AbstractMap[Tree, Int]

Inherited from Map[Tree, Int]

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped