1PPIx::Regexp::Token::GrUosueprTyCpoen(t3r)ibuted Perl DoPcPuImxe:n:tRaetgieoxnp::Token::GroupType(3)
2
3
4
6 PPIx::Regexp::Token::GroupType - Represent a grouping parenthesis type.
7
9 use PPIx::Regexp::Dumper;
10 PPIx::Regexp::Dumper->new( 'qr{(?i:foo)}smx' )
11 ->print();
12
14 "PPIx::Regexp::Token::GroupType" is a PPIx::Regexp::Token.
15
16 "PPIx::Regexp::Token::GroupType" is the parent of
17 PPIx::Regexp::Token::GroupType::Assertion,
18 PPIx::Regexp::Token::GroupType::BranchReset,
19 PPIx::Regexp::Token::GroupType::Code,
20 PPIx::Regexp::Token::GroupType::Modifier,
21 PPIx::Regexp::Token::GroupType::NamedCapture,
22 PPIx::Regexp::Token::GroupType::Subexpression and
23 PPIx::Regexp::Token::GroupType::Switch.
24
26 This class represents any of the magic sequences of characters that can
27 follow an open parenthesis. This particular class is intended to be
28 abstract.
29
31 This class provides no public methods beyond those provided by its
32 superclass.
33
35 Support is by the author. Please file bug reports at
36 <http://rt.cpan.org>, or in electronic mail to the author.
37
39 Thomas R. Wyant, III wyant at cpan dot org
40
42 Copyright (C) 2009-2010, Thomas R. Wyant, III
43
44 This program is free software; you can redistribute it and/or modify it
45 under the same terms as Perl 5.10.0. For more details, see the full
46 text of the licenses in the directory LICENSES.
47
48 This program is distributed in the hope that it will be useful, but
49 without any warranty; without even the implied warranty of
50 merchantability or fitness for a particular purpose.
51
52
53
54perl v5.12.0 2010-06-08 PPIx::Regexp::Token::GroupType(3)