TranslationPass

com.reactific.riddl.passes.translate.TranslationPass
abstract class TranslationPass(input: PassInput) extends Pass

Base class of all Translators

Type parameters

OPT

The options class used by the translator

Attributes

Graph
Supertypes
class Pass
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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
def 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

Inherited from:
Pass

Attributes

Inherited from:
Pass

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

Inherited from:
Pass