Parse::RecDescent::Topiary::Base - Base class for autotree constructors


Parse-RecDescent-Topiary documentation  | view source Contained in the Parse-RecDescent-Topiary distribution.

Index


NAME

Top

Parse::RecDescent::Topiary::Base - Base class for autotree constructors

SYNOPSIS

Top

  package MyTree::Rule1;
  use base 'Parse::RecDescent::Topiary::Base';

DESCRIPTION

Top

This module provides a method new to build hashref objects for autotree classes. See Parse::RecDescent::Topiary for details.

new

Basic hashref style object constructor. Takes a list of value pairs.

BUGS

Top

Please report bugs to http://rt.cpan.org

AUTHOR

Top

    Ivor Williams
    CPAN ID: IVORW

    ivorw@cpan.org




COPYRIGHT

Top

SEE ALSO

Top

Parse::RecDescent, Parse::RecDescent::Topiary.


Parse-RecDescent-Topiary documentation  | view source Contained in the Parse-RecDescent-Topiary distribution.