class FunProtoTyped
extends FunProto

A prototype for expressions that appear in function position

: resultType, where args are known to be typed

Constructors

FunProtoTyped ( args: List [ Tree ] , resultType: Type , typer: Typer )
FunProtoTyped ( implicit ctx: Context )

Members

private val args : List [ Tree ]
private implicit val ctx : Context
private val resultType : Type
private val typer : Typer
override def typedArgs : List [ Tree ]

The typed arguments. This takes any arguments already typed using typedArg into account.

The typed arguments. This takes any arguments already typed using typedArg into account.