object optChoices extends MutableSettings.MultiChoiceEnumeration
- Source
- ScalaSettings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- optChoices
- 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
-
final
def
apply(x: Int): Value
- Definition Classes
- Enumeration
- val boxUnbox: Choice
- val closureInvocations: Choice
- val compactLocals: Choice
- val copyPropagation: Choice
- val inline: Choice
- val lClasspath: Choice
- val lDefault: Choice
- val lInline: Choice
- val lMethod: Choice
- val lNone: Choice
- val lProject: Choice
-
final
def
maxId: Int
- Definition Classes
- Enumeration
- val nullnessTracking: Choice
- val redundantCasts: Choice
- val simplifyJumps: Choice
-
def
toString(): String
- Definition Classes
- Enumeration → AnyRef → Any
- val unreachableCode: Choice
-
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.