PortletRef

com.reactific.riddl.language.AST.PortletRef
sealed trait PortletRef[+T <: Portlet] extends Reference[T]

Sealed base trait of references to Inlets or Outlets

Type parameters

T

The type of definition to which the references refers.

Attributes

Graph
Supertypes
class Reference[T]
trait RiddlValue
trait RiddlNode
class Object
trait Matchable
class Any
Show all
Known subtypes
class InletRef
class OutletRef

Members list

Value members

Inherited methods

def format: String

Format the node to a string

Format the node to a string

Attributes

Inherited from:
RiddlNode

Attributes

Inherited from:
RiddlNode

The optional identifier of the reference to be used locally in some other reference.

The optional identifier of the reference to be used locally in some other reference.

Attributes

Inherited from:
Reference

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
def loc: At

The location in the parse at which this RiddlValue occurs

The location in the parse at which this RiddlValue occurs

Attributes

Inherited from:
RiddlValue
final def nonEmpty: Boolean

Attributes

Inherited from:
RiddlNode

The Path identifier to the referenced definition

The Path identifier to the referenced definition

Attributes

Inherited from:
Reference