FunctionTree

dotty.tools.dotc.semanticdb.TreeMessage$.SealedValue$.FunctionTree
final case class FunctionTree(value: FunctionTree) extends SealedValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Value members

Concrete methods

override def functionTree: Option[FunctionTree]

Attributes

Definition Classes
override def isFunctionTree: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes

Inherited methods

def applyTree: Option[ApplyTree]

Attributes

Inherited from:
SealedValue
def idTree: Option[IdTree]

Attributes

Inherited from:
SealedValue
def isApplyTree: Boolean

Attributes

Inherited from:
SealedValue
def isDefined: Boolean

Attributes

Inherited from:
SealedValue
def isEmpty: Boolean

Attributes

Inherited from:
SealedValue
def isIdTree: Boolean

Attributes

Inherited from:
SealedValue
def isLiteralTree: Boolean

Attributes

Inherited from:
SealedValue

Attributes

Inherited from:
SealedValue
def isOriginalTree: Boolean

Attributes

Inherited from:
SealedValue
def isSelectTree: Boolean

Attributes

Inherited from:
SealedValue
def isTypeApplyTree: Boolean

Attributes

Inherited from:
SealedValue

Attributes

Inherited from:
SealedValue

Attributes

Inherited from:
SealedValue

Attributes

Inherited from:
SealedValue
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def selectTree: Option[SelectTree]

Attributes

Inherited from:
SealedValue

Attributes

Inherited from:
SealedValue
def valueOption: Option[ValueType]

Attributes

Inherited from:
SemanticdbGeneratedOneof