PathPart

spice.net.PathPart$
See thePathPart companion trait
object PathPart

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class Argument(name: String) extends AnyVal with PathPart

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PathPart
class AnyVal
trait Matchable
class Any
final case class Literal(value: String) extends AnyVal with PathPart

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PathPart
class AnyVal
trait Matchable
class Any
object SameLevel extends PathPart

Attributes

Graph
Supertypes
trait PathPart
class Object
trait Matchable
class Any
Self type
object UpLevel extends PathPart

Attributes

Graph
Supertypes
trait PathPart
class Object
trait Matchable
class Any
Self type
UpLevel.type

Value members

Concrete methods

def apply(value: String): Option[PathPart]
def equals(p1: PathPart, p2: PathPart): Boolean