Searched refs:mScopeExpressions (Results 1 – 1 of 1) sorted by relevance
50 private Set<Expr> mScopeExpressions = new HashSet<Expr>(); field in ExecutionPath101 mScopeExpressions.contains(expr)); in createPath()104 path.mScopeExpressions.addAll(mScopeExpressions); in createPath()114 mScopeExpressions.add(expr); in addPath()115 path.mScopeExpressions.add(expr); in addPath()