xoql.function
Class unaryPlus

java.lang.Object
  extended by cdqa.function.Function
      extended by cdqa.function.UnaryFunction
          extended by cdqa.function.NumUnaryFunction
              extended by xoql.function.unaryPlus

public final class unaryPlus
extends cdqa.function.NumUnaryFunction


Field Summary
 
Fields inherited from class cdqa.function.Function
NULL
 
Constructor Summary
unaryPlus()
           
 
Method Summary
 cdqa.object.XObject onExecute(cdqa.object.XObject o)
           
 
Methods inherited from class cdqa.function.NumUnaryFunction
createIteratorInstance
 
Methods inherited from class cdqa.function.UnaryFunction
execute
 
Methods inherited from class cdqa.function.Function
createIteratorInstance, createIteratorInstance, forName, getRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

unaryPlus

public unaryPlus()
Method Detail

onExecute

public cdqa.object.XObject onExecute(cdqa.object.XObject o)
Specified by:
onExecute in class cdqa.function.UnaryFunction