Package net.sf.basedb.util.jep
package net.sf.basedb.util.jep
-
ClassDescriptionA JEP function class that adds a
ch(int)
function to a JEP expression parser.A JEP function class that adds axtra(int)
function to a JEP expression parser.Extension to the JEP parser that provides better error handling for unknown functions.Function table implementation that pretends that all possible functions exists, but sends an error message if someone tries to use a function that doesn't really exists.Represents an unknown function that appears in an expression.A JEP function class that adds ainList(reporterListId)
function to a JEP expression parser.Utility class for parsing mathematical expressions.This interface should be implemented by JEP functions that can also be converted into anExpression
that can be used in queries.This interface should be implemented by objects that can perform some kind of calculation for aJEP
expression.This interface should be implemented by JEP functions that can also be converted into aRestriction
that can be used in queries.Adds aleft(string, index|string)
function to Jep.A JEP function class that adds alog2(expression)
function to a JEP expression parser.A JEP function class that adds amean(string)
function to a JEP expression parser.A JEP function class that adds anotInList(reporterListId)
function to a JEP expression parser.A JEP function class that adds apos
function to a JEP expression parser.A JEP function class that adds arawCh(int)
function to a JEP expression parser.A JEP function class that adds araw(string)
function to a JEP expression parser.A JEP function class that adds arep(string)
ormrep(string)
function to a JEP expression parser.A JEP function class that adds ascore(reporterListId)
function to a JEP expression parser.A simple base class for registering a JEP function by name and number of parameters.