class com.datastax.oss.driver.api.core.detach.AttachmentPoint$1 implements com.datastax.oss.driver.api.core.detach.AttachmentPoint
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.datastax.oss.driver.api.core.detach.AttachmentPoint$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.datastax.oss.driver.api.core.detach.AttachmentPoint$1 this
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.datastax.oss.driver.api.core.detach.AttachmentPoint$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/datastax/oss/driver/api/core/detach/AttachmentPoint$1;

  public com.datastax.oss.driver.api.core.ProtocolVersion getProtocolVersion();
    descriptor: ()Lcom/datastax/oss/driver/api/core/ProtocolVersion;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.datastax.oss.driver.api.core.detach.AttachmentPoint$1 this
         0: .line 30
            getstatic com.datastax.oss.driver.api.core.ProtocolVersion.DEFAULT:Lcom/datastax/oss/driver/api/core/ProtocolVersion;
            areturn
        end local 0 // com.datastax.oss.driver.api.core.detach.AttachmentPoint$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/datastax/oss/driver/api/core/detach/AttachmentPoint$1;
    RuntimeInvisibleAnnotations: 
      edu.umd.cs.findbugs.annotations.NonNull()

  public com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistry getCodecRegistry();
    descriptor: ()Lcom/datastax/oss/driver/api/core/type/codec/registry/CodecRegistry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.datastax.oss.driver.api.core.detach.AttachmentPoint$1 this
         0: .line 36
            getstatic com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistry.DEFAULT:Lcom/datastax/oss/driver/api/core/type/codec/registry/CodecRegistry;
            areturn
        end local 0 // com.datastax.oss.driver.api.core.detach.AttachmentPoint$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/datastax/oss/driver/api/core/detach/AttachmentPoint$1;
    RuntimeInvisibleAnnotations: 
      edu.umd.cs.findbugs.annotations.NonNull()
}
SourceFile: "AttachmentPoint.java"
EnclosingMethod: com.datastax.oss.driver.api.core.detach.AttachmentPoint
NestHost: com.datastax.oss.driver.api.core.detach.AttachmentPoint
InnerClasses:
  com.datastax.oss.driver.api.core.detach.AttachmentPoint$1