public class TrueFilter extends java.lang.Object implements ElementFilter
Modifier and Type | Field and Description |
---|---|
static ElementFilter |
INSTANCE |
EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
boolean |
isAcceptable(java.lang.Object element,
PsiElement context)
Checks if element in given context is matched by given filter.
|
boolean |
isClassAcceptable(java.lang.Class hintClass)
Quick check if the filter acceptable for elements of given class at all.
|
java.lang.String |
toString() |
public static final ElementFilter INSTANCE
public boolean isClassAcceptable(java.lang.Class hintClass)
ElementFilter
isClassAcceptable
in interface ElementFilter
hintClass
- class for which we are looking for metadatapublic boolean isAcceptable(java.lang.Object element, PsiElement context)
ElementFilter
isAcceptable
in interface ElementFilter
element
- most often PsiElementcontext
- context of the element (if any)public java.lang.String toString()
toString
in interface ElementFilter
toString
in class java.lang.Object