com.japisoft.formula.lib.standard
Class AbstractFunction

java.lang.Object
  |
  +--com.japisoft.formula.lib.Function
        |
        +--com.japisoft.formula.lib.standard.AbstractFunction
Direct Known Subclasses:
AbsFunction, AcosFunction, AsinFunction, AtanFunction, AvgFunction, CosFunction, DegToRad, ExpFunction, IntFunction, Log10Function, LogFunction, LognFunction, MaxFunction, MinFunction, Pow, ProdFunction, RadToDeg, RandomFunction, SinFunction, SqrtFunction, Strcontains, Strget, Strlen, SumFunction, TanFunction

public abstract class AbstractFunction
extends Function

Facilities for the standard library

More information at : http://www.japisoft.com

Version:
1.0
Author:
(c) 2002 JAPISoft

Field Summary
static int ANY
          For argument number
 
Methods inherited from class com.japisoft.formula.lib.Function
evaluate, getArgsType, getFunctionName, matchArgument, toString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ANY

public static final int ANY
For argument number

See Also:
Constant Field Values