dotty.tools.dotc.core.Signature
See theSignature companion class
object Signature
Attributes
Members list
Type members
Classlikes
enum MatchDegree
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
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
In this article