ValDefMethods (original) (raw)

scala.quoted.Quotes.reflectModule.ValDefMethods

trait ValDefMethods

Extension methods of ValDef

Attributes

Source

Quotes.scala

Graph

Supertypes

class Object

trait Matchable

class Any

Members list

Extensions

Extensions

extension (self: ValDef)

def rhs: Option[Term]

The right-hand side of this val definition

The right-hand side of this val definition

Attributes

Source

Quotes.scala

def tpt: TypeTree

The type tree of this val definition

The type tree of this val definition

Attributes

Source

Quotes.scala