Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ValOrDefDeftrait Definitiontrait Statementtrait Treeclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
List of leading type parameters or Nil if the method does not have leading type parameters.
List of leading type parameters or Nil if the method does not have leading type parameters.
Note: Non leading type parameters can be found in extension methods such as
type A
type T
extension (a: A) def f[T]() = ???
Attributes
List of type and term parameter clauses
List of type and term parameter clauses
Attributes
The tree of the return type of this def
definition
The tree of the return type of this def
definition
Attributes
List of term parameter clauses
List of term parameter clauses
Attributes
List of parameter clauses following the leading type parameters or all clauses. Return all parameter clauses if there are no leading type parameters.
List of parameter clauses following the leading type parameters or all clauses. Return all parameter clauses if there are no leading type parameters.
Non leading type parameters can be found in extension methods such as
type T
type A
extension (a: A) def f[T]() = ???
Attributes
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