O object

Signature

extends Object with Serializable

The signature of a method

Supertypes

Object, Serializable

Members

def 

unapply

( sig: Signature ) ( implicit  ctx: Context ) : Option[( List[String | Int], String )]

Matches the method signature and returns its parameters and result type.

Matches the method signature and returns its parameters and result type.