Class Method

Package :
lang

This class encapsulates information about a class method.

Source

Class summary
Methods defined in this class
get_as_procedure() get_defining_class() get_method_name() get_procedure_name() invoke(obj, args[]) invoke_list(obj, args)
Variables defined in this class
as_proc defining_class method_name

Method detail

get_as_procedure()

Get as a procedure
Source

get_defining_class()

Get the name of the defining class
Source

get_method_name()

Get the method name eg "mymethod"
Source

get_procedure_name()

Get the procedure name, ec "Mypackage__Myclass_mymethod"
Source

invoke(obj, args[])

Invoke with the specified object and parameters
Source

invoke_list(obj, args)

Invoke with the specified object and parameters, given as a list
Source

Variable detail

as_proc


defining_class


method_name