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 |
---|
SearchCompiler.BinaryMatch(SearchCompiler.Match lhs,
SearchCompiler.Match rhs) |
Modifier and Type | Method and Description |
---|---|
SearchCompiler.Match |
getLhs() |
SearchCompiler.Match |
getRhs() |
evaluate, existsMatch, forallMatch, match
protected final SearchCompiler.Match lhs
protected final SearchCompiler.Match rhs
public SearchCompiler.BinaryMatch(SearchCompiler.Match lhs, SearchCompiler.Match rhs)
public SearchCompiler.Match getLhs()
public SearchCompiler.Match getRhs()