LiteralGen

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

Attributes

Companion:
object
Graph
Supertypes
trait WordGen
class Object
trait Matchable
class Any
Known subtypes
object LiteralGen.type
object MorphirIRGen.type

Members list

Concise view

Value members

Concrete methods

final def asciiCharLiteral: Gen[Any, CharLiteral]
final def boolLiteral: Gen[Any, BoolLiteral]
final def charLiteral: Gen[Any, CharLiteral]
final def charLiteral(min: Char, max: Char): Gen[Any, CharLiteral]
final def decimalLiteral(min: BigDecimal, max: BigDecimal): Gen[Any, DecimalLiteral]
final def floatLiteral: Gen[Any, FloatLiteral]
final def floatLiteral(min: BigDecimal, max: BigDecimal): Gen[Any, FloatLiteral]
final def literal: Gen[Any, Literal]
final def stringLiteral: Gen[Any, StringLiteral]
final def wholeNumberLiteral(min: BigInt, max: BigInt): Gen[Any, WholeNumberLiteral]
final def wholeNumberLiteral(min: Long, max: Long): Gen[Any, WholeNumberLiteral]
final def wholeNumberLiteral: Gen[Any, WholeNumberLiteral]

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