Hi

I've been checking out JEXL and is very easy to use. I was wondering if 
I can do the following things:

1.- Define an expression and then reuse that expression as a function. 
I want to be able to let users configure their own expressions and then 
reuse them in another expression. Something like this:

Function TRIANGLEAREA: (a * b) / 2.
Reuse the function: a + TRIANGLEAREA (a, b) + b. 

2.- For a particular expression know what variables depend on the 
expression. I want to be able to expose the expression as a function 
with parameters.

Regards,

Nestor Boscan
-- 
NeoMail - http://neomail.sourceforge.net

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to