HeaderDoc::Method
IntroductionAPI object that describes an Objective-C method. DiscussionThe This class is a subclass of
Member Functions
_initializeInitializes an instance of a sub _initialize ParameterscloneDuplicates this sub clone ParametersconflictSets/gets whether this symbol name has multiple variants with different numbers of arguments. sub conflict ParametersDiscussionThis method is basically nonsensical now that this object is used exclusively for Objective-C methods. Still, for compatibility, it remains (for now). isInstanceMethodReturns a cached indication of whether this is an instance method or a class method. sub isInstanceMethod ParametersReturn ValueReturns printObjectPrints this object for debugging purposes. sub printObject ParameterssetDeclarationSets the declaration. sub setDeclaration ParameterssetIsInstanceMethodSets a flag to indicate whether this is an instance method or a class method. ParametersMember Data
CONFLICTSet high (1) if this function conflicts with another function of the same name. This causes the method signature to be shown. $self->{CONFLICT}
HeaderDoc::Method::VERSIONThe revision control revision number for this module. $HeaderDoc::Method::VERSION = '$Revision: 1298084578 $'; DiscussionIn the git repository, contains the number of seconds since January 1, 1970. ISINSTANCEMETHODSet to $self->{ISINSTANCEMETHOD}
RESULTThe contents of the $self->{RESULT}
|