DescribedValue

com.reactific.riddl.language.AST.DescribedValue
sealed trait DescribedValue extends RiddlValue

Base trait of all values that have an optional Description

Attributes

Graph
Supertypes
trait RiddlValue
trait RiddlNode
class Object
trait Matchable
class Any
Known subtypes
trait Definition
class Function
class Handler
class Constant
class Inlet
class Invariant
class Outlet
class Type
class Include[T]
class Term
trait AlwaysEmpty
class Field
class Method
class Group
class Input
class Output
class Adaptor
class Connector
class Entity
class Projector
class Replica
class Repository
class Saga
class Streamlet
class Application
class Author
class Context
class Domain
class Epic
class User
class State
class UseCase
trait OnClause
class OnInitClause
class Enumerator
class SagaStep
trait Portlet
trait Interaction
trait VitalDefinition[OPT, DEF]
trait Processor[OPT, DEF]
trait WithAuthors
trait WithOptions[T]
trait WithTypes
Show all

Members list

Value members

Abstract methods

Concrete methods

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

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

determine if this node is empty or not.

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

Attributes

Inherited from:
RiddlNode
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