TimeType

com.reactific.riddl.language.AST.TimeType
sealed trait TimeType extends PredefinedType

Attributes

Graph
Supertypes
trait RiddlValue
trait RiddlNode
class Object
trait Matchable
class Any
Show all
Known subtypes
class Date
class DateTime
class Duration
class Time
class TimeStamp

Members list

Value members

Inherited methods

override def format: String

Format the node to a string

Format the node to a string

Attributes

Definition Classes
Inherited from:
PredefinedType

Attributes

Inherited from:
TypeExpression

Attributes

Inherited from:
RiddlNode

Attributes

Inherited from:
TypeExpression

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:
PredefinedType
def kind: String

Attributes

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

Attributes

Inherited from:
RiddlNode