Value

grackle.Ast.Value
See theValue companion trait
object Value

Attributes

Companion
trait
Source
ast.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Value.type

Members list

Type members

Classlikes

case class BooleanValue(value: Boolean) extends Value

Attributes

Source
ast.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any
Show all
case class EnumValue(name: Name) extends Value

Attributes

Source
ast.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any
Show all
case class FloatValue(value: Double) extends Value

Attributes

Source
ast.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any
Show all
case class IntValue(value: Int) extends Value

Attributes

Source
ast.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any
Show all
case class ListValue(values: List[Value]) extends Value

Attributes

Source
ast.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any
Show all
case object NullValue extends Value

Attributes

Source
ast.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any
Show all
Self type
NullValue.type
case class ObjectValue(fields: List[(Name, Value)]) extends Value

Attributes

Source
ast.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any
Show all
case class StringValue(value: String) extends Value

Attributes

Source
ast.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any
Show all
case class Variable(name: Name) extends Value

Attributes

Source
ast.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala