in scala.reflect
class ImplicitMethodType

class ImplicitMethodType
extends scala.reflect.MethodType
with scala.ScalaObject

Constructor Summary
def this (formals: scala.List[scala.reflect.Type], restpe: scala.reflect.Type)

Val inherited from scala.reflect.MethodType
formals , restpe
Def inherited from scala.reflect.MethodType
$tag , arity, element, equals, hashCode, productPrefix, toString
Constructor Detail
def this (formals: scala.List[scala.reflect.Type], restpe: scala.reflect.Type)