Signature
dotty.tools.dotc.util.Signatures$.Signature
Represent a method signature.
Attributes
- denot
The function denotation
- doc
The documentation for this method.
- name
The name of the method
- paramss
The parameter lists of this method
- returnType
The return type of this method, if this is not a constructor.
- tparams
The type parameters and their bounds
- Graph
- Supertypes