16 May 18:51
method call in expressions pb
damien benoist <damien_benoist <at> yahoo.com>
2005-05-16 16:51:34 GMT
2005-05-16 16:51:34 GMT
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:
(Continue reading)
RSS Feed