Class MethodBridgeAttr

  • All Implemented Interfaces:
    jadx.api.plugins.input.data.attributes.IJadxAttribute

    public class MethodBridgeAttr
    extends jadx.api.plugins.input.data.attributes.PinnedAttribute
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AType<MethodBridgeAttr> getAttrType()  
      MethodNode getBridgeMth()  
      java.lang.String toString()  
      • Methods inherited from class jadx.api.plugins.input.data.attributes.PinnedAttribute

        keepLoaded
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface jadx.api.plugins.input.data.attributes.IJadxAttribute

        toAttrString
    • Constructor Detail

      • MethodBridgeAttr

        public MethodBridgeAttr​(MethodNode bridgeMth)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object