org.openstreetmap.josm.actions.search
Class SearchCompiler.ChangesetId

java.lang.Object
  extended by org.openstreetmap.josm.actions.search.SearchCompiler.Match
      extended by org.openstreetmap.josm.actions.search.SearchCompiler.ChangesetId
Enclosing class:
SearchCompiler

private static class SearchCompiler.ChangesetId
extends SearchCompiler.Match

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

changesetid

private long changesetid
Constructor Detail

SearchCompiler.ChangesetId

public SearchCompiler.ChangesetId(long changesetid)

SearchCompiler.ChangesetId

public SearchCompiler.ChangesetId(PushbackTokenizer tokenizer)
                           throws SearchCompiler.ParseError
Throws:
SearchCompiler.ParseError
Method Detail

match

public boolean match(OsmPrimitive osm)
Specified by:
match in class SearchCompiler.Match

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


JOSM