damien benoist | 16 May 18:51
Picon
Favicon

method call in expressions pb

Hello,

I have a list of dynamic variables.
Those variables are boolean and have a name (String).
I would like to add a function which returns true
if all the variables matching a regexp are true:

       all("dum*")

When compiling the expression, i get the following
exception:

       gnu.jel.CompilationException: 
Dynamic variable cant have the formal parameters.

I've set a dynamic lib with an "all" method: 

public boolean                  all(
String                          reStr) {

    ...
}

What am i doing wrong (again)?

Thanks for your help.

		
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html

Gmane