Signature

dotty.tools.dotc.core.Signature
See theSignature companion class
object Signature

Attributes

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

Members list

Type members

Classlikes

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

type ParamSig = TypeName | Int

A parameter signature, see the documentation of Signature for more information.

A parameter signature, see the documentation of Signature for more information.

Attributes

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(resultType: Type, sourceLanguage: SourceLanguage)(using Context): Signature

The signature of a method with no parameters and result type resultType.

The signature of a method with no parameters and result type resultType.

The resulting value is only cacheable if isUnderDefined == false, otherwise the signature will change once the contained type variables have been instantiated.

Attributes

Concrete fields

The signature of everything that's not a method, i.e. that has a type different from PolyType or MethodType.

The signature of everything that's not a method, i.e. that has a type different from PolyType or MethodType.

Attributes

The signature of an overloaded denotation.

The signature of an overloaded denotation.

Attributes