Signature

oxygen.meta.Meta.Signature
See theSignature companion object
final case class Signature(raw: quotes.reflect.Signature)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def paramSigs: List[String | Int]

The signatures of the method parameters.

The signatures of the method parameters.

Each type parameter section is represented by a single Int corresponding to the number of type parameters in the section. Each term parameter is represented by a String corresponding to the fully qualified name of the parameter type.

Attributes

def resultSig: String

The signature of the result type

The signature of the result type

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product