package JavaScript::Code::Expression::Node; use strict; use vars qw[ $VERSION ]; use base qw[ JavaScript::Code::Accessor ]; $VERSION = '0.08'; =head1 NAME JavaScript::Code::Expression::Node - Represents a Node in JavaScript Expression =head1 METHODS I =head1 SEE ALSO L =head1 AUTHOR Sascha Kiefer, C =head1 LICENSE This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. =cut 1;