Class MethodSignature


  • final class MethodSignature
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodSignature​(int methodId, java.lang.String className, java.lang.String methodName, org.objectweb.asm.Type methodDescriptor)  
    • Field Detail

      • className

        private final java.lang.String className
      • methodName

        private final java.lang.String methodName
      • methodDescriptor

        private final org.objectweb.asm.Type methodDescriptor
      • methodId

        private final int methodId
    • Constructor Detail

      • MethodSignature

        MethodSignature​(int methodId,
                        java.lang.String className,
                        java.lang.String methodName,
                        org.objectweb.asm.Type methodDescriptor)
    • Method Detail

      • getMethodId

        public int getMethodId()
      • getClassName

        public java.lang.String getClassName()
      • getMethodName

        public java.lang.String getMethodName()
      • getMethodDescriptor

        public org.objectweb.asm.Type getMethodDescriptor()
      • getReturnType

        public org.objectweb.asm.Type getReturnType()