PassInput

com.ossuminc.riddl.passes.PassInput
See thePassInput companion object

The input to a Pass in order to do its work. This consists of just the parsed model and the common options. Passes cannot extend this.

Value parameters

commonOptions

THe common options that should be used to run the pass

root

The result of the parsing run, consisting of the RootContainer from which all AST content can be reached

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product