ReferenceMap

com.ossuminc.riddl.passes.resolve.ReferenceMap
See theReferenceMap companion object

The primary output of the ResolutionPass. It provides a mapping from a reference to the referenced definition. This is useful for fast resolution during validation and other Passes because the resolution logic doesn't need to be exercised again.

Value parameters

messages

A message accumulator for collecting messages when member functions are invoked

Attributes

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

Members list

Value members

Concrete methods

Attributes

Source
ReferenceMap.scala
def size: Int

Attributes

Source
ReferenceMap.scala
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
Source
ReferenceMap.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product