CodeQL library for Rust
codeql/rust-all 0.2.10 (changelog, source)
Search

Module Impl

INTERNAL: This module contains the customizable definition of BinaryExpr and should not be referenced directly.

Import path

import codeql.rust.elements.internal.BinaryExprImpl

Classes

BinaryExpr

A binary operation expression. For example: rust x + y; x && y; x <= y; x = y; x += y;