xoql.function
Class unaryMinus

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

public final class unaryMinus
extends cdqa.function.NumUnaryFunction


Field Summary
 
Fields inherited from class cdqa.function.Function
NULL
 
Constructor Summary
unaryMinus()
           
 
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

unaryMinus

public unaryMinus()
Method Detail

onExecute

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