Signatures
Attributes
- Graph
-
- Supertypes
- Self type
-
Signatures.type
Members list
Type members
Classlikes
Represent a method's parameter.
Represent a method's parameter.
Value parameters
- doc
-
The documentation of this parameter
- isImplicit
-
Is this parameter implicit?
- isReordered
-
Is the parameter reordered in its parameter list?
- name
-
The name of the parameter
- tpe
-
The type of the parameter
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Paramclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
- Known subtypes
-
class MethodParamclass TypeParam
Represent a method signature.
Represent a method signature.
Value parameters
- denot
-
The function denotation
- doc
-
The documentation for this method.
- name
-
The name of the method
- paramss
-
The parameter lists of this method
- returnType
-
The return type of this method, if this is not a constructor.
- tparams
-
The type parameters and their bounds
Attributes
- Supertypes
Represent a type parameter.
Represent a type parameter.
Value parameters
- doc
-
The documentation of this parameter
- tpe
-
The type of the parameter
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Paramclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Computes call info (current parameter index, function index, functions) for a method call.
Computes call info (current parameter index, function index, functions) for a method call.
Value parameters
- path
-
The path to the function application
- span
-
The position of the cursor
Attributes
- Returns
-
A triple containing the index of the parameter being edited, the index of the function being called, the list of overloads of this function).
Extract (current parameter index, function index, functions) method call for given position.
Extract (current parameter index, function index, functions) method call for given position.
Value parameters
- path
-
The path to the function application
- pos
-
The position of the cursor
Attributes
- Returns
-
A triple containing the index of the parameter being edited, the index of function being called, the list of overloads of this function).