Packages

c

scala.tools.tasty.Signature

MethodSignature

case class MethodSignature[T] extends Signature[T] with Product with Serializable

Encodes the structure of an uncurried Scala method signature, with generic type parameter lists erased to just their size and position.

Source
Signature.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MethodSignature
  2. Serializable
  3. Product
  4. Equals
  5. Signature
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def map[U](f: (T) => U): MethodSignature[U]
  2. final def mergeShow(sb: StringBuilder): StringBuilder
    Definition Classes
    Signature
  3. val params: List[ParamSig[T]]
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. val result: T
  6. final def show: String
    Definition Classes
    Signature