|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openstreetmap.josm.actions.search.SearchCompiler.Match
org.openstreetmap.josm.actions.search.SearchCompiler.BinaryMatch
public abstract static class SearchCompiler.BinaryMatch
A binary search operator which may take data parameters.
| Field Summary | |
|---|---|
protected SearchCompiler.Match |
lhs
|
protected SearchCompiler.Match |
rhs
|
| Constructor Summary | |
|---|---|
SearchCompiler.BinaryMatch(SearchCompiler.Match lhs,
SearchCompiler.Match rhs)
|
|
| Method Summary | |
|---|---|
SearchCompiler.Match |
getLhs()
|
SearchCompiler.Match |
getRhs()
|
| Methods inherited from class org.openstreetmap.josm.actions.search.SearchCompiler.Match |
|---|
existsMatch, forallMatch, match |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final SearchCompiler.Match lhs
protected final SearchCompiler.Match rhs
| Constructor Detail |
|---|
public SearchCompiler.BinaryMatch(SearchCompiler.Match lhs,
SearchCompiler.Match rhs)
| Method Detail |
|---|
public SearchCompiler.Match getLhs()
public SearchCompiler.Match getRhs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||