QueryRef

com.reactific.riddl.language.AST.QueryRef
case class QueryRef(loc: At, id: Option[Identifier], pathId: PathIdentifier) extends MessageRef

A reference to a query message type

Value parameters

loc

The location of the reference

pathId

The path identifier to the query type

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait MessageRef
class Reference[Type]
trait RiddlValue
trait RiddlNode
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

override def format: String

Format the node to a string

Format the node to a string

Attributes

Definition Classes
Inherited from:
MessageRef

Attributes

Inherited from:
RiddlNode

Attributes

Returns

String A string that describes this reference

Inherited from:
Reference

Determine if this node is a container or not

Determine if this node is a container or not

Attributes

Inherited from:
RiddlNode

Attributes

Inherited from:
RiddlNode
override def isEmpty: Boolean

determine if this node is empty or not.

determine if this node is empty or not. Non-containers are always empty

Attributes

Definition Classes
Inherited from:
Reference
final def nonEmpty: Boolean

Attributes

Inherited from:
RiddlNode

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product