1Padre::Task::FindVariabUlseeDrecCloanrtartiibount(e3d)PPeardlreD:o:cTuamsekn:t:aFtiinodnVariableDeclaration(3)
2
3
4

NAME

6       Padre::Task::FindVariableDeclaration - Finds where a variable was
7       declared using PPI
8

SYNOPSIS

10         # Find declaration of variable at cursor
11         my $task = Padre::Task::FindVariableDeclaration->new(
12                 document => $document_obj,
13                 location => [ $line, $column ], # ppi-style location is okay, too
14         );
15
16         $task->schedule;
17

DESCRIPTION

19       Finds out where a variable has been declared.  If unsuccessful, a
20       message box tells the user about that glorious fact. If a declaration
21       is found, the cursor will jump to it.
22

SEE ALSO

24       This class inherits from "Padre::Task::PPI".
25

AUTHOR

27       Steffen Mueller "smueller@cpan.org"
28
30       Copyright 2008-2011 The Padre development team as listed in Padre.pm.
31
32       This program is free software; you can redistribute it and/or modify it
33       under the same terms as Perl 5 itself.
34
35
36
37perl v5.32.0                      2020-0P7a-d2r8e::Task::FindVariableDeclaration(3)
Impressum