abstract static class JavaInfo.Filter
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
(package private) static JavaInfo.Filter | 
IMPLICITFIELD
this filter is satisfied if the given program element is an
 instanceof ImplicitFieldSpecification 
 | 
(package private) static JavaInfo.Filter | 
TRUE
the universally satisfied filter 
 | 
| Constructor and Description | 
|---|
Filter()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract boolean | 
isSatisfiedBy(ProgramElement pe)
decides whether the given program element fulfills the filter condition
 or not 
 | 
static final JavaInfo.Filter TRUE
static final JavaInfo.Filter IMPLICITFIELD
public abstract boolean isSatisfiedBy(ProgramElement pe)
pe - the ProgramElement to be filtered