LiteralGen

org.finos.morphir.ir.generator.LiteralGen$
See theLiteralGen companion trait
object LiteralGen extends LiteralGen

Attributes

Companion:
trait
Graph
Supertypes
trait WordGen
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Inherited methods

final def asciiCharLiteral: Gen[Any, CharLiteral]

Attributes

Inherited from:
LiteralGen
final def boolLiteral: Gen[Any, BoolLiteral]

Attributes

Inherited from:
LiteralGen
final def charLiteral(min: Char, max: Char): Gen[Any, CharLiteral]

Attributes

Inherited from:
LiteralGen
final def charLiteral: Gen[Any, CharLiteral]

Attributes

Inherited from:
LiteralGen
final def decimalLiteral(min: BigDecimal, max: BigDecimal): Gen[Any, DecimalLiteral]

Attributes

Inherited from:
LiteralGen
final def floatLiteral(min: BigDecimal, max: BigDecimal): Gen[Any, FloatLiteral]

Attributes

Inherited from:
LiteralGen
final def floatLiteral: Gen[Any, FloatLiteral]

Attributes

Inherited from:
LiteralGen
final def literal: Gen[Any, Literal]

Attributes

Inherited from:
LiteralGen
final def stringLiteral: Gen[Any, StringLiteral]

Attributes

Inherited from:
LiteralGen
final def wholeNumberLiteral: Gen[Any, WholeNumberLiteral]

Attributes

Inherited from:
LiteralGen
final def wholeNumberLiteral(min: Long, max: Long): Gen[Any, WholeNumberLiteral]

Attributes

Inherited from:
LiteralGen
final def wholeNumberLiteral(min: BigInt, max: BigInt): Gen[Any, WholeNumberLiteral]

Attributes

Inherited from:
LiteralGen

Inherited fields

val greekLetterNames: Gen[Any, String]

Attributes

Inherited from:
WordGen
val monthNames: Gen[Any, String]

Attributes

Inherited from:
WordGen
val words: Gen[Any, String]

Attributes

Inherited from:
WordGen