1PPI::Token::Structure(3U)ser Contributed Perl DocumentatiPoPnI::Token::Structure(3)
2
3
4

NAME

6       PPI::Token::Structure - Token class for characters that define code
7       structure
8

INHERITANCE

10         PPI::Token::Structure
11         isa PPI::Token
12             isa PPI::Element
13

DESCRIPTION

15       The "PPI::Token::Structure" class is used for tokens that control the
16       generally tree structure or code.
17
18       This consists of seven characters. These are the six brace characters
19       from the "round", "curly" and "square" pairs, plus the semi-colon
20       statement separator ";".
21

METHODS

23       This class has no methods beyond what is provided by its PPI::Token and
24       PPI::Element parent classes.
25

SUPPORT

27       See the support section in the main module.
28

AUTHOR

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