O object

Typed

extends Object with Serializable

Scala ascription x: T

Supertypes

Object, Serializable

Members

def 

apply

( expr: Term tpt: TypeTree ) ( implicit  ctx: Context ) : Typed

Create a type ascription <x: Term>: <tpt: TypeTree>

Create a type ascription <x: Term>: <tpt: TypeTree>

def 

copy

( original: Tree ) ( expr: Term tpt: TypeTree ) ( implicit  ctx: Context ) : Typed

def 

unapply

( x: Typed ) ( implicit  ctx: Context ) : Option[( Term, TypeTree )]

Matches <expr: Term>: <tpt: TypeTree>

Matches <expr: Term>: <tpt: TypeTree>