Packages

class UnusedPrivates extends Global.Traverser

Source
TypeDiagnostics.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnusedPrivates
  2. Traverser
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new UnusedPrivates()

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 (TypeDiagnostics.this)#UnusedPrivates toany2stringadd[(TypeDiagnostics.this)#UnusedPrivates] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): ((TypeDiagnostics.this)#UnusedPrivates, B)
    Implicit
    This member is added by an implicit conversion from (TypeDiagnostics.this)#UnusedPrivates toArrowAssoc[(TypeDiagnostics.this)#UnusedPrivates] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addPatVar(t: Global.Tree): ListBuffer[Global.Tree]
  7. val annots: Set[Global.AnnotationInfo]
  8. def apply[T <: Global.Tree](tree: T): T
    Definition Classes
    Traverser
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def atOwner(owner: Global.Symbol)(traverse: => Unit): Unit
    Definition Classes
    Traverser
  11. def checkNowarn(tree: Global.Tree): Unit
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. var currentOwner: Global.Symbol
    Attributes
    protected[scala]
    Definition Classes
    Traverser
  14. val defnTrees: ListBuffer[Global.MemberDef]
  15. def descend(annot: Global.AnnotationInfo): Unit
  16. def ensuring(cond: ((TypeDiagnostics.this)#UnusedPrivates) => Boolean, msg: => Any): (TypeDiagnostics.this)#UnusedPrivates
    Implicit
    This member is added by an implicit conversion from (TypeDiagnostics.this)#UnusedPrivates toEnsuring[(TypeDiagnostics.this)#UnusedPrivates] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: ((TypeDiagnostics.this)#UnusedPrivates) => Boolean): (TypeDiagnostics.this)#UnusedPrivates
    Implicit
    This member is added by an implicit conversion from (TypeDiagnostics.this)#UnusedPrivates toEnsuring[(TypeDiagnostics.this)#UnusedPrivates] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: => Any): (TypeDiagnostics.this)#UnusedPrivates
    Implicit
    This member is added by an implicit conversion from (TypeDiagnostics.this)#UnusedPrivates toEnsuring[(TypeDiagnostics.this)#UnusedPrivates] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): (TypeDiagnostics.this)#UnusedPrivates
    Implicit
    This member is added by an implicit conversion from (TypeDiagnostics.this)#UnusedPrivates toEnsuring[(TypeDiagnostics.this)#UnusedPrivates] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def handleRefTree(t: Global.RefTree): Unit
  25. def handleTreeType(t: Global.Tree): Unit
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. val ignore: Set[Global.Symbol]
  28. def inDefinedAt(p: Global.Symbol): Boolean
  29. def isEffectivelyPrivate(sym: Global.Symbol): Boolean
  30. def isExisting(sym: Global.Symbol): Boolean
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def isSuppressed(sym: Global.Symbol): Boolean
  33. def isSyntheticWarnable(sym: Global.Symbol): Boolean
  34. def isTrivial(rhs: Global.Tree): Boolean
  35. def isUnusedParam(m: Global.Symbol): Boolean
  36. def isUnusedTerm(m: Global.Symbol): Boolean
  37. def isUnusedType(m: Global.Symbol): Boolean
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. val params: Set[Global.Symbol]
  42. val patvars: ListBuffer[Global.Tree]
  43. def qualifies(sym: Global.Symbol): Boolean
  44. def qualifiesTerm(sym: Global.Symbol): Boolean
  45. def qualifiesType(sym: Global.Symbol): Boolean
  46. def recordReference(sym: Global.Symbol): Unit
  47. val setVars: Set[Global.Symbol]
  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. val targets: Set[Global.Symbol]
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. def traverse(t: Global.Tree): Unit
    Definition Classes
    UnusedPrivates → Traverser
  52. def traverseAnnotations(annots: List[Global.Tree]): Unit
    Definition Classes
    Traverser
  53. def traverseCases(cases: List[Global.CaseDef]): Unit
    Definition Classes
    Traverser
  54. def traverseConstant(c: Global.Constant): Unit
    Definition Classes
    Traverser
  55. def traverseGuard(guard: Global.Tree): Unit
    Definition Classes
    Traverser
  56. def traverseImportSelector(sel: Global.ImportSelector): Unit
    Definition Classes
    Traverser
  57. def traverseModifiers(mods: Global.Modifiers): Unit
    Definition Classes
    Traverser
  58. def traverseName(name: Global.Name): Unit
    Definition Classes
    Traverser
  59. def traverseParams(params: List[Global.Tree]): Unit
    Definition Classes
    Traverser
  60. def traverseParamss(vparamss: List[List[Global.Tree]]): Unit
    Definition Classes
    Traverser
  61. def traverseParents(parents: List[Global.Tree]): Unit
    Definition Classes
    Traverser
  62. def traversePattern(pat: Global.Tree): Unit
    Definition Classes
    Traverser
  63. def traverseSelfType(self: Global.ValDef): Unit
    Definition Classes
    Traverser
  64. def traverseStats(stats: List[Global.Tree], exprOwner: Global.Symbol): Unit
    Definition Classes
    Traverser
  65. def traverseTrees(trees: List[Global.Tree]): Unit
    Definition Classes
    Traverser
  66. def traverseTreess(treess: List[List[Global.Tree]]): Unit
    Definition Classes
    Traverser
  67. def traverseTypeArgs(args: List[Global.Tree]): Unit
    Definition Classes
    Traverser
  68. def traverseTypeAscription(tpt: Global.Tree): Unit
    Definition Classes
    Traverser
  69. val treeTypes: Set[Global.Type]
  70. def unsetVars: collection.Iterator[Global.Symbol]
  71. def unusedParams: collection.Iterator[Global.Symbol]
  72. def unusedPatVars: collection.Iterator[Global.Tree]
  73. def unusedTerms: collection.Iterator[Global.MemberDef]
  74. def unusedTypes: collection.Iterator[Global.MemberDef]
  75. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  76. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  77. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from (TypeDiagnostics.this)#UnusedPrivates toStringFormat[(TypeDiagnostics.this)#UnusedPrivates] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): ((TypeDiagnostics.this)#UnusedPrivates, B)
    Implicit
    This member is added by an implicit conversion from (TypeDiagnostics.this)#UnusedPrivates toArrowAssoc[(TypeDiagnostics.this)#UnusedPrivates] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Global.Traverser

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from(TypeDiagnostics.this)#UnusedPrivates to any2stringadd[(TypeDiagnostics.this)#UnusedPrivates]

Inherited by implicit conversion StringFormat from(TypeDiagnostics.this)#UnusedPrivates to StringFormat[(TypeDiagnostics.this)#UnusedPrivates]

Inherited by implicit conversion Ensuring from(TypeDiagnostics.this)#UnusedPrivates to Ensuring[(TypeDiagnostics.this)#UnusedPrivates]

Inherited by implicit conversion ArrowAssoc from(TypeDiagnostics.this)#UnusedPrivates to ArrowAssoc[(TypeDiagnostics.this)#UnusedPrivates]

Ungrouped