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. Generator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

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

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

  7. implicit def arbExp: Arbitrary[Exp]

  8. implicit def arbNum: Arbitrary[Num]

  9. implicit def arbSeqn: Arbitrary[Seqn]

  10. implicit def arbStmt: Arbitrary[Stmt]

  11. implicit def arbWhile: Arbitrary[While]

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.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[Exp]

  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. final def getClass(): Class[_]

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

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

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

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

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

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

    Definition Classes
    AnyRef
  43. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped