JavaScript::Code::Element - A JavaScript Element


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

Index


NAME

Top

JavaScript::Code::Element - A JavaScript Element

DESCRIPTION

Top

Base class for javascript elements like blocks, variables, functions and so on.

METHODS

Top

new

$self->clone( )

Clones the element.

$self->parent( )

The parent element.

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.

$self->get_indenting( )

$self->exists_in_parent( )

$self->is_valid_name( )


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