oxygen.meta.Meta.Tree.Statement.Definition.ValDef
See theValDef companion object
final case class ValDef(raw: quotes.reflect.ValDef) extends ValOrDefDef
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ValOrDefDeftrait Definitiontrait Statementtrait Treeclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Convert this tree to an quoted.Expr[Any]
if the tree is a valid expression or throws
Convert this tree to an quoted.Expr[Any]
if the tree is a valid expression or throws
Attributes
- Inherited from:
- Tree
Attributes
- Inherited from:
- Tree
Does this tree represent a valid expression?
Attributes
- Inherited from:
- Definition
Position in the source code
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
The right-hand side of this val
or def
definition
Shows the tree as String
Symbol of defined or referred by this tree
The type tree of this val
or def
definition
In this article