Searched refs:stopOnPredicateMatches (Results 1 – 1 of 1) sorted by relevance
60 private final boolean stopOnPredicateMatches; field in MatchOps.MatchKind63 private MatchKind(boolean stopOnPredicateMatches, in MatchKind() argument65 this.stopOnPredicateMatches = stopOnPredicateMatches; in MatchKind()90 if (!stop && predicate.test(t) == matchKind.stopOnPredicateMatches) { in makeRef()119 if (!stop && predicate.test(t) == matchKind.stopOnPredicateMatches) { in makeInt()149 if (!stop && predicate.test(t) == matchKind.stopOnPredicateMatches) { in makeLong()179 if (!stop && predicate.test(t) == matchKind.stopOnPredicateMatches) { in makeDouble()