PassInfo

com.ossuminc.riddl.passes.PassInfo

Information a pass must provide, basically its name and a function to create the pass

Attributes

Source
Pass.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object HugoPass
object MessagesPass
object ToDoListPass
object DiagramsPass
object PrettifyPass
object StatsPass
object SymbolsPass
Show all

Members list

Value members

Abstract methods

A function to create an instance of the pass

A function to create an instance of the pass

Value parameters

options

The options the pass requires

Attributes

Returns
Source
Pass.scala
def name: String

The name of the pass

The name of the pass

Attributes

Source
Pass.scala