Path

case class Path

A path starting from some root type.

Companion:
object
Source:
predicate.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def /(elem: String): Path
def asTerm[A]: Term[A]
def prepend(prefix: List[String]): Path

Inherited methods

Inherited from:
Product

Concrete fields

lazy val tpe: Option[Type]