man Embperl::Syntax::EmbperlBlocks () - Embperl::Syntax::EmbperlBlocks
NAME
Embperl::Syntax::EmbperlBlocks
SYNOPSIS
DESCRIPTION
Class derived from Embperl::Syntax to define the syntax for Embperl Blocks and metacommands.
Methods
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 CW$cmdname and use processor info from CW$procinfo. See Embperl::Syntax for a definition of procinfo. Add a new metacommand with name CW$cmdname and use processor info from CW$procinfo. Addtionaly specify that a matching CW$endname metacommand must be found to end the block, that is started by this metacommand. See Embperl::Syntax for a definition of procinfo. Add a new metacommand with name CW$cmdname and and a second metacommand CW$endname which ends the block that is started by CW$cmdname. Use processor info from CW$procinfo. See Embperl::Syntax for a definition of procinfo.
Author
G. Richter (richter@dev.ecos.de)
See Also
Embperl::Syntax