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
public abstract class NumberNumberMetaMethod extends CallSiteAwareMetaMethod
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNumberNumberMetaMethod.NumberNumberCallSite
-
Field Summary
-
Fields inherited from class org.codehaus.groovy.reflection.ParameterTypes
isVargsMethod, nativeParamTypes, parameterTypes
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNumberNumberMetaMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CachedClassgetDeclaringClass()Gets the class where this method is declaredintgetModifiers()Returns the modifiers for this methodClassgetReturnType()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:MetaMethodReturns the modifiers for this method- Specified by:
getModifiersin classMetaMethod- Returns:
- modifiers as an int.
-
getReturnType
public Class getReturnType()
Description copied from class:MetaMethodAccess the return type for this method- Specified by:
getReturnTypein classMetaMethod- Returns:
- the return type of this method
-
getDeclaringClass
public final CachedClass getDeclaringClass()
Description copied from class:MetaMethodGets the class where this method is declared- Specified by:
getDeclaringClassin classMetaMethod- Returns:
- class of this method
-
-