NAME
Devel::Graph::Node - A node in a Devel::Graph, representing a block/expression
SYNOPSIS
use Devel::Graph;
my $graph = Devel::Graph->graph( '$a = 9 if $b == 1' );
print $graph->as_ascii();
DESCRIPTION
This module is used by Devel::Graph internally, there should be no need to use it directly.
EXPORT
Exports nothing on default but can export on request the following:
N_START N_END N_BLOCK N_IF N_THEN N_ELSE N_JOINT N_END N_FOR N_BODY
N_CONTINUE
SEE ALSO
COPYRIGHT AND LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms of the GPL version 2. See the LICENSE file for information.
AUTHOR
Copyright (C) 2004-2005 by Tels http://bloodgate.com