Re: [JEXL] Access to static methods?

2008-05-12 Thread sebb
for testStaticMethodInvocation and testStaticMethodInvocationOnClasses On Fri, May 9, 2008 at 1:26 AM, sebb [EMAIL PROTECTED] wrote: JEXL can access instance methods via the objects that are passed to the interpreter. Is it possible to access static methods in Jexl

Re: [JEXL] Access to static methods?

2008-05-12 Thread Trevor Harrison
On Mon, May 12, 2008 at 7:35 AM, sebb [EMAIL PROTECTED] wrote: I see, thanks, very useful. Presumably Jexl has to be given class objects for any static methods it needs to call? Or are there any objects which are built-in to Jexl? Doesn't matter, you can get access to any objects you need

Re: [JEXL] Access to static methods?

2008-05-12 Thread sebb
On 12/05/2008, Trevor Harrison [EMAIL PROTECTED] wrote: On Mon, May 12, 2008 at 7:35 AM, sebb [EMAIL PROTECTED] wrote: I see, thanks, very useful. Presumably Jexl has to be given class objects for any static methods it needs to call? Or are there any objects which are built-in

Re: [JEXL] Access to static methods?

2008-05-11 Thread Dion Gillard
the objects that are passed to the interpreter. Is it possible to access static methods in Jexl? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- dIon Gillard Any

[JEXL] Access to static methods?

2008-05-08 Thread sebb
JEXL can access instance methods via the objects that are passed to the interpreter. Is it possible to access static methods in Jexl? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]