C# (CSharp) ICSharpCode.NRefactory.Visitors 네임스페이스

클래스들

이름 설명
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.