SetDefinition

ldbc.codegen.model.SetDefinition
case class SetDefinition(variable: String, expr: String)

A model to hold the results of parsing the SET syntax for variable assignments.

Value parameters

expr

Variable value

variable

Definition Variable Name

Attributes

Source
SetDefinition.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

SET syntax for variable assignment

SET syntax for variable assignment

Attributes

Source
SetDefinition.scala