| Package | Description |
|---|---|
| org.openstreetmap.josm.actions.search |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SearchCompiler.BinaryMatchFactory |
static interface |
SearchCompiler.SimpleMatchFactory |
static interface |
SearchCompiler.UnaryMatchFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
SearchCompiler.CoreSimpleMatchFactory |
static class |
SearchCompiler.CoreUnaryMatchFactory |
| Modifier and Type | Method and Description |
|---|---|
static void |
SearchCompiler.addMatchFactory(SearchCompiler.MatchFactory factory)
Add (register) MatchFactory with SearchCompiler
|