Help for this page

Select Code to Download


  1. or download this
    package LeafNode;
    ...
    ...
        my($self, $visitor) = @_;
        $visitor->visit_leaf($self);
    }