Searched refs:nextScript (Results 1 – 1 of 1) sorted by relevance
533 Script<?> nextScript = (i + 1 < mScripts.size()) ? mScripts.get(i + 1) : null; in ScriptGraph() local537 lastOutput = (nextScript != null) ? nextScript.getInput() in ScriptGraph()