public abstract static class SearchCompiler.AbstractBinaryMatch extends SearchCompiler.Match
Modifier and Type | Field and Description |
---|---|
protected SearchCompiler.Match |
lhs |
protected SearchCompiler.Match |
rhs |
Constructor and Description |
---|
AbstractBinaryMatch(SearchCompiler.Match lhs,
SearchCompiler.Match rhs)
Constructs a new
BinaryMatch . |
Modifier and Type | Method and Description |
---|---|
SearchCompiler.Match |
getLhs()
Returns left hand side.
|
SearchCompiler.Match |
getRhs()
Returns right hand side.
|
protected static java.lang.String |
parenthesis(SearchCompiler.Match m) |
evaluate, existsMatch, forallMatch, match, match
protected final SearchCompiler.Match lhs
protected final SearchCompiler.Match rhs
public AbstractBinaryMatch(SearchCompiler.Match lhs, SearchCompiler.Match rhs)
BinaryMatch
.lhs
- Left hand siderhs
- Right hand sidepublic final SearchCompiler.Match getLhs()
public final SearchCompiler.Match getRhs()
protected static java.lang.String parenthesis(SearchCompiler.Match m)