public abstract static class Selector.AbstractSelector extends Object implements Selector
Selector.GeneralSelector
and Selector.LinkSelector
Selector.AbstractSelector, Selector.ChildOrParentSelector, Selector.GeneralSelector, Selector.LinkSelector
Modifier | Constructor and Description |
---|---|
protected |
AbstractSelector(List<Condition> conditions) |
Modifier and Type | Method and Description |
---|---|
boolean |
matchesConditions(Environment env)
Determines if all conditions match the given environment.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRange, getSubpart, matches
protected AbstractSelector(List<Condition> conditions)
public final boolean matchesConditions(Environment env)
env
- The environment to checktrue
if all conditions apply, false otherwise.