Class FixupNullPointersInAST#
Defined in File fixupNullPointers.h
Inheritance Relationships#
Base Type#
public AstSimpleProcessing(Class AstSimpleProcessing)
Class Documentation#
-
class FixupNullPointersInAST : public AstSimpleProcessing#
Fixup pointers in the AST that user’s may have left as NULL, but should not be NULL.
This is lower level support for the fixupNullPointersInAST(SgNode*) function.
Public Functions
-
virtual void visit(SgNode *node)#
this method is called at every traversed node.
-
virtual void visit(SgNode *node)#