Interface PsiRecursiveVisitor


public interface PsiRecursiveVisitor
Please use this interface to mark recursive visitors. This information can then be used by the runtime to find accidental performance issues, e.g. see assertions in fleet.com.intellij.codeInspection.LocalInspectionTool#processFile and fleet.com.intellij.codeInspection.InspectionEngine#createVisitorAndAcceptElements.