class UnusedPrivates extends Global.Traverser
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnusedPrivates
- Traverser
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
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 to any2stringadd[(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 to ArrowAssoc[(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( ... ) @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 to Ensuring[(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 to Ensuring[(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 to Ensuring[(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 to Ensuring[(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: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from (TypeDiagnostics.this)#UnusedPrivates to StringFormat[(TypeDiagnostics.this)#UnusedPrivates] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- 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 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
→[B](y: B): ((TypeDiagnostics.this)#UnusedPrivates, B)
- Implicit
- This member is added by an implicit conversion from (TypeDiagnostics.this)#UnusedPrivates to ArrowAssoc[(TypeDiagnostics.this)#UnusedPrivates] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
The Scala compiler and reflection APIs.