abstract case class MethodType
extends MethodOrPoly with TermLambda with NarrowCached

Constructors

MethodType ( paramNames: List [ TermName ] )
MethodType ( paramInfosExp: MethodType => List [ Type ] , resultTypeExp: MethodType => Type )

Members

type This = MethodType
val paramInfos : List [ PInfo ]
private val paramInfosExp : MethodType => List [ Type ]
val paramNames : List [ TermName ]
val resType : Type
private val resultTypeExp : MethodType => Type
def _1 : T1
override def computeSignature ( implicit ctx: Context ) : Signature
protected def prefixString : String