Packages

object Path

A constructor/extractor for nested Selects starting at a Ref so that, for example, c :: b :: a :: Nil corresponds to path a.b.c.

Source
Node.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Path
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(l: List[TermSymbol]): PathElement
  2. def toString(s: Select): String
  3. def toString(path: Seq[TermSymbol]): String
  4. def unapply(n: PathElement): Option[List[TermSymbol]]