Uses of Class
org.openstreetmap.josm.data.osm.search.SearchParseError
-
Packages that use SearchParseError Package Description org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives:Node,Way,RelationUsersTagsChangesetsUtilities classesorg.openstreetmap.josm.data.osm.search Provides classes allowing to search OSM primitives in a dataset using textual queries.org.openstreetmap.josm.gui.dialogs.properties Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.org.openstreetmap.josm.tools.template_engine Provides classes for a generic template engine used in presets, name rendering and search function. -
-
Uses of SearchParseError in org.openstreetmap.josm.data.osm
Methods in org.openstreetmap.josm.data.osm that throw SearchParseError Modifier and Type Method Description voidFilterMatcher. add(Filter filter)Adds a filter to the currently used filtersstatic <T extends IPrimitive & IFilterablePrimitive>
booleanFilterWorker. executeFilters(java.util.Collection<T> all, Filter... filters)Apply the filters to the primitives of the data set.static FilterMatcherFilterMatcher. of(Filter... filters)Returns a newFilterMatchercontaining the given filters.voidFilterMatcher. update(java.util.Collection<Filter> filters)Clears the current filters, and adds the given filtersConstructors in org.openstreetmap.josm.data.osm that throw SearchParseError Constructor Description FilterInfo(Filter filter) -
Uses of SearchParseError in org.openstreetmap.josm.data.osm.search
Methods in org.openstreetmap.josm.data.osm.search that throw SearchParseError Modifier and Type Method Description static SearchCompiler.MatchSearchCompiler. compile(java.lang.String searchStr)Compiles the search expression.static SearchCompiler.MatchSearchCompiler. compile(SearchSetting setting)Compiles the search expression.(package private) static SearchCompiler.MatchSearchCompiler. compileMapCSS(java.lang.String mapCSS)protected static java.util.regex.PatternSearchCompiler.TaggedMatch. compilePattern(java.lang.String regex, int flags)private static SearchCompiler.TimestampRangeSearchCompiler.TimestampRange. create(java.lang.String[] range)SearchCompiler.AbstractBinaryMatchSearchCompiler.BinaryMatchFactory. get(java.lang.String keyword, SearchCompiler.Match lhs, SearchCompiler.Match rhs, PushbackTokenizer tokenizer)Get theSearchCompiler.AbstractBinaryMatchobjectSearchCompiler.MatchSearchCompiler.CoreSimpleMatchFactory. get(java.lang.String keyword, boolean caseSensitive, boolean regexSearch, PushbackTokenizer tokenizer)SearchCompiler.MatchSearchCompiler.SimpleMatchFactory. get(java.lang.String keyword, boolean caseSensitive, boolean regexSearch, PushbackTokenizer tokenizer)Get theSearchCompiler.MatchobjectSearchCompiler.UnaryMatchSearchCompiler.UnaryMatchFactory. get(java.lang.String keyword, SearchCompiler.Match matchOperand, PushbackTokenizer tokenizer)Get theSearchCompiler.UnaryMatchobjectprivate static SearchCompiler.MatchSearchCompiler.CoreSimpleMatchFactory. getTokenizer(java.lang.String keyword, boolean caseSensitive, boolean regexSearch, PushbackTokenizer tokenizer)private SearchCompiler.MatchSearchCompiler. getValidate(SearchCompiler.UnaryMatchFactory unaryFactory, java.lang.String key, PushbackTokenizer tokenizer)SearchCompiler.MatchSearchCompiler. parse()Parse search string.private SearchCompiler.MatchSearchCompiler. parseExpression()Parse expression.private java.util.List<java.lang.Object>SearchCompiler. parseExpressionStep1()private SearchCompiler.MatchSearchCompiler. parseFactor()Parse next factor (a search operator or search term).private SearchCompiler.MatchSearchCompiler. parseFactor(java.lang.String errorMessage)longPushbackTokenizer. readNumber(java.lang.String errorMessage)Reads a numberPushbackTokenizer.RangePushbackTokenizer. readRange(java.lang.String errorMessage)Reads a range of numbersSearchCompiler.MatchSearchCompiler.Match. validate()Check if this is a valid match objectSearchCompiler.MatchSearchCompiler.ValueComparison. validate()Constructors in org.openstreetmap.josm.data.osm.search that throw SearchParseError Constructor Description Any(java.lang.String s, boolean regexSearch, boolean caseSensitive)AreaSize(PushbackTokenizer tokenizer)ChangesetId(PushbackTokenizer tokenizer)ExactKeyValue(boolean regexp, boolean caseSensitive, java.lang.String key, java.lang.String value)Constructs a newExactKeyValue.ExactType(java.lang.String type)Id(PushbackTokenizer tokenizer)KeyValue(java.lang.String key, java.lang.String value, boolean regexSearch, boolean caseSensitive)MemberCountRange(PushbackTokenizer tokenizer)NodeCountRange(PushbackTokenizer tokenizer)Nth(int nth, boolean modulo)Nth(PushbackTokenizer tokenizer, boolean modulo)Preset(java.lang.String presetName)TagCountRange(PushbackTokenizer tokenizer)Version(PushbackTokenizer tokenizer)WayCountRange(PushbackTokenizer tokenizer)WayLength(PushbackTokenizer tokenizer) -
Uses of SearchParseError in org.openstreetmap.josm.gui.dialogs.properties
Methods in org.openstreetmap.josm.gui.dialogs.properties with parameters of type SearchParseError Modifier and Type Method Description private static voidTagEditHelper. warnAboutParseError(SearchParseError parseError)Methods in org.openstreetmap.josm.gui.dialogs.properties that throw SearchParseError Modifier and Type Method Description SearchSettingRecentTagCollection. ignoreTag(Tag tagToIgnore, SearchSetting settingToUpdate)voidRecentTagCollection. setTagsToIgnore(SearchSetting tagsToIgnore) -
Uses of SearchParseError in org.openstreetmap.josm.tools.template_engine
Constructors in org.openstreetmap.josm.tools.template_engine with parameters of type SearchParseError Constructor Description ParseError(int position, SearchParseError e)Constructs a newParseErrorfrom aSearchParseError.
-