MethodSignature

dotty.tools.dotc.semanticdb.MethodSignature
See theMethodSignature companion object
final case class MethodSignature(typeParameters: Option[Scope], parameterLists: Seq[Scope], returnType: Type) extends NonEmpty with SemanticdbGeneratedMessage

Attributes

Companion:
object
Graph
Supertypes
trait SemanticdbGeneratedMessage
trait NonEmpty
trait Signature
trait SemanticdbGeneratedSealedOneof
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited types

Attributes

Inherited from:
Signature

Value members

Concrete methods

override def serializedSize: Int

Attributes

Definition Classes
SemanticdbGeneratedMessage
def writeTo(`_output__`: SemanticdbOutputStream): Unit

Inherited methods

Attributes

Inherited from:
Signature

Attributes

Inherited from:
Signature
final def isDefined: Boolean

Attributes

Inherited from:
Signature
final def isEmpty: Boolean

Attributes

Inherited from:
Signature

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the messgae and returns a byte array containing its raw bytes

Serializes the messgae and returns a byte array containing its raw bytes

Attributes

Inherited from:
SemanticdbGeneratedMessage