DateTimeVal

final case class DateTimeVal(value: OffsetDateTime, evalType: Type, promoteToType: Option[Type]) extends ConstVal

DateTime Literal

 "2007-12-03T10:15:30+01:00"
Companion:
object
trait Serializable
trait Product
trait Equals
class ConstVal
class Expr
class Stat
class AST
class Object
trait Matchable
class Any

Value members

Concrete methods

override def visit[S, R](s: S, v: TreeVisitor[S, R]): Either[Throwable, R]
Definition Classes
override def withPromoteToType(t: Option[Type]): DateTimeVal
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product