fLastSubExpression
if (fLastSubExpression != NULL) {
fLastSubExpression->SetNext(child);
fLastSubExpression = child;
Node* fLastSubExpression;