Class

scalafix.v0

Denotation

Related Doc: package v0

Permalink

final case class Denotation(flags: Long, name: String, signature: String, names: List[ResolvedName]) extends HasFlags with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Denotation
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. HasFlags
  7. AnyRef
  8. Any
Implicitly
  1. by XtensionScalafixProductInspect
  2. by XtensionScalafixProductInspect
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Denotation(flags: Long, name: String, signature: String, names: List[ResolvedName])

    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 Denotation to any2stringadd[Denotation] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Denotation, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Denotation to ArrowAssoc[Denotation] 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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def ensuring(cond: (Denotation) ⇒ Boolean, msg: ⇒ Any): Denotation

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Denotation to Ensuring[Denotation] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def flagStructure: String

    Permalink
    Attributes
    protected
    Definition Classes
    HasFlags
  15. def flagSyntax: String

    Permalink
    Attributes
    protected
    Definition Classes
    HasFlags
  16. val flags: Long

    Permalink
    Definition Classes
    DenotationHasFlags
  17. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Denotation to StringFormat[Denotation] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hasFlag(flag: Long): Boolean

    Permalink
    Definition Classes
    HasFlags
  20. def isAbstract: Boolean

    Permalink
    Definition Classes
    HasFlags
  21. def isCase: Boolean

    Permalink
    Definition Classes
    HasFlags
  22. def isClass: Boolean

    Permalink
    Definition Classes
    HasFlags
  23. def isContravariant: Boolean

    Permalink
    Definition Classes
    HasFlags
  24. def isCovariant: Boolean

    Permalink
    Definition Classes
    HasFlags
  25. def isCtor: Boolean

    Permalink
    Definition Classes
    HasFlags
  26. def isEnum: Boolean

    Permalink
    Definition Classes
    HasFlags
  27. def isField: Boolean

    Permalink
    Definition Classes
    HasFlags
  28. def isFinal: Boolean

    Permalink
    Definition Classes
    HasFlags
  29. def isImplicit: Boolean

    Permalink
    Definition Classes
    HasFlags
  30. def isInline: Boolean

    Permalink
    Definition Classes
    HasFlags
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def isInterface: Boolean

    Permalink
    Definition Classes
    HasFlags
  33. def isJavaDefined: Boolean

    Permalink
    Definition Classes
    HasFlags
  34. def isLazy: Boolean

    Permalink
    Definition Classes
    HasFlags
  35. def isLocal: Boolean

    Permalink
    Definition Classes
    HasFlags
  36. def isMacro: Boolean

    Permalink
    Definition Classes
    HasFlags
  37. def isMethod: Boolean

    Permalink
    Definition Classes
    HasFlags
  38. def isObject: Boolean

    Permalink
    Definition Classes
    HasFlags
  39. def isPackage: Boolean

    Permalink
    Definition Classes
    HasFlags
  40. def isPackageObject: Boolean

    Permalink
    Definition Classes
    HasFlags
  41. def isParam: Boolean

    Permalink
    Definition Classes
    HasFlags
  42. def isPrimary: Boolean

    Permalink
    Definition Classes
    HasFlags
  43. def isPrivate: Boolean

    Permalink
    Definition Classes
    HasFlags
  44. def isProtected: Boolean

    Permalink
    Definition Classes
    HasFlags
  45. def isSealed: Boolean

    Permalink
    Definition Classes
    HasFlags
  46. def isSelfParam: Boolean

    Permalink
    Definition Classes
    HasFlags
  47. def isStatic: Boolean

    Permalink
    Definition Classes
    HasFlags
  48. def isTrait: Boolean

    Permalink
    Definition Classes
    HasFlags
  49. def isType: Boolean

    Permalink
    Definition Classes
    HasFlags
  50. def isTypeParam: Boolean

    Permalink
    Definition Classes
    HasFlags
  51. def isVal: Boolean

    Permalink
    Definition Classes
    HasFlags
  52. def isVar: Boolean

    Permalink
    Definition Classes
    HasFlags
  53. val name: String

    Permalink
  54. val names: List[ResolvedName]

    Permalink
  55. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  58. val signature: String

    Permalink
  59. def structure: String

    Permalink
  60. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  61. def syntax: String

    Permalink
  62. def toString(): String

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

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

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

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

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

Shadowed Implicit Value Members

  1. def structure(printWidth: Int): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Denotation to v0.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (denotation: v0.XtensionScalafixProductInspect).structure(printWidth)
    Definition Classes
    XtensionScalafixProductInspect
  2. def structure: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Denotation to v0.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (denotation: v0.XtensionScalafixProductInspect).structure
    Definition Classes
    XtensionScalafixProductInspect
  3. def structure(printWidth: Int): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Denotation to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (denotation: scalafix.XtensionScalafixProductInspect).structure(printWidth)
    Definition Classes
    XtensionScalafixProductInspect
  4. def structure: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Denotation to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (denotation: scalafix.XtensionScalafixProductInspect).structure
    Definition Classes
    XtensionScalafixProductInspect
  5. def structureLabeled(printWidth: Int): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Denotation to v0.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (denotation: v0.XtensionScalafixProductInspect).structureLabeled(printWidth)
    Definition Classes
    XtensionScalafixProductInspect
  6. def structureLabeled: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Denotation to v0.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (denotation: v0.XtensionScalafixProductInspect).structureLabeled
    Definition Classes
    XtensionScalafixProductInspect
  7. def structureLabeled(printWidth: Int): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Denotation to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (denotation: scalafix.XtensionScalafixProductInspect).structureLabeled(printWidth)
    Definition Classes
    XtensionScalafixProductInspect
  8. def structureLabeled: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Denotation to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (denotation: scalafix.XtensionScalafixProductInspect).structureLabeled
    Definition Classes
    XtensionScalafixProductInspect

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HasFlags

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion XtensionScalafixProductInspect from Denotation to v0.XtensionScalafixProductInspect

Inherited by implicit conversion XtensionScalafixProductInspect from Denotation to scalafix.XtensionScalafixProductInspect

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

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

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

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

Ungrouped