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

Class Raw::UnderscoreExpr

INTERNAL: Do not use. An underscore expression. For example:

_ = 42;

Import path

import codeql.rust.elements.internal.generated.Raw

Direct supertypes

Indirect supertypes

Predicates

getAttr

Gets the indexth attr of this underscore expression (0-based).

getNumberOfAttrs

Gets the number of attrs of this underscore expression.

toString