You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let instance = self.jvm.clone_instance(&self.instance)?;
218
218
Ok(ChainableInstance::new(instance,self.jvm))
219
219
}
220
220
221
221
/// Invokes the static method `method_name` of the class `class_name`, passing an array of `InvocationArg`s. It returns an `Instance` as the result of the invocation.
0 commit comments