O object

Bind

extends Object

Supertypes

Object

Members

def 

apply

( sym: Symbol pattern: Tree ) ( implicit  ctx: Context ) : Bind

def 

copy

( original: Tree ) ( name: String pattern: Tree ) ( implicit  ctx: Context ) : Bind

def 

extension_name

( bind: Bind ) ( implicit  ctx: Context ) : String

def 

extension_pattern

( bind: Bind ) ( implicit  ctx: Context ) : Tree

def 

unapply

( pattern: Bind ) ( implicit  ctx: Context ) : Option[( String, Tree )]