Help for this page
Select Code to Download
Select
or
download this
package Node; ... sub isLeaf { 0 } ... package Leaf; ... sub isLeaf { 1 }
Select
or
download this
if ( $o->isLeaf() ) { ...
Select
or
download this
if ( $o->[$Node::isLeaf] ) { ...