org.kiama.example.imperative

Generator

trait Generator extends AnyRef

ScalaCheck generators for programs in the imperative language.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Generator
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. implicit def arbAsgn : Arbitrary[Asgn]

    Attributes
    implicit
  7. implicit def arbExp : Arbitrary[Exp]

    Attributes
    implicit
  8. implicit def arbNum : Arbitrary[Num]

    Attributes
    implicit
  9. implicit def arbSeqn : Arbitrary[Seqn]

    Attributes
    implicit
  10. implicit def arbStmt : Arbitrary[Stmt]

    Attributes
    implicit
  11. implicit def arbWhile : Arbitrary[While]

    Attributes
    implicit
  12. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  13. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  15. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def genAdd (sz: Int): Gen[Add]

  18. def genAsgn (sz: Int): Gen[Asgn]

  19. def genDiv (sz: Int): Gen[Div]

  20. val genDouble : Gen[Num]

  21. def genExp (sz: Int): Gen[Exp]

  22. val genIdn : Gen[String]

  23. val genInteger : Gen[Num]

  24. def genInternalExp (sz: Int): Gen[Binary with Serializable]

  25. def genInternalStmt (sz: Int): Gen[Stmt]

  26. val genLeafExp : Gen[Exp with Serializable]

  27. val genLeafStmt : Gen[Null]

  28. def genMul (sz: Int): Gen[Mul]

  29. def genNeg (sz: Int): Gen[Neg]

  30. val genNum : Gen[Num]

  31. def genSeqn (sz: Int): Gen[Seqn]

  32. def genStmt (sz: Int): Gen[Stmt]

  33. def genSub (sz: Int): Gen[Sub]

  34. val genVar : Gen[Var]

  35. def genWhile (sz: Int): Gen[While]

  36. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  37. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  38. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  39. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  40. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  41. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  42. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  43. def toString (): String

    Definition Classes
    AnyRef → Any
  44. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  45. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  46. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any