com.reactific.riddl.hugo

Members list

Type members

Classlikes

object D3Diagrams

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
D3Diagrams.type
case class GlossaryEntry(term: String, typ: String, brief: String, path: Seq[String], link: String, sourceLink: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object HugoCommand

Unit Tests For HugoCommand

Unit Tests For HugoCommand

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Show all
case class HugoOutput(messages: Messages) extends PassOutput

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait PassInfo
class Object
trait Matchable
class Any
Show all
Self type
HugoPass.type
case class HugoPass(input: PassInput, state: HugoTranslatorState) extends Pass

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Pass
class Object
trait Matchable
class Any
Show all
case class HugoTranslatorState(result: PassesResult, options: Options, commonOptions: CommonOptions, logger: Logger) extends TranslatingState[MarkdownWriter]

The processing state for the Hugo Translator

The processing state for the Hugo Translator

Value parameters

commonOptions

The common options all commands use

options

The options specific to Hugo Translator

root

RootContainer that was parsed

symbolTable

A symbolTable for the names of things

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class MarkdownWriter(filePath: Path, state: HugoTranslatorState) extends TextFileWriter

Attributes

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

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
case class SequenceDiagrammer(state: HugoTranslatorState, story: Epic, parents: Seq[Definition]) extends FileBuilder

Attributes

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