final class HashAPI extends AnyRef
Implements hashing of public API.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HashAPI
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new HashAPI(includePrivate: Boolean, includeParamNames: Boolean)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def extend(a: Hash): Unit
- Annotations
- @inline()
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def finalizeHash: Hash
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashAPI(c: ClassLike): Unit
- def hashAccess(a: Access): Unit
- def hashAnnotated(a: Annotated): Unit
- def hashAnnotation(annotation: Annotation): Unit
- def hashAnnotationArgument(arg: AnnotationArgument): Unit
- def hashAnnotationArguments(args: Array[AnnotationArgument]): Unit
- def hashAnnotations(annotations: Array[Annotation]): Unit
- final def hashArray[T <: AnyRef](s: Array[T], hashF: (T) => Unit): Unit
- Annotations
- @inline()
- final def hashBoolean(b: Boolean): Unit
- final def hashClass(c: ClassLike): Unit
- def hashClass0(c: ClassLike): Unit
- final def hashClassDef(c: ClassLikeDef): Unit
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashConstant(c: Constant): Unit
- def hashDef(d: Def): Unit
- def hashDefinition(d: Definition): Unit
- def hashDefinitions(ds: Seq[Definition], topLevel: Boolean, isTrait: Boolean): Unit
- def hashDefinitionsWithExtraHash(ds: TraversableOnce[Definition], extraHash: Hash): Unit
Hashes a sequence of definitions by combining each definition's own hash with extra one supplied.
Hashes a sequence of definitions by combining each definition's own hash with extra one supplied.
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.
- def hashExistential(e: Existential): Unit
- def hashField(f: FieldLike): Unit
- def hashIdPath(id: Id): Unit
- def hashModifiers(m: Modifiers): Unit
- def hashPackage(p: Package): Unit
- def hashParameterRef(p: ParameterRef): Unit
- def hashParameterized(p: Parameterized): Unit
- def hashParameterizedDefinition[T <: ParameterizedDefinition](d: T): Unit
- def hashParameters(parameters: Array[TypeParameter], base: Type): Unit
- def hashPath(path: Path): Unit
- def hashPathComponent(pc: PathComponent): Unit
- def hashPolymorphic(p: Polymorphic): Unit
- def hashProjection(p: Projection): Unit
- def hashQualified(qual: Qualified): Unit
- def hashQualifier(qual: Qualifier): Unit
- def hashSingleton(s: Singleton): Unit
- final def hashString(s: String): Unit
- def hashStructure(structure: Structure, includeDefinitions: Boolean, isTrait: Boolean): Unit
- def hashStructure0(structure: Structure, includeDefinitions: Boolean, isTrait: Boolean): Unit
- def hashSuperPath(s: Super): Unit
- final def hashSymmetric[T](ts: TraversableOnce[T], hashF: (T) => Unit): Unit
- def hashType(t: Type, includeDefinitions: Boolean = true): Unit
- def hashTypeAlias(d: TypeAlias): Unit
- def hashTypeDeclaration(d: TypeDeclaration): Unit
- def hashTypeParameter(parameter: TypeParameter): Unit
- def hashTypeParameters(parameters: Array[TypeParameter]): Unit
- def hashTypes(ts: Array[Type], includeDefinitions: Boolean = true): Unit
- def hashTypesSymmetric(ts: Array[Type], includeDefinitions: Boolean = true): Unit
- def hashValueParameter(parameter: MethodParameter): Unit
- def hashValueParameterList(list: ParameterList): Unit
- def hashValueParameters(valueParameters: Array[ParameterList]): Unit
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()