Uses of Class org.apache.xml.utils.synthetic.reflection.Method

Uses in package org.apache.xml.utils.synthetic

Methods with return type org.apache.xml.utils.synthetic.reflection.Method

Method
Class.declareMethod(String name)
Adds a Method description for the class or interface represented by this Class object
Method
Class.getDeclaredMethod(String name, parameterTypes[] )
Returns a Method object that reflects the specified declared method of the class or interface represented by this Class object.
Method[]
Returns an array of Method objects reflecting all the methods declared by the class or interface represented by this Class object.
Method
Class.getMethod(String name, parameterTypes[] )
Returns a Method object that reflects the specified public member method of the class or interface represented by this Class object.
Method[]
Returns an array containing Method objects reflecting all the public member methods of the class or interface represented by this Class object, including those declared by the class or interface and and those inherited from superclasses and superinterfaces.

Copyright B) 2004 Apache XML Project. All Rights Reserved.