ReferenceMap

com.reactific.riddl.passes.resolve.ReferenceMap
See theReferenceMap companion object
case class ReferenceMap(messages: Accumulator)

A mapping from reference to definition

Attributes

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

Members list

Value members

Concrete methods

def add[T <: Definition : ClassTag](ref: Reference[T], parent: Definition, definition: T): Unit
def add[T <: Definition : ClassTag](pathId: PathIdentifier, parent: Definition, definition: T): Unit
def size: Int
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product