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, visitWhiteSpace
protected PsiRecursiveElementVisitor()
protected PsiRecursiveElementVisitor(boolean visitAllFileRoots)
public void visitElement(PsiElement element)
visitElement
in class PsiElementVisitor
public void visitFile(PsiFile file)
visitFile
in class PsiElementVisitor