c

xsbti.api

AnalyzedClass

final class AnalyzedClass extends Serializable

This code is generated using sbt-contraband.

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

Instance Constructors

  1. new AnalyzedClass(_compilationTimestamp: Long, _name: String, _api: Lazy[Companions], _apiHash: Int, _nameHashes: Array[NameHash], _hasMacro: Boolean, _extraHash: Int, _provenance: String)
    Attributes
    protected[api]
  2. new AnalyzedClass(_compilationTimestamp: Long, _name: String, _api: Lazy[Companions], _apiHash: Int, _nameHashes: Array[NameHash], _hasMacro: Boolean, _extraHash: Int)
    Attributes
    protected[api]
  3. new AnalyzedClass(_compilationTimestamp: Long, _name: String, _api: Lazy[Companions], _apiHash: Int, _nameHashes: Array[NameHash], _hasMacro: Boolean)
    Attributes
    protected[api]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def api(): Companions
  5. def apiHash(): Int
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def compilationTimestamp(): Long
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(obj: Any): Boolean
    Definition Classes
    AnalyzedClass → AnyRef → Any
  11. def extraHash(): Int
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hasMacro(): Boolean
  15. def hashCode(): Int
    Definition Classes
    AnalyzedClass → AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def name(): String
  18. def nameHashes(): Array[NameHash]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def provenance(): String

    An identifier of the 'provenance' of a class, such as the jar that contained it.

    An identifier of the 'provenance' of a class, such as the jar that contained it. Combined with a way to tell if the provenance has changed, it can be used to short-circuit the 'lookupAnalyzedClass' operation.

  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnalyzedClass → AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. def withApi(api: Lazy[Companions]): AnalyzedClass
  29. def withApiHash(apiHash: Int): AnalyzedClass
  30. def withCompilationTimestamp(compilationTimestamp: Long): AnalyzedClass
  31. def withExtraHash(extraHash: Int): AnalyzedClass
  32. def withHasMacro(hasMacro: Boolean): AnalyzedClass
  33. def withName(name: String): AnalyzedClass
  34. def withNameHashes(nameHashes: Array[NameHash]): AnalyzedClass
  35. def withProvenance(provenance: String): AnalyzedClass

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped