Uses of Class
org.nakedobjects.metamodel.facets.MethodScope

Packages that use MethodScope
org.nakedobjects.metamodel.facets   
org.nakedobjects.metamodel.specloader.internal.introspector   
 

Uses of MethodScope in org.nakedobjects.metamodel.facets
 

Methods in org.nakedobjects.metamodel.facets that return MethodScope
static MethodScope MethodScope.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MethodScope[] MethodScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.nakedobjects.metamodel.facets with parameters of type MethodScope
 void MethodRemover.removeMethod(MethodScope methodScope, java.lang.String methodName, java.lang.Class<?> returnType, java.lang.Class<?>[] parameterTypes)
          Locate all methods (that the implementation should somehow know about) that match the criteria and remove them from the implementation's list so that they are not considered for subsequent scans.
 java.util.List<java.lang.reflect.Method> MethodRemover.removeMethods(MethodScope methodScope, java.lang.String prefix, java.lang.Class<?> returnType, boolean canBeVoid, int paramCount)
          Locate all methods (that the implementation should somehow know about) that match the criteria and remove them from the implementation's list so that they are not considered for subsequent scans.
 

Uses of MethodScope in org.nakedobjects.metamodel.specloader.internal.introspector
 

Methods in org.nakedobjects.metamodel.specloader.internal.introspector with parameters of type MethodScope
static boolean MethodFinderUtils.inScope(MethodScope methodScope, java.lang.reflect.Method method)
           
static java.lang.reflect.Method MethodFinderUtils.removeMethod(java.lang.reflect.Method[] methods, MethodScope methodScope, java.lang.String name, java.lang.Class<?> returnType, java.lang.Class<?>[] paramTypes)
          Searches the supplied array of methods for specific method and returns it, also removing it from supplied array if found (by setting to null).
static java.util.List<java.lang.reflect.Method> MethodFinderUtils.removeMethods(java.lang.reflect.Method[] methods, MethodScope forClass, java.lang.String prefix, java.lang.Class<?> returnType, boolean canBeVoid, int paramCount)
          Searches the supplied array of methods for all specific methods and returns them, also removing them from supplied array if found.
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.