Get all the methods of a Java object
methods = jgetmethods(object)
A mlist typed _JObj or _JClass or a Scilab variable
A column of strings
Retrieve all the methods of a Java object.
s = "Hello World !" jgetmethods(jwrap(s))