The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

JavaScript::Code::Expression::Node::Arithmetic - A Node For JavaScript Arithmetic Expressions

METHODS

$self->addition( ... )

$self->subtraction( ... )

$self->multiplication( ... )

$self->division( ... )

SEE ALSO

JavaScript::Code

AUTHOR

Sascha Kiefer, esskar@cpan.org

LICENSE

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.