JavaScript::Code::Expression::Node - Represents a Node in JavaScript Expression


JavaScript-Code documentation Contained in the JavaScript-Code distribution.

Index


Code Index:

NAME

Top

JavaScript::Code::Expression::Node - Represents a Node in JavaScript Expression

METHODS

Top

none.

SEE ALSO

Top

JavaScript::Code

AUTHOR

Top

Sascha Kiefer, esskar@cpan.org

LICENSE

Top

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;