Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
Tools
Tools.AutoDoc
Tools.AutoDoc.PikeObjects
Tools.AutoDoc.PikeObjects.Method

Class Tools.AutoDoc.PikeObjects.Method

Description

Represents a function.


Inherit PikeObject

inherit PikeObject : PikeObject


Variable argnames

array(string) Tools.AutoDoc.PikeObjects.Method.argnames

Description

The names of the arguments.


Variable argtypes

array(Type) Tools.AutoDoc.PikeObjects.Method.argtypes

Description

The types for the arguments.


Variable returntype

Type Tools.AutoDoc.PikeObjects.Method.returntype

Description

The return type for the function.


Constant objtype

constant Tools.AutoDoc.PikeObjects.Method.objtype