BinaryExpr - checkmarx-ts/CxDOM-Types GitHub Wiki

What does it mean

Binary Expression

Expression composed with a binary operator and two operands.

Sample Code

Code Snippet in Java

int c = 3 + 4;

DOM Structure

BinaryExpr.PNG