WithType

dotty.tools.dotc.semanticdb.WithType
See theWithType companion object
final case class WithType(types: Seq[Type]) extends NonEmpty with SemanticdbGeneratedMessage

Attributes

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

Members list

Concise view

Type members

Inherited types

Attributes

Inherited from:
Type

Value members

Concrete methods

def addTypes(`__vs`: Type*): WithType
override def serializedSize: Int

Attributes

Definition Classes
SemanticdbGeneratedMessage
def withTypes(`__v`: Seq[Type]): WithType
def writeTo(`_output__`: SemanticdbOutputStream): Unit

Inherited methods

Attributes

Inherited from:
Type

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