class UnusedPrivates extends Global.Traverser
- Alphabetic
- By Inheritance
- UnusedPrivates
- Traverser
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new UnusedPrivates()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- 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
- 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()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[T <: Global.Tree](tree: T): T
- Definition Classes
- Traverser
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def atOwner(owner: Global.Symbol)(traverse: => Unit): Unit
- Definition Classes
- Traverser
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- var currentOwner: Global.Symbol
- Attributes
- protected[scala]
- Definition Classes
- Traverser
- def defnSymbols: collection.immutable.List[Global.Symbol]
- val defnTrees: ListBuffer[Global.MemberDef]
- 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
- 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
- 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
- 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
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def inDefinedAt(p: Global.Symbol): Boolean
- def isEffectivelyPrivate(sym: Global.Symbol): Boolean
- def isExisting(sym: Global.Symbol): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSuppressed(sym: Global.Symbol): Boolean
- def isSyntheticWarnable(sym: Global.Symbol): Boolean
- def isUnusedParam(m: Global.Symbol): Boolean
- def isUnusedTerm(m: Global.Symbol): Boolean
- def isUnusedType(m: Global.Symbol): Boolean
- def localVars: collection.immutable.List[Global.Symbol]
- 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()
- val params: Set[Global.Symbol]
- val patvars: Set[Global.Symbol]
- def qualifies(sym: Global.Symbol): Boolean
- def qualifiesTerm(sym: Global.Symbol): Boolean
- def qualifiesType(sym: Global.Symbol): Boolean
- val setVars: Set[Global.Symbol]
- def sympos(s: Global.Symbol): Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val targets: Set[Global.Symbol]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def traverse(t: Global.Tree): Unit
- Definition Classes
- UnusedPrivates → Traverser
- def traverseAnnotations(annots: List[Global.Tree]): Unit
- Definition Classes
- Traverser
- def traverseCases(cases: List[Global.CaseDef]): Unit
- Definition Classes
- Traverser
- def traverseConstant(c: Global.Constant): Unit
- Definition Classes
- Traverser
- def traverseGuard(guard: Global.Tree): Unit
- Definition Classes
- Traverser
- def traverseImportSelector(sel: Global.ImportSelector): Unit
- Definition Classes
- Traverser
- def traverseModifiers(mods: Global.Modifiers): Unit
- Definition Classes
- Traverser
- def traverseName(name: Global.Name): Unit
- Definition Classes
- Traverser
- def traverseParams(params: List[Global.Tree]): Unit
- Definition Classes
- Traverser
- def traverseParamss(vparamss: List[List[Global.Tree]]): Unit
- Definition Classes
- Traverser
- def traverseParents(parents: List[Global.Tree]): Unit
- Definition Classes
- Traverser
- def traversePattern(pat: Global.Tree): Unit
- Definition Classes
- Traverser
- def traverseSelfType(self: Global.ValDef): Unit
- Definition Classes
- Traverser
- def traverseStats(stats: List[Global.Tree], exprOwner: Global.Symbol): Unit
- Definition Classes
- Traverser
- def traverseTrees(trees: List[Global.Tree]): Unit
- Definition Classes
- Traverser
- def traverseTreess(treess: List[List[Global.Tree]]): Unit
- Definition Classes
- Traverser
- def traverseTypeArgs(args: List[Global.Tree]): Unit
- Definition Classes
- Traverser
- def traverseTypeAscription(tpt: Global.Tree): Unit
- Definition Classes
- Traverser
- val treeTypes: Set[Global.Type]
- def treepos(t: Global.Tree): Int
- def unsetVars: collection.immutable.List[Global.Symbol]
- def unusedParams: collection.immutable.List[Global.Symbol]
- def unusedPatVars: collection.immutable.List[Global.Symbol]
- def unusedTerms: collection.immutable.List[Global.MemberDef]
- def unusedTypes: collection.immutable.List[Global.MemberDef]
- 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()
Deprecated Value Members
- 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 ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- 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.
The Scala compiler and reflection APIs.