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

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

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

Methods in org.apache.expreval.expr.function that return GenericFunction.FunctionType
protected  GenericFunction.FunctionType GenericFunction.getFunctionType()
           
static GenericFunction.FunctionType GenericFunction.FunctionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GenericFunction.FunctionType[] GenericFunction.FunctionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.expreval.expr.function with parameters of type GenericFunction.FunctionType
BooleanFunction(GenericFunction.FunctionType functionType, List<GenericValue> exprs)
           
DateFunction(GenericFunction.FunctionType functionType, List<GenericValue> exprs)
           
GenericFunction(GenericFunction.FunctionType functionType, List<GenericValue> exprs)
           
NumberFunction(GenericFunction.FunctionType functionType, List<GenericValue> exprs)
           
StringFunction(GenericFunction.FunctionType functionType, List<GenericValue> exprs)
           
 



Copyright © 2011. All Rights Reserved.