Uses of Class
net.sf.jec.Function

Packages that use Function
net.sf.jec   
net.sf.jec.functions   
 

Uses of Function in net.sf.jec
 

Methods in net.sf.jec with parameters of type Function
 void ExpressionCompiler.addFunction(java.lang.String name, Function function)
          Adds a new function to the compiler
 

Uses of Function in net.sf.jec.functions
 

Subclasses of Function in net.sf.jec.functions
 class CurrencyFunction
           
 class DateFunction
          Direct and inverse maps between Date/Timestamps to String objects.
 class PercentFunction
          Direct and inverse maps between Date/Timestamps to String objects.
 



Copyright © 2003 SourceForge. All Rights Reserved.