Struct Assn¶
- Defined in File ASTNode.h
Inheritance Relationships¶
Base Type¶
public AST::ASTNode(Struct ASTNode)
Struct Documentation¶
-
struct
Assn: public AST::ASTNode¶ Public Functions
-
~Assn()¶
-
void
print_original_src(unsigned int indent_depth = 0)¶
-
bool
check_initialize_before_use(InitializedList &inits, InitializedList *all_inits, bool is_method)¶ Verifies that both the left and right hand side of statement pass the initialize before use test. It next adds the assigned variable to the initialized list.
- Return
- True if all initialized before use test passes.
- Parameters
inits: Set of initialized variables
-