public override void visit(FunctionCall node)
 {
     nextNode = node.getNextNode();
 }
 public abstract void visit(FunctionCall node);