Class MethodSubSignature

java.lang.Object
sootup.core.signatures.SootClassMemberSubSignature
sootup.core.signatures.MethodSubSignature
All Implemented Interfaces:
Comparable<MethodSubSignature>

public class MethodSubSignature extends SootClassMemberSubSignature implements Comparable<MethodSubSignature>
Defines a method sub-signature, containing the method name, the parameter type signatures, and the return type signature.
Author:
Jan Martin Persch