Navigation

Operators and Keywords

Function List:

C++ API

Function File: methods (obj)
Function File: methods ("classname")
Function File: mtds = methods (…)

Return a cell array containing the names of the methods for the object obj or the named class classname.

obj may be an Octave class object or a Java object.

See also: fieldnames.

Package: octave