Name
jgetmehtods — Get all the methods of a Java object
Calling Sequence
methods = jgetmethods(object)
Parameters
- object
A mlist typed _JObj or _JClass or a Scilab variable
- methods
A column of strings
Description
Retrieve all the methods of a Java object.
Examples
s = "Hello World !"
jgetmethods(jwrap(s))