org.codehaus.groovy.runtime.dgmimpl
Class NumberNumberPlus
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.NumberNumberPlus
- All Implemented Interfaces:
- java.lang.Cloneable
public final class NumberNumberPlus
- extends NumberNumberMetaMethod
Method Summary |
CallSite |
createPojoCallSite(CallSite site,
MetaClassImpl metaClass,
MetaMethod metaMethod,
java.lang.Class[] params,
java.lang.Object receiver,
java.lang.Object[] args)
|
java.lang.String |
getName()
|
java.lang.Object |
invoke(java.lang.Object object,
java.lang.Object[] arguments)
|
static java.lang.Number |
plus(java.lang.Number left,
java.lang.Number right)
Add two numbers and return the result. |
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, isVargsMethod, setParametersTypes |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NumberNumberPlus
public NumberNumberPlus()
getName
public java.lang.String getName()
- Specified by:
getName
in class MetaMethod
invoke
public java.lang.Object invoke(java.lang.Object object,
java.lang.Object[] arguments)
- Specified by:
invoke
in class MetaMethod
plus
public static java.lang.Number plus(java.lang.Number left,
java.lang.Number right)
- Add two numbers and return the result.
- Parameters:
left
- a Numberright
- another Number to add
- Returns:
- the addition of both Numbers
createPojoCallSite
public CallSite createPojoCallSite(CallSite site,
MetaClassImpl metaClass,
MetaMethod metaMethod,
java.lang.Class[] params,
java.lang.Object receiver,
java.lang.Object[] args)
- Specified by:
createPojoCallSite
in class CallSiteAwareMetaMethod