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

Module Generated

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

Import path

import codeql.rust.elements.internal.generated.PrefixExpr

Classes

PrefixExpr

A unary operation expression. For example: rust let x = -42; let y = !true; let z = *ptr; INTERNAL: Do not reference the Generated::PrefixExpr class directly. Use the subclass PrefixExpr, where the following predicates are available.