object BuiltinMutators
The object that manages all built-in token mutators
- Alphabetic
- By Inheritance
- BuiltinMutators
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val all: Seq[TokenMutator]
Sequence of all built-in token mutators
- final def apply(mutationLevels: Seq[Int]): Seq[TokenMutator]
- final def apply(mutationLevel: Int): Seq[TokenMutator]
- final def apply(className: String): TokenMutator
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def atLevel(mutationLevel: Int): Seq[TokenMutator]
Get all the token mutators in the given mutation level
Get all the token mutators in the given mutation level
- mutationLevel
Mutation level number
- returns
Sequence of all the tokens mutators in that level, if any
- def atLevels(mutationLevels: Seq[Int]): Seq[TokenMutator]
Get all the token mutators in the given mutation levels
Get all the token mutators in the given mutation levels
- mutationLevels
Mutation level numbers
- returns
Sequence of all the tokens mutators in that levels, if any
- lazy val byLevel: Map[Int, Seq[TokenMutator]]
Map from mutation level number to token mutators in that level
- lazy val byName: Map[String, TokenMutator]
Map from mutator class name to the associating token mutator
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def level(mutationLevel: Int): Seq[TokenMutator]
- Annotations
- @deprecated
- Deprecated
(Since version v0.6.0) This member is deprecated and will be removed in a later version. Use
BuiltinMutators.atLevel
instead.
- lazy val levels: Map[Int, Seq[TokenMutator]]
- Annotations
- @deprecated
- Deprecated
(Since version v0.6.0) This member is deprecated and will be removed in a later version. Use
BuiltinMutators.byLevel
instead.