org.kiama.example.imperative

Generator

trait Generator extends AnyRef

ScalaCheck generators for programs in the imperative language.

Source
ImperativeTests.scala
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: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. implicit def arbAsgn: Arbitrary[Asgn]

  5. implicit def arbExp: Arbitrary[Exp]

  6. implicit def arbNum: Arbitrary[Num]

  7. implicit def arbSeqn: Arbitrary[Seqn]

  8. implicit def arbStmt: Arbitrary[Stmt]

  9. implicit def arbWhile: Arbitrary[While]

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

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

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

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

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

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

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

  18. val genDouble: Gen[Num]

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

  20. val genIdn: Gen[String]

  21. val genInteger: Gen[Num]

  22. def genInternalExp(sz: Int): Gen[Exp]

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

  24. val genLeafExp: Gen[Exp with Serializable]

  25. val genLeafStmt: Gen[Null]

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

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

  28. val genNum: Gen[Num]

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

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

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

  32. val genVar: Gen[Var]

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

  34. final def getClass(): Class[_]

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

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

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

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

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

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

    Definition Classes
    AnyRef
  41. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped