Calculate the McCabe complexity.
Retrieve the operator of an expression.
Retrieve the value kind of the expression.
Retrieve the left and right side of an operator expression.
Get the first node after the expressions.
trusted: the C++ impl check that the node is an expression. It can handle any CursorKind.
trusted: the C++ impl check that the node is an expression. It can handle any CursorKind.
The cursors that make up the inside of the if statement.
Represent the operator of an expression that contains an operator (binary or unary).
The sub-expressions of an operator expression.