Class/Object

xsbt.api

HashAPI

Related Docs: object HashAPI | package api

Permalink

final class HashAPI extends AnyRef

Implements hashing of public API.

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

Instance Constructors

  1. new HashAPI(includePrivate: Boolean, includeParamNames: Boolean)

    Permalink
  2. new HashAPI(includePrivate: Boolean, includeParamNames: Boolean, includeDefinitions: Boolean)

    Permalink

    includePrivate

    should private definitions be included in a hash sum

    includeParamNames

    should parameter names for methods be included in a hash sum

    includeDefinitions

    when hashing a structure (e.g. of a class) should hashes of definitions (members) be included in a hash sum. Structure can appear as a type (in structural type) and in that case we always include definitions in a hash sum.

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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. final def extend(a: Hash): Unit

    Permalink
    Annotations
    @inline()
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def finalizeHash: Hash

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashAPI(c: ClassLike): Hash

    Permalink
  13. def hashAccess(a: Access): Unit

    Permalink
  14. def hashAnnotated(a: Annotated): Unit

    Permalink
  15. def hashAnnotation(annotation: Annotation): Unit

    Permalink
  16. def hashAnnotationArgument(arg: AnnotationArgument): Unit

    Permalink
  17. def hashAnnotationArguments(args: Seq[AnnotationArgument]): Unit

    Permalink
  18. def hashAnnotations(annotations: Seq[Annotation]): Unit

    Permalink
  19. final def hashBoolean(b: Boolean): Unit

    Permalink
    Annotations
    @inline()
  20. final def hashClass(c: ClassLike): Unit

    Permalink
  21. def hashClass0(c: ClassLike): Unit

    Permalink
  22. final def hashClassDef(c: ClassLikeDef): Unit

    Permalink
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hashConstant(c: Constant): Unit

    Permalink
  25. def hashDef(d: Def): Unit

    Permalink
  26. def hashDefinition(d: Definition): Unit

    Permalink
  27. def hashDefinitions(ds: Seq[Definition], topLevel: Boolean): Unit

    Permalink
  28. def hashDefinitionsWithExtraHashes(ds: Seq[(Definition, Hash)]): Unit

    Permalink

    Hashes a sequence of definitions by combining each definition's own hash with extra one supplied as first element of a pair.

    Hashes a sequence of definitions by combining each definition's own hash with extra one supplied as first element of a pair.

    It's useful when one wants to influence hash of a definition by some external (to definition) factor (e.g. location of definition).

    NOTE: This method doesn't perform any filtering of passed definitions.

  29. def hashExistential(e: Existential): Unit

    Permalink
  30. def hashField(f: FieldLike): Unit

    Permalink
  31. def hashIdPath(id: Id): Unit

    Permalink
  32. def hashModifiers(m: Modifiers): Unit

    Permalink
  33. def hashPackage(p: Package): Unit

    Permalink
  34. def hashParameterRef(p: ParameterRef): Unit

    Permalink
  35. def hashParameterized(p: Parameterized): Unit

    Permalink
  36. def hashParameterizedDefinition[T <: ParameterizedDefinition](d: T): Unit

    Permalink
  37. def hashParameters(parameters: Seq[TypeParameter], base: Type): Unit

    Permalink
  38. def hashPath(path: Path): Unit

    Permalink
  39. def hashPathComponent(pc: PathComponent): Unit

    Permalink
  40. def hashPolymorphic(p: Polymorphic): Unit

    Permalink
  41. def hashProjection(p: Projection): Unit

    Permalink
  42. def hashQualified(qual: Qualified): Unit

    Permalink
  43. def hashQualifier(qual: Qualifier): Unit

    Permalink
  44. final def hashSeq[T](s: Seq[T], hashF: (T) ⇒ Unit): Unit

    Permalink
    Annotations
    @inline()
  45. def hashSingleton(s: Singleton): Unit

    Permalink
  46. final def hashString(s: String): Unit

    Permalink
    Annotations
    @inline()
  47. final def hashStructure(structure: Structure, includeDefinitions: Boolean): Unit

    Permalink
  48. def hashStructure0(structure: Structure, includeDefinitions: Boolean): Unit

    Permalink
  49. def hashSuperPath(s: Super): Unit

    Permalink
  50. final def hashSymmetric[T](ts: TraversableOnce[T], hashF: (T) ⇒ Unit): Unit

    Permalink
  51. def hashType(t: Type, includeDefinitions: Boolean = true): Unit

    Permalink
  52. def hashTypeAlias(d: TypeAlias): Unit

    Permalink
  53. def hashTypeDeclaration(d: TypeDeclaration): Unit

    Permalink
  54. def hashTypeParameter(parameter: TypeParameter): Unit

    Permalink
  55. def hashTypeParameters(parameters: Seq[TypeParameter]): Unit

    Permalink
  56. def hashTypes(ts: Seq[Type], includeDefinitions: Boolean = true): Unit

    Permalink
  57. def hashValueParameter(parameter: MethodParameter): Unit

    Permalink
  58. def hashValueParameterList(list: ParameterList): Unit

    Permalink
  59. def hashValueParameters(valueParameters: Seq[ParameterList]): Unit

    Permalink
  60. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  66. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped