| JavaScript-Code documentation | Contained in the JavaScript-Code distribution. |
JavaScript::Code::Expression::Node - Represents a Node in JavaScript Expression
none.
Sascha Kiefer, esskar@cpan.org
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
| JavaScript-Code documentation | Contained in the JavaScript-Code distribution. |
package JavaScript::Code::Expression::Node; use strict; use vars qw[ $VERSION ]; use base qw[ JavaScript::Code::Accessor ]; $VERSION = '0.08';
1;