|
||||||||||
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.CountRange
org.openstreetmap.josm.actions.search.SearchCompiler.AreaSize
private static class SearchCompiler.AreaSize
Matches if the size of the area is within the given range
Constructor Summary | |
---|---|
SearchCompiler.AreaSize(PushbackTokenizer.Range range)
|
|
SearchCompiler.AreaSize(PushbackTokenizer tokenizer)
|
Method Summary | |
---|---|
protected java.lang.Long |
getCount(OsmPrimitive osm)
|
protected java.lang.String |
getCountString()
|
Methods inherited from class org.openstreetmap.josm.actions.search.SearchCompiler.CountRange |
---|
match, 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 |
Constructor Detail |
---|
public SearchCompiler.AreaSize(PushbackTokenizer.Range range)
public SearchCompiler.AreaSize(PushbackTokenizer tokenizer) throws SearchCompiler.ParseError
SearchCompiler.ParseError
Method Detail |
---|
protected java.lang.Long getCount(OsmPrimitive osm)
getCount
in class SearchCompiler.CountRange
protected java.lang.String getCountString()
getCountString
in class SearchCompiler.CountRange
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |