StatsPass

com.reactific.riddl.stats.StatsPass
See theStatsPass companion object
case class StatsPass(input: PassInput) extends CollectingPass[DefinitionStats]

Unit Tests For StatsPass

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

override def result: PassOutput

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

Definition Classes
Inherited from:
CollectingPass

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override protected def traverse(definition: Definition, parents: Stack[Definition]): Unit

Attributes

Definition Classes
Inherited from:
CollectingPass

Inherited fields

Attributes

Inherited from:
CollectingPass