C# (CSharp) ICSharpCode.NRefactory.Visitors Namespace

Classes

Name Description
NodeTrackingAstVisitor The NodeTrackingAstVisitor will iterate through the whole AST, just like the AbstractAstVisitor, and calls the virtual methods BeginVisit and EndVisit for each node being visited.
NotImplementedAstVisitor IAstVisitor implementation that always throws NotImplementedExceptions.