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 com.intellij.codeInspection.LocalInspectionTool#processFile and com.intellij.codeInspection.InspectionEngine#createVisitorAndAcceptElements.