edu.wpi.cs.dsrg.xmldb.xat.common.operator.specialoperator.function
Class FunNUMFORMAT

java.lang.Object
  |
  +--edu.wpi.cs.dsrg.xmldb.xat.common.operator.specialoperator.function.FunCall
        |
        +--edu.wpi.cs.dsrg.xmldb.xat.common.operator.specialoperator.function.FunNUMFORMAT

public class FunNUMFORMAT
extends FunCall

The FunNUMFORMAT class.

Since:
1.0

Constructor Summary
FunNUMFORMAT()
           
 
Method Summary
 java.lang.Object exec(java.util.Vector paramV)
          Execution method for FunNUMFORMAT.
 
Methods inherited from class edu.wpi.cs.dsrg.xmldb.xat.common.operator.specialoperator.function.FunCall
eval, iterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunNUMFORMAT

public FunNUMFORMAT()
Method Detail

exec

public java.lang.Object exec(java.util.Vector paramV)
                      throws java.lang.Exception
Execution method for FunNUMFORMAT.
Overrides:
exec in class FunCall
Parameters:
deRefParamV - are the parameters
Returns:
the result of execution.
Throws:
java.lang.Exception -  
Since:
1.0