Package sootup.core.signatures
Class MethodSignature
java.lang.Object
sootup.core.signatures.SootClassMemberSignature<MethodSubSignature>
sootup.core.signatures.MethodSignature
- All Implemented Interfaces:
Comparable<SootClassMemberSignature<MethodSubSignature>>
,Signature
Represents the fully qualified signature of a method.
-
Constructor Summary
ConstructorDescriptionMethodSignature
(ClassType declaringClassSignature, String methodName, Iterable<Type> parameters, Type fqReturnType) MethodSignature
(ClassType declaringClass, MethodSubSignature subSignature) Internal: Constructs a MethodSignature. -
Method Summary
Modifier and TypeMethodDescriptionThe method's parameters' signatures.Methods inherited from class sootup.core.signatures.SootClassMemberSignature
compareTo, equals, getDeclClassType, getName, getSubSignature, getType, hashCode, toString
-
Constructor Details
-
MethodSignature
-
MethodSignature
Internal: Constructs a MethodSignature. Instances should only be created by aIdentifierFactory
- Parameters:
declaringClass
- the declaring class signaturesubSignature
- the sub-signature
-
-
Method Details
-
getParameterTypes
The method's parameters' signatures.
-