892893894895896897898899900901902
if ( Strings.isEmpty( filter ) ) { throw new ParseException( I18n.err( I18n.ERR_04158 ), 0 ); } Position pos = new Position(); pos.start = 0; pos.end = 0; pos.length = filter.length; try
896897898899900901902903904905906
906907908909910911912913914915916