HugoPass

com.reactific.riddl.hugo.HugoPass
See theHugoPass companion object
case class HugoPass(input: PassInput, state: HugoTranslatorState) extends Pass

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Pass
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def configTemplate(options: Options, author: Option[Author]): String
def copyResource(destination: Path, src: String): Unit
override def postProcess(root: RootContainer): Unit

Attributes

Definition Classes
override def process(definition: Definition, parents: Stack[Definition]): Unit

Attributes

Definition Classes
override def result: HugoOutput

Generate the output of this Pass.

Generate the output of this Pass. This will only be called after all the calls to process have completed.

Attributes

Returns

an instance of the output type

Definition Classes

Inherited methods

def close(): Unit

Close any resources used so this can be used with AutoCloseable or Using.Manager

Close any resources used so this can be used with AutoCloseable or Using.Manager

Attributes

Inherited from:
Pass

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

val name: String

THe name of the pass for inclusion in messages it produces

THe name of the pass for inclusion in messages it produces

Attributes

Returns

A string value giving the name of this pass

lazy val options: Options
lazy val refMap: ReferenceMap