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 >

Field Summary
protected static Function[] functions
          Array elements corresponding to unimplemented functions are null
 
Constructor Summary
FunctionEval()
           
 
Method Summary
static Function getBasicFunction(int functionIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

functions

protected static final Function[] functions
Array elements corresponding to unimplemented functions are null

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.


Copyright 2010 The Apache Software Foundation or its licensors, as applicable.