Searched refs:mpRoot (Results 1 – 2 of 2) sorted by relevance
29 Expression* ExpressionInterpreter::mpRoot = NULL; member in ExpressionInterpreter44 if (!mpRoot) in addExpression()46 mpRoot = new Expression("[root]", NULL); in addExpression()49 Expression* currentWord = mpRoot; in addExpression()80 currentState.push_back(mpRoot); in interpretCommand()189 mpRoot->printTree(); in printExpressionTree()194 mpRoot->printList(); in printExpressionList()
46 static Expression* mpRoot;