TypeSignature

@SerialVersionUID(0L) final case class TypeSignature(typeParameters: Option[Scope], lowerBound: Type, upperBound: Type) extends NonEmpty with SemanticdbGeneratedMessage
Companion
object
trait NonEmpty
trait Signature
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

Value members

Inherited methods

Inherited from
Signature
Inherited from
Signature
final def isDefined: Boolean
Inherited from
Signature
final def isEmpty: Boolean
Inherited from
Signature
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

Inherited from
SemanticdbGeneratedMessage