Class AstObserver#
Defined in File AstInterface.h
Inheritance Relationships#
Derived Types#
public ArrayInterface(Class ArrayInterface)public HandleMap(Class HandleMap)public HasValueMap(Class HasValueMap)
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#
-
virtual void ObserveCopyAst(AstInterfaceImpl &fa, const AstNodePtr &orig, const AstNodePtr &n) = 0#