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