IAstPostVisitHandler Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |