Searched refs:mExecutionPath (Results 1 – 2 of 2) sorted by relevance
50 private final ExecutionPath mExecutionPath; field in InverseBinding65 mExecutionPath = ExecutionPath.createRoot(); in InverseBinding()66 mInverseExpr.toExecutionPath(mExecutionPath); in InverseBinding()77 mExecutionPath = null; in InverseBinding()143 return mExecutionPath; in getExecutionPath()
39 private ExecutionPath mExecutionPath; field in LambdaExpr127 return mExecutionPath; in getExecutionPath()146 mExecutionPath = ExecutionPath.createRoot(); in setup()147 getExpr().toExecutionPath(mExecutionPath); in setup()