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

Class Raw::YeetExpr

INTERNAL: Do not use. A yeet expression. For example:

if x < size {
   do yeet "index out of bounds";
}

Import path

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

Direct supertypes

Indirect supertypes

Predicates

getAttr

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

getExpr

Gets the expression of this yeet expression, if it exists.

getNumberOfAttrs

Gets the number of attrs of this yeet expression.

toString