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

Class Raw::LoopingExpr

INTERNAL: Do not use. The base class for expressions that loop (LoopExpr, ForExpr or WhileExpr).

Import path

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

Direct supertypes

Indirect supertypes

Known direct subtypes

    Predicates

    getLoopBody

    Gets the loop body of this looping expression, if it exists.

    Inherited predicates

    getLabel

    Gets the label of this labelable expression, if it exists.

    from LabelableExpr
    toStringfrom Element