org.openstreetmap.josm.data.osm
Class FilterMatcher.FilterInfo

java.lang.Object
  extended by org.openstreetmap.josm.data.osm.FilterMatcher.FilterInfo
Enclosing class:
FilterMatcher

private static class FilterMatcher.FilterInfo
extends java.lang.Object


Field Summary
(package private)  boolean isDelete
           
(package private)  boolean isInverted
           
(package private)  SearchCompiler.Match match
           
 
Constructor Summary
FilterMatcher.FilterInfo(Filter filter)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

match

final SearchCompiler.Match match

isDelete

final boolean isDelete

isInverted

final boolean isInverted
Constructor Detail

FilterMatcher.FilterInfo

FilterMatcher.FilterInfo(Filter filter)
                   throws SearchCompiler.ParseError
Throws:
SearchCompiler.ParseError


JOSM