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 |
---|---|
boolean |
equals(java.lang.Object obj) |
SearchCompiler.Match |
getLhs()
Returns left hand side.
|
SearchCompiler.Match |
getRhs()
Returns right hand side.
|
int |
hashCode() |
protected static java.lang.String |
parenthesis(SearchCompiler.Match m) |
match, match, test
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)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object