com.ossuminc.riddl.passes.prettify

Members list

Type members

Classlikes

Attributes

Source
PrettifyPass.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PassOutput
class Object
trait Matchable
class Any
Show all
object PrettifyPass extends PassInfo[Options]

Attributes

Companion
class
Source
PrettifyPass.scala
Supertypes
trait PassInfo[Options]
class Object
trait Matchable
class Any
Self type

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
Source
PrettifyPass.scala
Supertypes
class Pass
class Object
trait Matchable
class Any
Show all

Attributes

Source
PrettifyState.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Source
PrettifyVisitor.scala
Supertypes
trait PassVisitor
class Object
trait Matchable
class Any
case class RiddlFileEmitter(url: URL) extends FileBuilder

Generates RIDDL in textual format based on the AST

Generates RIDDL in textual format based on the AST

Attributes

Source
RiddlFileEmitter.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait FileBuilder
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

A function to translate between a definition and the keyword that introduces them.

A function to translate between a definition and the keyword that introduces them.

Value parameters

definition

The definition to look up

Attributes

Returns

A string providing the definition keyword, if any. Enumerators and fields don't have their own keywords

Source
PrettifyVisitor.scala