|
||||||||||
| 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.ChangesetId
private static class SearchCompiler.ChangesetId
Matches objects with the given changeset ID.
| Field Summary | |
|---|---|
private long |
changesetid
|
| Constructor Summary | |
|---|---|
SearchCompiler.ChangesetId(long changesetid)
|
|
SearchCompiler.ChangesetId(PushbackTokenizer tokenizer)
|
|
| Method Summary | |
|---|---|
boolean |
match(OsmPrimitive osm)
|
java.lang.String |
toString()
|
| 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, wait, wait, wait |
| Field Detail |
|---|
private long changesetid
| Constructor Detail |
|---|
public SearchCompiler.ChangesetId(long changesetid)
public SearchCompiler.ChangesetId(PushbackTokenizer tokenizer)
throws SearchCompiler.ParseError
SearchCompiler.ParseError| Method Detail |
|---|
public boolean match(OsmPrimitive osm)
match in class SearchCompiler.Matchpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||