Class FixupNullPointersInAST#

Inheritance Relationships#

Base Type#

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.