NAME
Perl::Analysis::Static::Element - represents an element of a Perl document
VERSION
version 0.004
ATTRIBUTES
from
The line this element starts on.
to
The line this element ends on.
ppi_node
The instance of PPI::Node this element originated from.
The analysis that created this element used PPI to scan the document and found some PPI::Nodes. Use this node if the element isn't sufficient for some reason. This might be the case if you want to do some PPI magic with it (maybe refactoring?).
AUTHOR
Gregor Goldbach <glauschwuffel@nomaden.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Gregor Goldbach.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.