| PPIx-EditorTools documentation | view source | Contained in the PPIx-EditorTools distribution. |
my $outline = PPIx::EditorTools::Outline->new->find(
code => "package TestPackage;\nsub x { 1;\n"
);
print Dumper $outline;
Return a list of pragmatas, modules, methods, attributes of a PPI::Document.
Constructor. Generally shouldn't be called with any arguments.
Accepts either a PPI::Document to process or a string containing
the code (which will be converted into a PPI::Document) to process.
Return a reference to a hash.
This class inherits from PPIx::EditorTools.
Also see App::EditorTools, Padre, and PPI.
| PPIx-EditorTools documentation | view source | Contained in the PPIx-EditorTools distribution. |