Path

grackle.Path
See thePath companion object
case class Path(rootTpe: Type, path: List[String])

A path starting from some root type.

Attributes

Companion
object
Source
predicate.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def /(elem: String): Path

Attributes

Source
predicate.scala
def asTerm[A]: Term[A]

Attributes

Source
predicate.scala

Attributes

Source
predicate.scala
def prepend(prefix: List[String]): Path

Attributes

Source
predicate.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy val isList: Boolean

Attributes

Source
predicate.scala
lazy val tpe: Option[Type]

Attributes

Source
predicate.scala