public class CompositeNodeFilter extends java.lang.Object implements NodeFilter
Constructor and Description |
---|
CompositeNodeFilter(NodeFilter _first,
NodeFilter _second) |
Modifier and Type | Method and Description |
---|---|
boolean |
accepts(PsiElement element) |
public CompositeNodeFilter(NodeFilter _first, NodeFilter _second)
public boolean accepts(PsiElement element)
accepts
in interface NodeFilter