Opened 18 years ago

Closed 17 years ago

#257 closed enhancement (fixed)

Fix the Jep.nodeToExpression method

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: trivial Milestone: BASE 2.4
Component: core Version: trunk
Keywords: Cc:

Description

It contains a lot of instanceof operations. Maybe we should register functions in a more flexible way so we can convert from a Jep function to a Query API expression for the standard functions just as we can for the extended functions (if the implement the JepExpressionFunction interface). If we want to support more function the current implementation needs to be changed in several places.

Change History (5)

comment:1 by Nicklas Nordborg, 18 years ago

Priority: minortrivial

comment:2 by Jari Häkkinen, 18 years ago

Milestone: BASE 2.x+
Version: trunk

comment:3 by Jari Häkkinen, 17 years ago

Milestone: BASE 2.x+BASE 2.4

comment:4 by Nicklas Nordborg, 17 years ago

Status: newassigned

comment:5 by Nicklas Nordborg, 17 years ago

Resolution: fixed
Status: assignedclosed

(In [3604]) Fixes #257: Fix the Jep.nodeToExpression method

Note: See TracTickets for help on using tickets.