public class org.jruby.ext.socket.RubyBasicSocket$ReceiveTuple
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ext.socket.RubyBasicSocket$ReceiveTuple
  super_class: java.lang.Object
{
  org.jruby.RubyString result;
    descriptor: Lorg/jruby/RubyString;
    flags: (0x0000) 

  java.net.InetSocketAddress sender;
    descriptor: Ljava/net/InetSocketAddress;
    flags: (0x0000) 

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.socket.RubyBasicSocket$ReceiveTuple this
         0: .line 776
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.ext.socket.RubyBasicSocket$ReceiveTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/socket/RubyBasicSocket$ReceiveTuple;

  void <init>(org.jruby.RubyString, java.net.InetSocketAddress);
    descriptor: (Lorg/jruby/RubyString;Ljava/net/InetSocketAddress;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.ext.socket.RubyBasicSocket$ReceiveTuple this
        start local 1 // org.jruby.RubyString result
        start local 2 // java.net.InetSocketAddress sender
         0: .line 777
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 778
            aload 0 /* this */
            aload 1 /* result */
            putfield org.jruby.ext.socket.RubyBasicSocket$ReceiveTuple.result:Lorg/jruby/RubyString;
         2: .line 779
            aload 0 /* this */
            aload 2 /* sender */
            putfield org.jruby.ext.socket.RubyBasicSocket$ReceiveTuple.sender:Ljava/net/InetSocketAddress;
         3: .line 780
            return
        end local 2 // java.net.InetSocketAddress sender
        end local 1 // org.jruby.RubyString result
        end local 0 // org.jruby.ext.socket.RubyBasicSocket$ReceiveTuple this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/jruby/ext/socket/RubyBasicSocket$ReceiveTuple;
            0    4     1  result  Lorg/jruby/RubyString;
            0    4     2  sender  Ljava/net/InetSocketAddress;
    MethodParameters:
        Name  Flags
      result  
      sender  
}
SourceFile: "RubyBasicSocket.java"
NestHost: org.jruby.ext.socket.RubyBasicSocket
InnerClasses:
  protected ReceiveTuple = org.jruby.ext.socket.RubyBasicSocket$ReceiveTuple of org.jruby.ext.socket.RubyBasicSocket