Class MethodSignature

All Implemented Interfaces:
Comparable<SootClassMemberSignature<MethodSubSignature>>, Signature

public class MethodSignature extends SootClassMemberSignature<MethodSubSignature>
Represents the fully qualified signature of a method.
  • Constructor Details

  • Method Details

    • getParameterTypes

      @Nonnull public List<Type> getParameterTypes()
      The method's parameters' signatures.
    • getParameterCount

      public int getParameterCount()
      Returns the number of parameters.
    • getParameterType

      @Nonnull public Type getParameterType(int n)