public abstract static class Selector.AbstractSelector extends java.lang.Object implements Selector
Selector.GeneralSelector
and
Selector.LinkSelector
.Selector.AbstractSelector, Selector.ChildOrParentSelector, Selector.ChildOrParentSelectorType, Selector.GeneralSelector, Selector.LinkSelector, Selector.OptimizedGeneralSelector
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Condition> |
conds |
Modifier | Constructor and Description |
---|---|
protected |
Selector.AbstractSelector(java.util.List<Condition> conditions) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Condition> |
getConditions()
Returns the list of conditions.
|
boolean |
matches(Environment env)
Determines if all conditions match the given environment.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRange, getSubpart, optimizedBaseCheck
protected Selector.AbstractSelector(java.util.List<Condition> conditions)
public boolean matches(Environment env)
public java.util.List<Condition> getConditions()