Identifier

object Identifier extends Constructor[(String, Option[Long])]
class Constructor[(String, Option[Long])]
class Object
trait Matchable
class Any

Type members

Inherited types

type Result = A
Inherited from
Constructor

Value members

Concrete methods

def apply(name: String, index: Long): Expr
def apply(name: String): Expr

Inherited methods

final def unapply(expr: Expr): Option[(String, Option[Long])]
Inherited from
Constructor