we have a rules engine in powerbuilder that reads a condition field, a
operator field, a result field and a consequence field from a table.
e.g.
condition filed: function(paramter expression, parameter
expresion,...)
operator: standar logical operator
result: function(paramter expression, paramter expression,...)
the consequence will be a computed field, e.g. function(paramter
expression, paramter expression,...)
we need to be able to translate these powerbuilder function calls into
java function calls.
given that the paramter expression could be function calls which also
take expression,
what tool is best to do this translation?
what do I do since I do not have a grammar - I only have the function
declarations?


|