Scala
Scopes
Supported facets
These facets are supportedArgument list
- Actual empty: An empty list of arguments in a function call
- Actual multi line: A multi line list of arguments in a function call
- Actual single line: A single line list of arguments in a function call
- Formal empty: An empty list of parameters in a function declaration
- Formal multi line: A multi line list of parameters in a function declaration
- Formal single line: A single line list of parameters in a function declaration
Argument or parameter
- Actual: An argument/parameter in a function call
- Actual (iteration): Iteration scope of arguments in a function call, should be inside the parens of the argument list
- Formal: A parameter in a function declaration
- Formal (iteration): Iteration scope of the formal parameters of a function declaration; should be the whole parameter list. The domain should be the entire function.
Disqualify delimiter
- Disqualify delimiter: Used to disqualify a token from being treated as a surrounding pair delimiter. This will usually be operators containing `>` or `<`, eg `<`, `<=`, `->`, etc
If statement
- If statement: An if statement
Unspecified facets
These facets are unspecified+ Click to expand