コード例 #1
0
        }                                                                            // Not sure if this is right..

        public override void visit(NodeDirectFunction node)
        {
            nextNode = node.getNext();
        }                                                                                  // Not sure if this is right..
コード例 #2
0
 public abstract void visit(NodeDirectFunction node);