VarExp

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

Level 1 allows string expansion (<a href="http://tools.ietf.org/html/rfc6570#section-3.2.2">Section 3.2.2</a>)

Level 3 allows string expansion with multiple variables (<a href="http://tools.ietf.org/html/rfc6570#section-3.2.2">Section 3.2.2</a>)

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