object UnusedWarnings extends MultiChoiceEnumeration
- Source
- Warnings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnusedWarnings
- MultiChoiceEnumeration
- Enumeration
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
case class
Choice(name: String, help: String = "", expandsTo: List[Choice] = Nil) extends Val with Product with Serializable
- Definition Classes
- MultiChoiceEnumeration
-
abstract
class
Value extends Ordered[Value] with Serializable
- Definition Classes
- Enumeration
- Annotations
- @SerialVersionUID()
-
class
ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable
- Definition Classes
- Enumeration
Value Members
- val Explicits: Choice
- val Implicits: Choice
- val Imports: Choice
- val Linted: Choice
- val Locals: Choice
- val Params: Choice
- val PatVars: Choice
- val Privates: Choice
-
final
def
apply(x: Int): Value
- Definition Classes
- Enumeration
-
final
def
maxId: Int
- Definition Classes
- Enumeration
-
def
toString(): String
- Definition Classes
- Enumeration → AnyRef → Any
-
def
values: ValueSet
- Definition Classes
- Enumeration
-
final
def
withName(s: String): Value
- Definition Classes
- Enumeration
-
object
ValueSet extends Serializable
- Definition Classes
- Enumeration
The Scala compiler and reflection APIs.