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

Module Generated

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

Import path

import codeql.rust.elements.internal.generated.BinaryExpr

Classes

BinaryExpr

A binary operation expression. For example: rust x + y; x && y; x <= y; x = y; x += y; INTERNAL: Do not reference the Generated::BinaryExpr class directly. Use the subclass BinaryExpr, where the following predicates are available.