Class NumberNumberMetaMethod
java.lang.Object
org.codehaus.groovy.reflection.ParameterTypes
groovy.lang.MetaMethod
org.codehaus.groovy.runtime.callsite.CallSiteAwareMetaMethod
org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
NumberNumberDiv,NumberNumberMinus,NumberNumberMultiply,NumberNumberPlus
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.codehaus.groovy.reflection.ParameterTypes
isVargsMethod, nativeParamTypes, parameterTypes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal CachedClassGets the class where this method is declaredintReturns the modifiers for this methodAccess the return type for this methodMethods inherited from class org.codehaus.groovy.runtime.callsite.CallSiteAwareMetaMethod
createPojoCallSiteMethods inherited from class groovy.lang.MetaMethod
checkParameters, clone, doMethodInvoke, equal, equal, getDescriptor, getMopName, getName, getSignature, invoke, isAbstract, isCacheable, isMethod, isPrivate, isProtected, isPublic, isSame, isStatic, processDoMethodInvokeException, toStringMethods inherited from class org.codehaus.groovy.reflection.ParameterTypes
coerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, getPT, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypes
-
Constructor Details
-
NumberNumberMetaMethod
protected NumberNumberMetaMethod()
-
-
Method Details
-
getModifiers
public int getModifiers()Description copied from class:MetaMethodReturns the modifiers for this method- Specified by:
getModifiersin classMetaMethod- Returns:
- modifiers as an int.
-
getReturnType
Description copied from class:MetaMethodAccess the return type for this method- Specified by:
getReturnTypein classMetaMethod- Returns:
- the return type of this method
-
getDeclaringClass
Description copied from class:MetaMethodGets the class where this method is declared- Specified by:
getDeclaringClassin classMetaMethod- Returns:
- class of this method
-