Parser

ldbc.codegen.parser.yml.Parser
See theParser companion object
case class Parser(database: Database)

A model for storing the results of parsing strings in Yaml format.

Value parameters

database

List of A model for organizing tables and models for extending models on a per-database basis.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product