O object

ValDef

extends Object with Serializable

Supertypes

Object, Serializable

Members

def 

apply

( symbol: Symbol rhs: Option[Term] ) ( implicit  ctx: Context ) : ValDef

def 

copy

( original: Tree ) ( name: String tpt: TypeTree rhs: Option[Term] ) ( implicit  ctx: Context ) : ValDef

def 

unapply

( vdef: ValDef ) ( implicit  ctx: Context ) : Option[( String, TypeTree, Option[Term] )]