Class MethodSignature

java.lang.Object
org.djutils.reflection.MethodSignature
All Implemented Interfaces:
Serializable

public class MethodSignature
extends Object
implements Serializable
A method descriptor represents the parameters that the method takes and the value that it returns. It is a series of characters generated by the grammar described at The Java Virtual Machine Specification: Method Descriptors .

Copyright (c) 2002-2020 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djutils.org. The DJUTILS project is distributed under a three-clause BSD-style license, which can be found at https://djutils.org/docs/license.html.

Author:
Peter Jacobs, Niels Lang, Alexander Verbraeck
See Also:
Serialized Form