org.codehaus.groovy.runtime.dgmimpl
Class NumberNumberMinus
java.lang.Object
  
org.codehaus.groovy.reflection.ParameterTypes
      
groovy.lang.MetaMethod
          
org.codehaus.groovy.runtime.callsite.CallSiteAwareMetaMethod
              
org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod
                  
org.codehaus.groovy.runtime.dgmimpl.NumberNumberMinus
- All Implemented Interfaces: 
 - Cloneable
 
public final class NumberNumberMinus
- extends NumberNumberMetaMethod
 
 
 
 
 
 
 
 
| Methods inherited from class groovy.lang.MetaMethod | 
checkParameters, clone, doMethodInvoke, equal, equal, getDescriptor, getMopName, getSignature, isAbstract, isCacheable, isMethod, isPrivate, isProtected, isPublic, isSame, isStatic, processDoMethodInvokeException, toString | 
 
| Methods inherited from class org.codehaus.groovy.reflection.ParameterTypes | 
coerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, getPT, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, setParametersTypes | 
 
 
NumberNumberMinus
public NumberNumberMinus()
getName
public String getName()
- Specified by:
 getName in class MetaMethod
 
 
invoke
public Object invoke(Object object,
                     Object[] arguments)
- Specified by:
 invoke in class MetaMethod
 
 
minus
public static Number minus(Number left,
                           Number right)
- Subtraction of two Numbers.
- Parameters:
 left - a Numberright - another Number to subtract to the first one
- Returns:
 - the subtraction
 
 
 
createPojoCallSite
public CallSite createPojoCallSite(CallSite site,
                                   MetaClassImpl metaClass,
                                   MetaMethod metaMethod,
                                   Class[] params,
                                   Object receiver,
                                   Object[] args)
- Specified by:
 createPojoCallSite in class CallSiteAwareMetaMethod