Context
Fields of this type
Fields
- @"return":@"return"
- The expression is the operand to a return expression.
- error_handling_expr:error_handling_expr
- The expression is the input to an error-handling operator (if-else, try, or catch).
- shift_op:shift_op
- The expression is the right-hand side of a shift operation.
- fn_arg:fn_arg
- The expression is an argument in a function call.
- const_init:const_init
- The expression is the right-hand side of an initializer for a `const` variable
- assignment:assignment
- The expression is the right-hand side of an assignment expression.
- none:none
- No specific operator in particular.