1PPI::Token::Label(3)  User Contributed Perl Documentation PPI::Token::Label(3)
2
3
4

NAME

6       PPI::Token::Label - Token class for a statement label
7

INHERITANCE

9         PPI::Token::Label
10         isa PPI::Token
11             isa PPI::Element
12

DESCRIPTION

14       A label is an identifier attached to a line or statements, to allow for
15       various types of flow control. For example, a loop might have a label
16       attached so that a "last" or "next" flow control statement can be used
17       from multiple levels below to reference the loop directly.
18

METHODS

20       There are no additional methods beyond those provided by the parent
21       PPI::Token and PPI::Element classes.
22
23       Got any ideas for methods? Submit a report to rt.cpan.org!
24

SUPPORT

26       See the support section in the main module.
27

AUTHOR

29       Adam Kennedy <adamk@cpan.org>
30
32       Copyright 2001 - 2011 Adam Kennedy.
33
34       This program is free software; you can redistribute it and/or modify it
35       under the same terms as Perl itself.
36
37       The full text of the license can be found in the LICENSE file included
38       with this module.
39
40
41
42perl v5.16.3                      2011-02-26              PPI::Token::Label(3)
Impressum