public abstract class PsiRecursiveElementVisitor extends PsiElementVisitor implements PsiRecursiveVisitor
EMPTY_VISITOR| Modifier | Constructor and Description | 
|---|---|
protected  | 
PsiRecursiveElementVisitor()  | 
protected  | 
PsiRecursiveElementVisitor(boolean visitAllFileRoots)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
visitElement(PsiElement element)  | 
void | 
visitFile(PsiFile file)  | 
visitBinaryFile, visitComment, visitDirectory, visitErrorElement, visitOuterLanguageElement, visitPlainText, visitPlainTextFile, visitWhiteSpaceprotected PsiRecursiveElementVisitor()
protected PsiRecursiveElementVisitor(boolean visitAllFileRoots)
public void visitElement(PsiElement element)
visitElement in class PsiElementVisitorpublic void visitFile(PsiFile file)
visitFile in class PsiElementVisitor