Class MethodGSignature

java.lang.Object
pascal.taie.language.generics.MethodGSignature
All Implemented Interfaces:
Serializable

public final class MethodGSignature extends Object implements Serializable
In JVM Spec. 4.7.9.1 MethodSignature, a method signature encodes type information about a (possibly generic) method declaration. It describes any type parameters of the method; the (possibly parameterized) types of any formal parameters; the (possibly parameterized) return type, if any; and the types of any exceptions declared in the method's throws clause.
See Also: