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:
java.lang.Cloneable
- Direct Known Subclasses:
NumberNumberDiv
,NumberNumberMinus
,NumberNumberMultiply
,NumberNumberPlus
public abstract class NumberNumberMetaMethod extends CallSiteAwareMetaMethod
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NumberNumberMetaMethod.NumberNumberCallSite
-
Field Summary
-
Fields inherited from class org.codehaus.groovy.reflection.ParameterTypes
isVargsMethod, nativeParamTypes, parameterTypes
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
NumberNumberMetaMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CachedClass
getDeclaringClass()
Gets the class where this method is declaredint
getModifiers()
Returns the modifiers for this methodjava.lang.Class
getReturnType()
Access the return type for this method-
Methods inherited from class org.codehaus.groovy.runtime.callsite.CallSiteAwareMetaMethod
createPojoCallSite
-
Methods 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, toString
-
Methods inherited from class org.codehaus.groovy.reflection.ParameterTypes
coerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, getPT, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypes
-
-
-
-
Method Detail
-
getModifiers
public int getModifiers()
Description copied from class:MetaMethod
Returns the modifiers for this method- Specified by:
getModifiers
in classMetaMethod
- Returns:
- modifiers as an int.
-
getReturnType
public java.lang.Class getReturnType()
Description copied from class:MetaMethod
Access the return type for this method- Specified by:
getReturnType
in classMetaMethod
- Returns:
- the return type of this method
-
getDeclaringClass
public final CachedClass getDeclaringClass()
Description copied from class:MetaMethod
Gets the class where this method is declared- Specified by:
getDeclaringClass
in classMetaMethod
- Returns:
- class of this method
-
-