O object

MatchTypeTree

extends Object with Serializable

Supertypes

Object, Serializable

Members

def 

apply

( bound: Option[TypeTree] selector: TypeTree cases: List[TypeCaseDef] ) ( implicit  ctx: Context ) : MatchTypeTree

def 

copy

( original: Tree ) ( bound: Option[TypeTree] selector: TypeTree cases: List[TypeCaseDef] ) ( implicit  ctx: Context ) : MatchTypeTree

def 

unapply

( x: MatchTypeTree ) ( implicit  ctx: Context ) : Option[( Option[TypeTree], TypeTree, List[TypeCaseDef] )]