public class PsiFilter<T extends PsiElement>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PsiFilter.Visitor<T extends PsiElement> |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(T element) |
boolean |
areEquivalent(T e1,
T e2) |
PsiFilter.Visitor<T> |
createVisitor(java.util.List<? super T> elements) |
java.lang.Class<T> |
getParentClass() |