Uses of Class
org.apache.expreval.expr.function.GenericFunction

Packages that use GenericFunction
org.apache.expreval.expr.function   
 

Uses of GenericFunction in org.apache.expreval.expr.function
 

Subclasses of GenericFunction in org.apache.expreval.expr.function
 class BooleanFunction
           
 class DateFunction
           
 class NumberFunction
           
 class StringFunction
           
 

Methods in org.apache.expreval.expr.function that return GenericFunction
static GenericFunction DateFunction.ConstantType.getFunction(String functionName)
           
static GenericFunction GenericFunction.FunctionType.getFunction(String functionName, List<GenericValue> exprList)
           
static GenericFunction DateFunction.IntervalType.getFunction(String functionName, List<GenericValue> exprList)
           
 



Copyright © 2011. All Rights Reserved.