MethodType

tastyquery.Types.MethodType
See theMethodType companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
MethodType.type

Members list

Value members

Inherited methods

def apply(paramNames: List[UnsignedTermName])(paramInfosExp: MethodType => List[Type], resultTypeExp: MethodType => TypeOrMethodic): MethodType

Attributes

Inherited from:
MethodTypeCompanion
final def apply(paramNames: List[UnsignedTermName], paramInfos: List[Type], resultType: TypeOrMethodic): MethodType

Attributes

Inherited from:
LambdaTypeCompanion