Lines Matching defs:methods
69 * Return the serialization methods for this class or
73 * the serialization methods for this class or interface.
221 * methods in this class or interface.
222 * Same as <code>methods(true)</code>.
225 * methods in this class or interface. Does not include
228 MethodDoc[] methods();
231 * Return methods in this class or interface, filtered to the specified
238 * Specify false to include all methods regardless of
241 * methods in this class or interface.
243 MethodDoc[] methods(boolean filter);