Signature

oxygen.quoted.Signature
See theSignature companion class
object Signature

Attributes

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

Members list

Value members

Concrete methods

def companion(using quotes: Quotes): SignatureCompanion
def unapply(x: Signature): (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.

Attributes

def wrap(using quotes: Quotes)(unwrap: quotes.reflect.Signature): Signature

Givens