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

java.lang.Object
  extended by org.apache.poi.hssf.record.formula.eval.UnaryPlusEval
All Implemented Interfaces:
Eval, OperationEval

public class UnaryPlusEval
extends java.lang.Object
implements OperationEval

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

Constructor Summary
UnaryPlusEval(Ptg ptg)
           
 
Method Summary
 Eval evaluate(Eval[] operands, int srcRow, short srcCol)
           
 int getNumberOfOperands()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnaryPlusEval

public UnaryPlusEval(Ptg ptg)
Method Detail

evaluate

public Eval evaluate(Eval[] operands,
                     int srcRow,
                     short srcCol)
Specified by:
evaluate in interface OperationEval

getNumberOfOperands

public int getNumberOfOperands()
Specified by:
getNumberOfOperands in interface OperationEval

getType

public int getType()
Specified by:
getType in interface OperationEval


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