PathExp

final case
class PathExp(names: List[String]) extends PathDef

Path segments, slash-prefixed (Section 3.2.6)

Companion
object
trait Serializable
trait Product
trait Equals
trait PathDef
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product