Class MethodDescriptor

    • Constructor Detail

      • MethodDescriptor

        public MethodDescriptor​(@SlashedClassName
                                java.lang.String className,
                                java.lang.String methodName,
                                java.lang.String methodSignature,
                                boolean isStatic)
        Constructor.
        Parameters:
        className - name of the class containing the method, in VM format (e.g., "java/lang/String")
        methodName - name of the method
        methodSignature - signature of the method
        isStatic - true if method is static, false otherwise
      • MethodDescriptor

        public MethodDescriptor​(@SlashedClassName
                                java.lang.String className,
                                java.lang.String methodName,
                                java.lang.String methodSignature)
      • MethodDescriptor

        public MethodDescriptor​(org.apache.bcel.generic.InvokeInstruction iins,
                                org.apache.bcel.generic.ConstantPoolGen cpg)
    • Method Detail

      • equals

        public final boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object