org.apache.poi.hssf.record.formula.functions
Class LogicalFunction

java.lang.Object
  extended by org.apache.poi.hssf.record.formula.functions.LogicalFunction
All Implemented Interfaces:
Function
Direct Known Subclasses:
Islogical, Isnontext, Isnumber, Istext

public abstract class LogicalFunction
extends java.lang.Object
implements Function

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

Constructor Summary
LogicalFunction()
           
 
Method Summary
protected  ValueEval xlateRefEval(RefEval reval)
          recursively evaluate any RefEvals
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.poi.hssf.record.formula.functions.Function
evaluate
 

Constructor Detail

LogicalFunction

public LogicalFunction()
Method Detail

xlateRefEval

protected ValueEval xlateRefEval(RefEval reval)
recursively evaluate any RefEvals

Parameters:
reval -


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