Class AstObserver#

Inheritance Relationships#

Derived Types#

Class Documentation#

class AstObserver#

This is the base class for anyone who wants to be notified when AST nodes are being copied.

Subclassed by ArrayInterface, HandleMap, HasValueMap

Public Functions

virtual void ObserveCopyAst(AstInterfaceImpl &fa, const AstNodePtr &orig, const AstNodePtr &n) = 0#