Lines Matching refs:ExpressionList
79 ExpressionList currentState; in interpretCommand()
81 ExpressionList nextState; in interpretCommand()
87 ExpressionList::const_iterator iter = currentState.begin(); in interpretCommand()
88 ExpressionList::const_iterator end = currentState.end(); in interpretCommand()
92 ExpressionList exprNextList = expr->getNextExpressionClosure(text); in interpretCommand()
110 ExpressionList::const_iterator iter = currentState.begin(); in interpretCommand()
111 ExpressionList::const_iterator end = currentState.end(); in interpretCommand()
121 ExpressionList children = expr->getNextExpressions(); in interpretCommand()
125 ExpressionList::const_iterator iter = children.begin(); in interpretCommand()
126 ExpressionList::const_iterator end = children.end(); in interpretCommand()
155 ExpressionList executables = expr->getClosureExecutables(false); in interpretCommand()