Package | Description |
---|---|
org.openstreetmap.josm.actions.search |
Modifier and Type | Class and Description |
---|---|
static class |
SearchCompiler.Child
Matches objects if they are children of the expression
|
static class |
SearchCompiler.Not
Inverts the match.
|
static class |
SearchCompiler.Parent
Matches objects if they are parents of the expression
|
Modifier and Type | Method and Description |
---|---|
SearchCompiler.UnaryMatch |
SearchCompiler.CoreUnaryMatchFactory.get(java.lang.String keyword,
SearchCompiler.Match matchOperand,
PushbackTokenizer tokenizer) |
SearchCompiler.UnaryMatch |
SearchCompiler.UnaryMatchFactory.get(java.lang.String keyword,
SearchCompiler.Match matchOperand,
PushbackTokenizer tokenizer) |