Extension methods ofDefDef
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 Atype Textension (a: A) def f[T]() = ???List of type and term parameter clauses
The tree of the return type of thisdef definition
The tree of the implementation of the method. ReturnsNone if the method does not have an implementation.
The tree of the implementation of the method. ReturnsNone if the method does not have an implementation.
List of term parameter clauses
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 Ttype Aextension (a: A) def f[T]() = ???