INTERNAL: Do not use. A while loop expression.
For example:
while x < 10 {
x += 1;
}
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Indirect supertypes
Predicates
| getAttr | Gets the |
| getCondition | Gets the condition of this while expression, if it exists. |
| getNumberOfAttrs | Gets the number of attrs of this while expression. |
| toString |
Inherited predicates
| getLabel | Gets the label of this labelable expression, if it exists. | from LabelableExpr |
| getLoopBody | Gets the loop body of this looping expression, if it exists. | from LoopingExpr |