Searched refs:toExecutionPath (Results 1 – 10 of 10) sorted by relevance
104 public List<ExecutionPath> toExecutionPath(List<ExecutionPath> paths) { in toExecutionPath() method in TernaryExpr105 List<ExecutionPath> executionPaths = getPred().toExecutionPath(paths); in toExecutionPath()111 result.addAll(getIfTrue().toExecutionPath(ifTrue)); in toExecutionPath()115 result.addAll(getIfFalse().toExecutionPath(ifFalse)); in toExecutionPath()
77 public List<ExecutionPath> toExecutionPath(List<ExecutionPath> paths) { in toExecutionPath() method in SymbolExpr81 return super.toExecutionPath(paths); in toExecutionPath()
61 public List<ExecutionPath> toExecutionPath(List<ExecutionPath> paths) { in toExecutionPath() method in BracketExpr62 final List<ExecutionPath> targetPaths = getTarget().toExecutionPath(paths); in toExecutionPath()74 final List<ExecutionPath> argPath = getArg().toExecutionPath(subPath); in toExecutionPath()
80 public List<ExecutionPath> toExecutionPath(List<ExecutionPath> paths) { in toExecutionPath() method in FieldAssignmentExpr82 List<ExecutionPath> targetPaths = child.toExecutionPath(paths); in toExecutionPath()
120 public List<ExecutionPath> toExecutionPath(List<ExecutionPath> paths) { in toExecutionPath() method in LambdaExpr147 getExpr().toExecutionPath(mExecutionPath); in setup()
41 public List<ExecutionPath> toExecutionPath(List<ExecutionPath> paths) { in toExecutionPath() method in MethodBaseExpr42 final List<ExecutionPath> targetPaths = getTarget().toExecutionPath(paths); in toExecutionPath()
329 public final List<ExecutionPath> toExecutionPath(ExecutionPath path) { in toExecutionPath() method in Expr332 return toExecutionPath(paths); in toExecutionPath()335 public List<ExecutionPath> toExecutionPath(List<ExecutionPath> paths) { in toExecutionPath() method in Expr358 executionPaths = anOrder.toExecutionPath(executionPaths); in toExecutionPathInOrder()372 executionPaths = expr.toExecutionPath(executionPaths); in toExecutionPathInOrder()
98 public List<ExecutionPath> toExecutionPath(List<ExecutionPath> paths) { in toExecutionPath() method in MethodCallExpr99 final List<ExecutionPath> targetPaths = getTarget().toExecutionPath(paths); in toExecutionPath()
64 List<ExecutionPath> result = parsed.toExecutionPath(paths); in simpleExpr()
66 mInverseExpr.toExecutionPath(mExecutionPath); in InverseBinding()