JavaScript::Code::Value - A JavaScript Value


JavaScript-Code documentation  | view source Contained in the JavaScript-Code distribution.

Index


NAME

Top

JavaScript::Code::Value - A JavaScript Value

SYNOPSIS

    use base qw[ JavaScript::Code::Value ];

DESCRIPTION

Top

A value can e.g. be assigned to a variable.

METHODS

Top

$self->can_be_assigned( )

$self->as_variable( ... )

SEE ALSO

Top

JavaScript::Code, JavaScript::Code::Variable

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  | view source Contained in the JavaScript-Code distribution.