O object

TypeBind

extends Object

Supertypes

Object

Members

def 

copy

( original: Tree ) ( name: String tpt: Tree ) ( implicit  ctx: Context ) : TypeBind

def 

extension_body

( self: TypeBind ) ( implicit  ctx: Context ) : Tree

def 

extension_name

( self: TypeBind ) ( implicit  ctx: Context ) : String

def 

unapply

( x: TypeBind ) ( implicit  ctx: Context ) : Option[( String, Tree )]