The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

BaseCodeGenDataType

Base class for generating the data type classes.

getGetterName()

getSetterName()

_getSetterComment()

This method is used from within 'getSetterGetterComment' method

_getGetterComment()

This method is used from within 'getSetterGetterComment' method

getTypeComment()

Used in _getGetterComment and in _getSetterComment methods

getSetterGetterComment()

$methodName()

$strComment

getPropertyToCallInfo()

CallInfo is a package defined in Annotation.pm file. The packageName is: Annotation::CallInfo

_getClassBody()

Must be implemented in each class that extends this class

NAME

$fullPackageName

DESCRIPTION

$sDescription

SYNOPSIS