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

NAME

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

METHODS

$self->less( ... )

$self->less_equal( ... )

$self->greater( ... )

$self->greater_equal( ... )

$self->equal( ... )

$self->not_equal( ... )

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.