O object

DefDef

extends Object with Serializable

Supertypes

Object, Serializable

Members

def 

apply

( symbol: Symbol rhsFn: List[Type] => List[List[Term]] => Option[Term] ) ( implicit  ctx: Context ) : DefDef

def 

copy

( original: Tree ) ( name: String typeParams: List[TypeDef] paramss: List[List[ValDef]] tpt: TypeTree rhs: Option[Term] ) ( implicit  ctx: Context ) : DefDef

def 

unapply

( ddef: DefDef ) ( implicit  ctx: Context ) : Option[( String, List[TypeDef], List[List[ValDef]], TypeTree, Option[Term] )]