PassInput

com.reactific.riddl.passes.PassInput
case class PassInput(root: RootContainer, commonOptions: CommonOptions)

An abstract notion of the minimum notion

Attributes

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

Members list

Value members

Concrete methods

def addMessages(addOn: Messages): Unit
def hasPassOutput(passName: String): Boolean
def outputIs(passName: String, output: PassOutput): Unit
def outputOf[T <: PassOutput](passName: String): T

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product