object checkUnused
Ordering
- Alphabetic
- By Inheritance
Inherited
- checkUnused
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class UnusedPrivates extends Global.Traverser
Value Members
- def apply(unit: Global.CompilationUnit): Unit
- val ignoreNames: Set[Global.TermName]
- def run(unusedPrivates: UnusedPrivates)(body: Global.Tree): Unit
- object checkMacroExpandee extends UnusedPrivates
- object skipMacroCall extends UnusedPrivates
- object skipMacroExpansion extends UnusedPrivates
The Scala compiler and reflection APIs.