com.reactific.riddl.prettify

Members list

Type members

Classlikes

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

A command to Prettify RIDDL Source

A command to Prettify RIDDL Source

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Show all
case class PrettifyOutput(messages: Messages, state: PrettifyState) extends PassOutput

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait PassOutput
class Object
trait Matchable
class Any
Show all
object PrettifyPass extends PassInfo

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait PassInfo
class Object
trait Matchable
class Any
Show all
Self type
case class PrettifyPass(input: PassInput, outputs: PassesOutput, state: PrettifyState) extends HierarchyPass

This is the RIDDL Prettifier to convert an AST back to RIDDL plain text

This is the RIDDL Prettifier to convert an AST back to RIDDL plain text

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Pass
class Object
trait Matchable
class Any
Show all
case class PrettifyState(commonOptions: CommonOptions, options: Options) extends TranslatingState[RiddlFileEmitter]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class RiddlFileEmitter(filePath: Path) extends TextFileWriter

Unit Tests For RiddlFileEmitter

Unit Tests For RiddlFileEmitter

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait OutputFile
trait FileBuilder
class Object
trait Matchable
class Any
Show all