help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Need help with Octave/Java (was: It Works!)


From: Mike Miller
Subject: Re: Need help with Octave/Java (was: It Works!)
Date: Tue, 17 Jul 2018 15:50:30 -0700
User-agent: Mutt/1.10.0 (2018-05-17)

On Tue, Jul 17, 2018 at 15:00:31 -0400, Walter Grossman wrote:
> So, more questions:  what is the __java_get__ function?  What is it
> normally used for?  Are there any other such function that would be good to
> know?

The double underscores are meant to indicate that it is an internal
Octave function. These functions are typically only used by Octave
itself and are not meant to be called in user code. They are subject to
change or removal at any time.

However, there is no other way to get static properties from a Java
interface using the public functions javaMethod, javaObject, etc.

So if your use case requires this, then go ahead and use __java_get__.
But it may be removed in a future version of Octave once namespace
resolution of Java objects is implemented.

-- 
mike

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]