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

Module Generated

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

Import path

import codeql.rust.elements.internal.generated.LiteralExpr

Classes

LiteralExpr

A literal expression. For example: rust 42; 42.0; "Hello, world!"; b"Hello, world!"; 'x'; b'x'; r"Hello, world!"; true; INTERNAL: Do not reference the Generated::LiteralExpr class directly. Use the subclass LiteralExpr, where the following predicates are available.