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

Packages that use Method
org.apache.xml.utils.synthetic   
 

Uses of Method in org.apache.xml.utils.synthetic
 

Methods in org.apache.xml.utils.synthetic that return Method
 Method Class.getDeclaredMethod(java.lang.String name, Class[] parameterTypes)
          Returns a Method object that reflects the specified declared method of the class or interface represented by this Class object.
 Method Class.declareMethod(java.lang.String name)
          Adds a Method description for the class or interface represented by this Class object
 Method[] Class.getDeclaredMethods()
          Returns an array of Method objects reflecting all the methods declared by the class or interface represented by this Class object.
 Method Class.getMethod(java.lang.String name, Class[] parameterTypes)
          Returns a Method object that reflects the specified public member method of the class or interface represented by this Class object.
 Method[] Class.getMethods()
          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 © 2000 Apache XML Project. All Rights Reserved.