SelectTree

dotty.tools.dotc.semanticdb.SelectTree
See theSelectTree companion object
final case class SelectTree(qualifier: Tree, id: Option[IdTree]) extends NonEmpty with SemanticdbGeneratedMessage

Attributes

Companion:
object
Graph
Supertypes
trait NonEmpty
trait Tree
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited types

Attributes

Inherited from:
Tree

Value members

Concrete methods

override def serializedSize: Int

Attributes

Definition Classes
def withId(`__v`: IdTree): SelectTree
def writeTo(`_output__`: SemanticdbOutputStream): Unit

Inherited methods

Attributes

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

Attributes

Inherited from:
Tree
final def isDefined: Boolean

Attributes

Inherited from:
Tree
final def isEmpty: Boolean

Attributes

Inherited from:
Tree
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

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