Class Tools.AutoDoc.PikeObjects.Method

Inheritance graph
Tools.AutoDoc.PikeObjects.PikeObject Tools.AutoDoc.PikeObjects.Method
Description

Represents a function.


Inherit PikeObject

inherit PikeObject : PikeObject


Constant objtype

constant string Tools.AutoDoc.PikeObjects.Method.objtype


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.