1 #ifndef POINCARE_LIST_DATA_H 2 #define POINCARE_LIST_DATA_H 22 int m_numberOfOperands;
ListData & operator=(const ListData &other)=delete
Expression ** operands() const
int numberOfOperands() const
void pushExpression(Expression *operand)
ListData(Expression *operand)
const Expression * operand(int i) const