public abstract static class SearchCompiler.UnaryMatch extends SearchCompiler.Match
Modifier and Type | Field and Description |
---|---|
protected SearchCompiler.Match |
match |
Constructor and Description |
---|
UnaryMatch(SearchCompiler.Match match) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
SearchCompiler.Match |
getOperand() |
int |
hashCode() |
match, match, test
protected final SearchCompiler.Match match
public UnaryMatch(SearchCompiler.Match match)
public SearchCompiler.Match getOperand()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object