org.millscript.office.spreadsheet.formula.functions
Class RefFunction

java.lang.Object
  extended by org.millscript.millscript.functions.Function
      extended by org.millscript.millscript.functions.UnaryFunction
          extended by org.millscript.office.spreadsheet.formula.functions.RefFunction

public class RefFunction
extends org.millscript.millscript.functions.UnaryFunction


Constructor Summary
RefFunction(org.millscript.millscript.vm.Package p)
           
 
Method Summary
 java.lang.Object apply1(java.lang.Object a1)
           
static CellAddress toCellAddress(java.lang.Object x)
          Casts the supplied Object to a CellAddress.
 
Methods inherited from class org.millscript.millscript.functions.UnaryFunction
apply
 
Methods inherited from class org.millscript.millscript.functions.Function
applyUpdater, checkNargs, checkNargsGT, checkUNargs, getName, modName, reportNargsError, reportNargsGTError, setName, toString, tryClone
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RefFunction

public RefFunction(org.millscript.millscript.vm.Package p)
See Also:
UnaryFunction.UnaryFunction(Package)
Method Detail

toCellAddress

public static CellAddress toCellAddress(java.lang.Object x)
Casts the supplied Object to a CellAddress.

Parameters:
x - an object to cast to a CellAddress
Returns:
a CellAddress cast from the specified object

apply1

public java.lang.Object apply1(java.lang.Object a1)
Specified by:
apply1 in class org.millscript.millscript.functions.UnaryFunction
See Also:
UnaryFunction.apply1(java.lang.Object)


Copyright © 2006-2007 Open World Ltd. All Rights Reserved.