AnnotatedType

dotty.tools.dotc.semanticdb.AnnotatedType
See theAnnotatedType companion object
final case class AnnotatedType(annotations: Seq[Annotation], tpe: Type) extends NonEmpty, SemanticdbGeneratedMessage

Attributes

Companion
object
Graph
Supertypes
trait SemanticdbGeneratedMessage
trait NonEmpty
trait Type
trait SemanticdbGeneratedSealedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

Attributes

Inherited from:
Type

Value members

Concrete methods

override def serializedSize: Int

Attributes

Definition Classes
SemanticdbGeneratedMessage
def withTpe(`__v`: Type): AnnotatedType
def writeTo(`_output__`: SemanticdbOutputStream): Unit

Inherited methods

final def asMessage: TypeMessage

Attributes

Inherited from:
Type
final def asNonEmpty: Option[NonEmpty]

Attributes

Inherited from:
Type
final def isDefined: Boolean

Attributes

Inherited from:
Type
final def isEmpty: Boolean

Attributes

Inherited from:
Type

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