ReservedExp

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

Level 2 allows reserved string expansion (Section 3.2.3)

Level 3 allows reserved expansion with multiple variables (Section 3.2.3)

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