public abstract class TacletFilter extends Object implements RuleFilter
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
TacletFilter.TacletFilterTrue
Trival TacletFilter that always returns true;
|
| Modifier and Type | Field and Description |
|---|---|
static TacletFilter |
TRUE
Trival TacletFilter that always returns true;
|
| Constructor and Description |
|---|
TacletFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(Rule rule) |
protected abstract boolean |
filter(Taclet taclet) |
public static final TacletFilter TRUE
public boolean filter(Rule rule)
filter in interface RuleFilterprotected abstract boolean filter(Taclet taclet)
taclet should be included in the
result