RiddlValue

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

The root trait of all parsable values. If a parser returns something, its a RiddlValue. The distinguishing factor is the inclusion of the parsing location given by the loc field.

Attributes

Graph
Supertypes
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
trait Container[D]
class Aggregation
trait WithIncludes[T]
trait Description
trait EntityValue
class EntityOption
class EntityKind
class Identifier
trait OptionValue
class DomainOption
class EpicOption
class SagaOption
class Reference[T]
class AuthorRef
class ConstantRef
class DomainRef
class EpicRef
class FieldRef
class FunctionRef
class GroupRef
class HandlerRef
class InputRef
trait MessageRef
class CommandRef
class EventRef
class QueryRef
class RecordRef
class ResultRef
class OutputRef
trait PortletRef[T]
class InletRef
class OutletRef
trait ProcessorRef[T]
class AdaptorRef
class ContextRef
class EntityRef
class ProjectorRef
class StreamletRef
class SagaRef
class StateRef
class TypeRef
class UserRef
trait Statement
class SetStatement
class Flow
class Merge
class Router
class Sink
class Source
class Split
class Void
class Alternation
trait Cardinality
class OneOrMore
class Optional
class ZeroOrMore
class Mapping
trait NumericType
class Bool
class Enumeration
class Integer
class Natural
class Number
class RangeType
class Whole
class Current
class Decimal
class Length
class Luminosity
class Mass
class Mole
class Real
class Temperature
class Abstract
class Currency
class Location
class Nothing
class Pattern
class Strng
trait TimeType
class Date
class DateTime
class Duration
class Time
class TimeStamp
class URL
class UUID
class UniqueId
class UnknownType
class UserId
class Sequence
class Set
class UserStory
Show all

Members list

Value members

Abstract methods

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 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
final def nonEmpty: Boolean

Attributes

Inherited from:
RiddlNode