IAstPostVisitHandler Interface

Definition

Implement this interface when you implement AstVisitor or AstVisitor2 when you want to do something after possibly visiting the children of the ast.

public interface class IAstPostVisitHandler
public interface IAstPostVisitHandler
[System.Runtime.CompilerServices.NullableContext(1)]
public interface IAstPostVisitHandler
type IAstPostVisitHandler = interface
[<System.Runtime.CompilerServices.NullableContext(1)>]
type IAstPostVisitHandler = interface
Public Interface IAstPostVisitHandler
Attributes

Methods

PostVisit(Ast)

The function called on each ast node after processing it's children.

Applies to