org.apache.poi.hssf.record.formula.eval
Class FunctionEval

java.lang.Object
  extended by org.apache.poi.hssf.record.formula.eval.FunctionEval

public final class FunctionEval
extends java.lang.Object

Author:
Amol S. Deshmukh < amolweb at ya hoo dot com >

Constructor Summary
FunctionEval()
           
 
Method Summary
static Function getBasicFunction(int functionIndex)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionEval

public FunctionEval()
Method Detail

getBasicFunction

public static Function getBasicFunction(int functionIndex)
Returns:
null if the specified functionIndex is for INDIRECT() or any external (add-in) function.