DomainOption

com.reactific.riddl.language.AST.DomainOption
sealed abstract class DomainOption(val name: String) extends OptionValue

Base trait for all options a Domain can have.

Attributes

Graph
Supertypes
trait OptionValue
trait RiddlValue
trait RiddlNode
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Inherited methods

Attributes

Inherited from:
OptionValue
override def format: String

Format the node to a string

Format the node to a string

Attributes

Definition Classes
Inherited from:
OptionValue

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

Concrete fields

val name: String