public abstract static class SearchCompiler.BinaryMatch extends SearchCompiler.Match
| Modifier and Type | Field and Description |
|---|---|
protected SearchCompiler.Match |
lhs |
protected SearchCompiler.Match |
rhs |
| Constructor and Description |
|---|
BinaryMatch(SearchCompiler.Match lhs,
SearchCompiler.Match rhs) |
| Modifier and Type | Method and Description |
|---|---|
SearchCompiler.Match |
getLhs() |
SearchCompiler.Match |
getRhs() |
evaluate, existsMatch, forallMatch, matchprotected final SearchCompiler.Match lhs
protected final SearchCompiler.Match rhs
public BinaryMatch(SearchCompiler.Match lhs, SearchCompiler.Match rhs)
public SearchCompiler.Match getLhs()
public SearchCompiler.Match getRhs()