Uses of Class
java.lang.reflect.Method
| Package | Description |
|---|---|
| java.lang | |
| java.lang.annotation | |
| java.lang.reflect | |
| libcore.reflect | |
| org.apache.commons.logging.impl |
Concrete implementations of commons-logging wrapper APIs.
|
| org.robovm.rt | |
| org.robovm.rt.bro | |
| org.robovm.rt.bro.ptr |
-
Uses of Method in java.lang
Methods in java.lang that return Method Modifier and Type Method Description MethodClass. getDeclaredMethod(String name, Class<?>... parameterTypes)Returns aMethodobject which represents the method matching the given name and parameter types that is declared by the class represented by thisClass.Method[]Class. getDeclaredMethods()Returns an array containingMethodobjects for all methods declared in the class represented by thisClass.MethodClass. getEnclosingMethod()Returns the enclosingMethodof thisClass, if it is an anonymous or local/automatic class; otherwisenull.MethodClass. getMethod(String name, Class<?>... parameterTypes)Returns aMethodobject which represents the public method with the given name and parameter types.Method[]Class. getMethods()Returns an array containingMethodobjects for all public methods for the class C represented by thisClass. -
Uses of Method in java.lang.annotation
Methods in java.lang.annotation that return Method Modifier and Type Method Description MethodAnnotationTypeMismatchException. element()Returns the method object for the invalid type.Constructors in java.lang.annotation with parameters of type Method Constructor Description AnnotationTypeMismatchException(Method element, String foundType)Constructs an instance for the given type element and the type found. -
Uses of Method in java.lang.reflect
Fields in java.lang.reflect with type parameters of type Method Modifier and Type Field Description static Comparator<Method>Method. ORDER_BY_SIGNATUREOrders methods by their name, parameters and return type.Methods in java.lang.reflect that return types with arguments of type Method Modifier and Type Method Description TypeVariable<Method>[]Method. getTypeParameters() -
Uses of Method in libcore.reflect
Fields in libcore.reflect declared as Method Modifier and Type Field Description protected MethodAnnotationMember. definingMethodMethods in libcore.reflect with parameters of type Method Modifier and Type Method Description ObjectAnnotationFactory. invoke(Object proxy, Method method, Object[] args)Processes a method invocation request to this annotation instance.Constructors in libcore.reflect with parameters of type Method Constructor Description AnnotationMember(String name, Object val, Class type, Method m)Creates the completely defined element. -
Uses of Method in org.apache.commons.logging.impl
Fields in org.apache.commons.logging.impl declared as Method Modifier and Type Field Description protected MethodLogFactoryImpl. logMethodThe one-argumentsetLogFactorymethod of the selectedLogmethod, if it exists. -
Uses of Method in org.robovm.rt
Methods in org.robovm.rt that return Method Modifier and Type Method Description MethodReflectionAccess. clone(Method m)Method[]ReflectionAccess. clone(Method[] m)Methods in org.robovm.rt with parameters of type Method Modifier and Type Method Description static voidVM. bindBridgeMethod(Method method, long impl)MethodReflectionAccess. clone(Method m)Method[]ReflectionAccess. clone(Method[] m)booleanReflectionAccess. equals(Method m1, Method m2)static longVM. getCallbackMethodImpl(Method method)static booleanVM. isBridgeMethodBound(Method method)booleanReflectionAccess. matchParameterTypes(Method m, Class<?>[] parameterTypes) -
Uses of Method in org.robovm.rt.bro
Methods in org.robovm.rt.bro that return Method Modifier and Type Method Description static MethodMarshalerLookup. findMarshaler(Class<? extends NativeObject> type)Finds aT toObject(Class<?>, long, long)marshaler method which can convert handles into the specified type.Methods in org.robovm.rt.bro with parameters of type Method Modifier and Type Method Description static longRuntime. resolveBridge(String libraryName, String symbol, Method method)static longRuntime. resolveBridge(Library library, Bridge bridge, Method method)static longRuntime. resolveGlobalValue(Library library, GlobalValue globalValue, Method method) -
Uses of Method in org.robovm.rt.bro.ptr
Constructors in org.robovm.rt.bro.ptr with parameters of type Method Constructor Description FunctionPtr(Method callbackMethod)