/usr/local/perl/lib/site_perl/5.6.1/sun4-solaris/HTML/Embperl/Syntax/EmbperlBlocks.pm |
HTML::Embperl::Syntax::EmbperlBlocks
Class derived from HTML::Embperl::Syntax to define the syntax for Embperl Blocks and metacommands.
HTML::Embperl::Syntax::EmbperlBlocks defines the following methods:
Create a new syntax class. This method should only be called inside a constructor of a derived class.
Add a new metacommand with name $cmdname
and use processor info from
$procinfo
. See HTML::Embperl::Syntax for a definition of procinfo.
Add a new metacommand with name $cmdname
and use processor info from
$procinfo
. Addtionaly specify that a matching $endname
metacommand
must be found to end the block, that is started by this metacommand.
See HTML::Embperl::Syntax for a definition of procinfo.
Add a new metacommand with name $cmdname
and and a second metacommand
$endname
which ends the block that is started by $cmdname
.
Use processor info from $procinfo
.
See HTML::Embperl::Syntax for a definition of procinfo.
G. Richter (richter@dev.ecos.de)
HTML::Embperl::Syntax
/usr/local/perl/lib/site_perl/5.6.1/sun4-solaris/HTML/Embperl/Syntax/EmbperlBlocks.pm |