public class PredicateSet extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
hasPosition |
PositionalPredicate |
headPositionalPredicate |
boolean |
impossible |
int |
last |
int |
position |
protected Expression |
predicate |
PositionalPredicate |
tailPositionalPredicate |
| Constructor and Description |
|---|
PredicateSet() |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getPredicate() |
protected boolean |
hasPosition(Expression expr) |
void |
setPredicate(Expression predicate) |
protected Expression predicate
public boolean hasPosition
public PositionalPredicate headPositionalPredicate
public PositionalPredicate tailPositionalPredicate
public int position
public int last
public boolean impossible
protected boolean hasPosition(Expression expr)
public void setPredicate(Expression predicate)
public Expression getPredicate()
Copyright © 2019. All rights reserved.