Lines Matching refs:returns

133 	private Vector ret = null;		// for returns.
172 private Vector records = null; // for returns.
220 private Vector records = null; // for returns.
324 // returns object. Since deletions may have removed everything
327 boolean setReturn(BVCollector returns) {
334 returns.setReturn(rec);
377 boolean getAll(BVCollector returns) {
385 match = match | rec.setReturn(returns);
406 boolean matchDoesNotContain(Object pattern, BVCollector returns) {
419 // Add to prospective returns.
434 match = match | rec.setReturn(returns);
443 matchEqual(Object pattern, BVCollector returns) {
459 match = match | rec.setReturn(returns);
474 // Otherwise set returns in the vector.
476 match = rec.setReturn(returns);
485 matchNotEqual(Object pattern, BVCollector returns) {
496 match = match | rec.setReturn(returns);
506 BVCollector returns) {
522 match = match | rec.setReturn(returns);
530 BVCollector returns) {
545 match = match | rec.setReturn(returns);
553 BVCollector returns) {
568 match = match | rec.setReturn(returns);
576 BVCollector returns) {
591 match = match | rec.setReturn(returns);
920 private ParserBVCollector returns; // For gathering results.
928 returns = new ParserBVCollector(inScopes);
946 returns.prReturns = prReturns;
953 match = attrLevelNot.matchDoesNotContain(tag, returns);
982 match = attrLevelNot.matchEqual(tag, returns);
1021 match = match | bvec.getAll(returns);
1038 match = bvec.matchEqual(pattern, returns);
1041 match = bvec.matchNotEqual(pattern, returns);
1052 match = bvec.matchLessEqual(pattern, returns);
1055 match = bvec.matchNotLessEqual(pattern, returns);
1066 match = bvec.matchGreaterEqual(pattern, returns);
1069 match = bvec.matchNotGreaterEqual(pattern, returns);
1940 * key returns null. If there are no
2337 * If scopes is null, then returns all records.