TITLE
PGE::Dumper - various methods for displaying PGE structures
PGE::Match Methods
__dump(PMC dumper, STR label)
This method enables Data::Dumper to work on Match objects.
dump_str()
An alternate dump output for a Match object and all of its subcaptures.
dump()
An alternate dump output for a Match object and all of its subcaptures.
Simply calls
dump_str() above and prints the results.PGE::Exp methods
These methods print out a PGE expression tree. They may be obsoleted in favor of a Data::Dumper method.
PGE::OPTable Methods
__dump(PMC dumper, STR label)
This method enables Data::Dumper to work on PGE::OPTable objects.