Class AbstractMethod

    • Constructor Detail

      • AbstractMethod

        protected AbstractMethod​(@DottedClassName
                                 java.lang.String className,
                                 java.lang.String methodName,
                                 java.lang.String methodSig,
                                 @CheckForNull
                                 java.lang.String bridgeMethodSig,
                                 int accessFlags)
    • Method Detail

      • isNative

        public boolean isNative()
        Specified by:
        isNative in interface XMethod
      • isBridged

        public final boolean isBridged()
        Specified by:
        isBridged in interface XMethod
        Returns:
        whether the method is a bridge method
      • getBridgeSignature

        public final java.lang.String getBridgeSignature()
        Specified by:
        getBridgeSignature in interface XMethod
        Returns:
        the signature for the bridge method