equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 1996, 2012, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. Oracle designates this |
7 * published by the Free Software Foundation. Oracle designates this |
253 return parameterTypes.clone(); |
253 return parameterTypes.clone(); |
254 } |
254 } |
255 |
255 |
256 /** |
256 /** |
257 * {@inheritDoc} |
257 * {@inheritDoc} |
|
258 */ |
|
259 public int getParameterCount() { return parameterTypes.length; } |
|
260 |
|
261 |
|
262 /** |
|
263 * {@inheritDoc} |
258 * @throws GenericSignatureFormatError {@inheritDoc} |
264 * @throws GenericSignatureFormatError {@inheritDoc} |
259 * @throws TypeNotPresentException {@inheritDoc} |
265 * @throws TypeNotPresentException {@inheritDoc} |
260 * @throws MalformedParameterizedTypeException {@inheritDoc} |
266 * @throws MalformedParameterizedTypeException {@inheritDoc} |
261 * @since 1.5 |
267 * @since 1.5 |
262 */ |
268 */ |