object sourceFeatures extends MultiChoiceEnumeration
- Source
- ScalaSettings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- sourceFeatures
- 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 any2StringAdd: Choice
- final def apply(x: Int): Value
- Definition Classes
- Enumeration
- val caseApplyCopyAccess: Choice
- val caseCompanionFunction: Choice
- val caseCopyByName: Choice
- val doubleDefinitions: Choice
- val implicitResolution: Choice
- val inferOverride: Choice
- val leadingInfix: Choice
- final def maxId: Int
- Definition Classes
- Enumeration
- val packagePrefixImplicits: Choice
- val stringContextScope: Choice
- def toString(): String
- Definition Classes
- Enumeration → AnyRef → Any
- val unicodeEscapesRaw: Choice
- val v13_13: Choice
- val v13_13_choices: collection.immutable.List[Choice]
- val v13_14: Choice
- val v13_14_choices: collection.immutable.List[Choice]
- val v13_15: Choice
- val v13_15_choices: collection.immutable.List[Choice]
- def values: ValueSet
- Definition Classes
- Enumeration
- def wildcardChoices: ValueSet
- Definition Classes
- 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.