Package | Description |
---|---|
org.openstreetmap.josm.actions.search |
Modifier and Type | Class and Description |
---|---|
static class |
SearchCompiler.And
Matches if both left and right expressions match.
|
static class |
SearchCompiler.Or
Matches if the left OR the right expression match.
|
static class |
SearchCompiler.Xor
Matches if the left OR the right expression match, but not both.
|
Modifier and Type | Method and Description |
---|---|
SearchCompiler.AbstractBinaryMatch |
SearchCompiler.BinaryMatchFactory.get(java.lang.String keyword,
SearchCompiler.Match lhs,
SearchCompiler.Match rhs,
PushbackTokenizer tokenizer) |