Home | History | Annotate | Download | only in expr

Lines Matching defs:paths

330         List<ExecutionPath> paths = new ArrayList<ExecutionPath>();
331 paths.add(path);
332 return toExecutionPath(paths);
335 public List<ExecutionPath> toExecutionPath(List<ExecutionPath> paths) {
337 return addJustMeToExecutionPath(paths);
339 return toExecutionPathInOrder(paths, getChildren());
345 protected final List<ExecutionPath> addJustMeToExecutionPath(List<ExecutionPath> paths) {
347 for (ExecutionPath path : paths) {
354 protected final List<ExecutionPath> toExecutionPathInOrder(List<ExecutionPath> paths,
356 List<ExecutionPath> executionPaths = paths;
360 List<ExecutionPath> result = new ArrayList<ExecutionPath>(paths.size());
368 protected final List<ExecutionPath> toExecutionPathInOrder(List<ExecutionPath> paths,
370 List<ExecutionPath> executionPaths = paths;
374 List<ExecutionPath> result = new ArrayList<ExecutionPath>(paths.size());
614 * All flag paths that will result in calculation of this expression.