Value

gql.parser.QueryParser$.Value$
See theValue companion trait
object Value

Attributes

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

Members list

Concise view

Type members

Classlikes

final case class BooleanValue(v: Boolean) extends Value

Attributes

Source:
QueryParser.scala
Graph
Supertypes
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any
final case class EnumValue(v: String) extends Value

Attributes

Source:
QueryParser.scala
Graph
Supertypes
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any
final case class FloatValue(v: BigDecimal) extends Value

Attributes

Source:
QueryParser.scala
Graph
Supertypes
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any
final case class IntValue(v: BigInt) extends Value

Attributes

Source:
QueryParser.scala
Graph
Supertypes
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any
final case class ListValue(v: List[Value]) extends Value

Attributes

Source:
QueryParser.scala
Graph
Supertypes
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any
case object NullValue extends Value

Attributes

Source:
QueryParser.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any
Self type
final case class ObjectValue(v: List[(String, Value)]) extends Value

Attributes

Source:
QueryParser.scala
Graph
Supertypes
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any
final case class StringValue(v: String) extends Value

Attributes

Source:
QueryParser.scala
Graph
Supertypes
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any
final case class VariableValue(v: String) extends Value

Attributes

Source:
QueryParser.scala
Graph
Supertypes
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any

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