Path

grackle.Path
See thePath companion trait
object Path

A path starting from some root type.

Attributes

Companion
trait
Source
predicate.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Path.type

Members list

Type members

Classlikes

case class PathImpl(rootTpe: Type, path: List[String], tpe: Type) extends Path

Attributes

Source
predicate.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Path
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def from(tpe: Type): Path

Construct an empty Path rooted at the given type.

Construct an empty Path rooted at the given type.

Attributes

Source
predicate.scala