R
Scopes
Supported facets
These facets are supportedAnonymous function
- Anonymous function: An anonymous function, eg a lambda function, an arrow function, etc
Argument list
- Actual empty: An empty list of arguments in a function call
- Actual method empty: An empty list of arguments in a method call
- Actual method multi line: A multi line list of arguments in a method call
- Actual method single line: A single line list of arguments in a method 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 lambda empty: An empty list of parameters in a lambda declaration
- Formal lambda multi line: A multi line list of parameters in a lambda declaration
- Formal lambda single line: A single line list of parameters in a lambda 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.
Comment
- Line: A line comment
Function call
- Function call: A function call
Function callee
- Function callee: The function being called in a function call
Function name
- Function name: The name of a function
If statement
- If statement: An if statement
Name
- Assignment: Name (LHS) of an assignment
- Variable: Name (LHS) of a variable declaration
Named function
- Named function: A named function declaration
Value
- Assignment: Value (RHS) of an assignment
- Variable: Value (RHS) of a variable declaration
Unsupported facets
These facets are not supported yet and needs a developer to implement them+ Click to expand
Unspecified facets
These facets are unspecified+ Click to expand