class Pod::Block::Declarator
Declarator block in a Pod document
1 | Methods |
1.1 | method leading |
1.2 | method trailing |
1.3 | method WHEREFORE |
2 | Type Graph |
3 | Routines supplied by class Pod::Block |
3.1 | (Pod::Block) method contents |
3.2 | (Pod::Block) method config |
is Pod::Block
Class for a declarator Pod block
Methods
method leading
method leading(--> Str)
Returns the leading Pod comment attached to the declarator
method trailing
method trailing(--> Str)
Returns the trailing Pod comment attached to the declarator
method WHEREFORE
method WHEREFORE(--> Mu)
Returns the code object or metaobject to which the Pod block is attached to
Type Graph
Routines supplied by class Pod::Block
Pod::Block::Declarator inherits from class Pod::Block, which provides the following routines:
(Pod::Block) method contents
method contents(--> Positional)
Returns a list of contents of this block.
(Pod::Block) method config
method config(--> Map)
Returns a hash of configs.