Struct While¶
- Defined in File ASTNode.h
Inheritance Relationships¶
Base Type¶
public AST::ASTNode(Struct ASTNode)
Struct Documentation¶
-
struct
While: public AST::ASTNode¶ Public Functions
-
~While()¶
-
void
print_original_src(unsigned int indent_depth = 0)¶
-
bool
check_initialize_before_use(InitializedList &inits, InitializedList *all_inits, bool is_method)¶ Performs an initialize before use test on the while loop. It checks the conditional statement as well as the body of the while loop.
- Return
- True if the initialized before use test passes for the conditional statement as well as the body for the while loop
- Parameters
inits: Set of initialized variables.
-