oxygen.quoted.ValDef
See theValDef companion object
final class ValDef(val quotes: Quotes)(val unwrap: quotes.reflect.ValDef) extends ValOrDefDef
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait ValOrDefDeftrait Definitiontrait Statementtrait Treeclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
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
Convert this tree to an quoted.Expr[T]
if the tree is a valid expression or throws
Convert this tree to an quoted.Expr[T]
if the tree is a valid expression or throws
Attributes
- Inherited from:
- Tree
Changes the owner of the symbols in the tree
Does this tree represent a valid expression?
Name of the definition
Position in the source code
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
Givens
Inherited givens
Attributes
- Inherited from:
- Tree
In this article