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.RawDirect 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 |
| toString | from Element |