object optChoices extends MultiChoiceEnumeration
- Source
- ScalaSettings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- optChoices
- MultiChoiceEnumeration
- Enumeration
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Choice(name: String, help: String = "", expandsTo: List[Choice] = Nil, requiresSelections: Boolean = false) 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 SortedSetOps[Value, SortedSet, ValueSet] with StrictOptimizedIterableOps[Value, Set, ValueSet] with Serializable
- Definition Classes
- Enumeration
- Annotations
- @SerialVersionUID()
Value Members
- val allowSkipClassLoading: Choice
- val allowSkipCoreModuleInit: Choice
- final def apply(x: Int): Value
- Definition Classes
- Enumeration
- val assumeModulesNonNull: Choice
- val boxUnbox: Choice
- val closureInvocations: Choice
- val compactLocals: Choice
- val copyPropagation: Choice
- val defaultOptimizations: collection.immutable.List[Choice]
- val ell: Choice
- val inlineFrom: Choice
- val lDefault: Choice
- val lMethod: Choice
- val lNone: Choice
- val localOptimizations: collection.immutable.List[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
- def wildcardChoices: ValueSet
- Definition Classes
- optChoices → MultiChoiceEnumeration
- final def withName(s: String): Value
- Definition Classes
- Enumeration
- implicit object ValueOrdering extends Ordering[Value]
- Definition Classes
- Enumeration
- object ValueSet extends SpecificIterableFactory[Value, ValueSet] with java.io.Serializable
- Definition Classes
- Enumeration
- Annotations
- @SerialVersionUID()
The Scala compiler and reflection APIs.