}                                                                            // Not sure if this is right..

        public override void visit(NodeDirectFunction node)
        {
            nextNode = node.getNext();
        }                                                                                  // Not sure if this is right..
 public abstract void visit(NodeDirectFunction node);