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;
Binary Expression
Expression composed with a binary operator and two operands.
Code Snippet in Java
int c = 3 + 4;