I'm doing some exercise in Rascal. When I try to determine the Cyclomatic complexity of a Java method getting methods from an AST. I would like to evaluate the ? operator. As it is not determined by '/if(_, _, )', I tried to determine it using postfix(, _); (infix works fine finding || or &&) Still no success. Anybody who can unhide this secret to me?
Thanks in Advance