|
||||||||||
| 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.BooleanMatch
private static class SearchCompiler.BooleanMatch
Matches if the value of the corresponding key is ''yes'', ''true'', ''1'' or ''on''.
| Field Summary | |
|---|---|
private boolean |
defaultValue
|
private java.lang.String |
key
|
| Constructor Summary | |
|---|---|
SearchCompiler.BooleanMatch(java.lang.String key,
boolean defaultValue)
|
|
| Method Summary | |
|---|---|
boolean |
match(OsmPrimitive osm)
|
| Methods inherited from class org.openstreetmap.josm.actions.search.SearchCompiler.Match |
|---|
existsMatch, forallMatch |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final java.lang.String key
private final boolean defaultValue
| Constructor Detail |
|---|
public SearchCompiler.BooleanMatch(java.lang.String key,
boolean defaultValue)
| Method Detail |
|---|
public boolean match(OsmPrimitive osm)
match in class SearchCompiler.Match
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||