c

scalafix.v0

Denotation

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])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    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)
    Implicit
    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
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def ensuring(cond: (Denotation) ⇒ Boolean, msg: ⇒ Any): Denotation
    Implicit
    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
    Implicit
    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
    Implicit
    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
    Implicit
    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
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def flagStructure: String
    Attributes
    protected
    Definition Classes
    HasFlags
  15. def flagSyntax: String
    Attributes
    protected
    Definition Classes
    HasFlags
  16. val flags: Long
    Definition Classes
    DenotationHasFlags
  17. def formatted(fmtstr: String): String
    Implicit
    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[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hasFlag(flag: Long): Boolean
    Definition Classes
    HasFlags
  20. def isAbstract: Boolean
    Definition Classes
    HasFlags
  21. def isCase: Boolean
    Definition Classes
    HasFlags
  22. def isClass: Boolean
    Definition Classes
    HasFlags
  23. def isContravariant: Boolean
    Definition Classes
    HasFlags
  24. def isCovariant: Boolean
    Definition Classes
    HasFlags
  25. def isCtor: Boolean
    Definition Classes
    HasFlags
  26. def isEnum: Boolean
    Definition Classes
    HasFlags
  27. def isField: Boolean
    Definition Classes
    HasFlags
  28. def isFinal: Boolean
    Definition Classes
    HasFlags
  29. def isImplicit: Boolean
    Definition Classes
    HasFlags
  30. def isInline: Boolean
    Definition Classes
    HasFlags
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def isInterface: Boolean
    Definition Classes
    HasFlags
  33. def isJavaDefined: Boolean
    Definition Classes
    HasFlags
  34. def isLazy: Boolean
    Definition Classes
    HasFlags
  35. def isLocal: Boolean
    Definition Classes
    HasFlags
  36. def isMacro: Boolean
    Definition Classes
    HasFlags
  37. def isMethod: Boolean
    Definition Classes
    HasFlags
  38. def isObject: Boolean
    Definition Classes
    HasFlags
  39. def isPackage: Boolean
    Definition Classes
    HasFlags
  40. def isPackageObject: Boolean
    Definition Classes
    HasFlags
  41. def isParam: Boolean
    Definition Classes
    HasFlags
  42. def isPrimary: Boolean
    Definition Classes
    HasFlags
  43. def isPrivate: Boolean
    Definition Classes
    HasFlags
  44. def isProtected: Boolean
    Definition Classes
    HasFlags
  45. def isSealed: Boolean
    Definition Classes
    HasFlags
  46. def isSelfParam: Boolean
    Definition Classes
    HasFlags
  47. def isStatic: Boolean
    Definition Classes
    HasFlags
  48. def isTrait: Boolean
    Definition Classes
    HasFlags
  49. def isType: Boolean
    Definition Classes
    HasFlags
  50. def isTypeParam: Boolean
    Definition Classes
    HasFlags
  51. def isVal: Boolean
    Definition Classes
    HasFlags
  52. def isVar: Boolean
    Definition Classes
    HasFlags
  53. val name: String
  54. val names: List[ResolvedName]
  55. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  56. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  57. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  58. val signature: String
  59. def structure: String
  60. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  61. def syntax: String
  62. def toString(): String
    Definition Classes
    Denotation → AnyRef → Any
  63. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  66. def [B](y: B): (Denotation, B)
    Implicit
    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: String
    Implicit
    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
  2. def structure: String
    Implicit
    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
  3. def structureLabeled(printWidth: Int): String
    Implicit
    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
  4. def structureLabeled: String
    Implicit
    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
  5. def structureLabeled(printWidth: Int): String
    Implicit
    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
  6. def structureLabeled: String
    Implicit
    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
  7. def structureWidth(printWidth: Int): String
    Implicit
    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).structureWidth(printWidth)
    Definition Classes
    XtensionScalafixProductInspect
  8. def structureWidth(printWidth: Int): String
    Implicit
    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).structureWidth(printWidth)
    Definition Classes
    XtensionScalafixProductInspect

Deprecated Value Members

  1. def structure(printWidth: Int): String
    Implicit
    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
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.7) use structureWidth instead

  2. def structure(printWidth: Int): String
    Implicit
    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
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.7) use structureWidth instead

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