class java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceRef
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceRef
  super_class: java.lang.Object
{
  java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceClassRef serviceClassRef;
    descriptor: Ljava/beans/beancontext/BeanContextServicesSupport$BCSSChild$BCSSCServiceClassRef;
    flags: (0x0000) 

  int refCnt;
    descriptor: I
    flags: (0x0000) 

  boolean delegated;
    descriptor: Z
    flags: (0x0000) 

  final java.beans.beancontext.BeanContextServicesSupport$BCSSChild this$1;
    descriptor: Ljava/beans/beancontext/BeanContextServicesSupport$BCSSChild;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.beans.beancontext.BeanContextServicesSupport$BCSSChild, java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceClassRef, boolean);
    descriptor: (Ljava/beans/beancontext/BeanContextServicesSupport$BCSSChild;Ljava/beans/beancontext/BeanContextServicesSupport$BCSSChild$BCSSCServiceClassRef;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceRef this
        start local 2 // java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceClassRef scref
        start local 3 // boolean isDelegated
         0: .line 300
            aload 0 /* this */
            aload 1
            putfield java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceRef.this$1:Ljava/beans/beancontext/BeanContextServicesSupport$BCSSChild;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 317
            aload 0 /* this */
            iconst_1
            putfield java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceRef.refCnt:I
         2: .line 318
            aload 0 /* this */
            iconst_0
            putfield java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceRef.delegated:Z
         3: .line 301
            aload 0 /* this */
            aload 2 /* scref */
            putfield java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceRef.serviceClassRef:Ljava/beans/beancontext/BeanContextServicesSupport$BCSSChild$BCSSCServiceClassRef;
         4: .line 302
            aload 0 /* this */
            iload 3 /* isDelegated */
            putfield java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceRef.delegated:Z
         5: .line 303
            return
        end local 3 // boolean isDelegated
        end local 2 // java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceClassRef scref
        end local 0 // java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceRef this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Ljava/beans/beancontext/BeanContextServicesSupport$BCSSChild$BCSSCServiceRef;
            0    6     2        scref  Ljava/beans/beancontext/BeanContextServicesSupport$BCSSChild$BCSSCServiceClassRef;
            0    6     3  isDelegated  Z
    MethodParameters:
             Name  Flags
      this$0       final
      scref        
      isDelegated  

  void addRef();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceRef this
         0: .line 305
            aload 0 /* this */
            dup
            getfield java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceRef.refCnt:I
            iconst_1
            iadd
            putfield java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceRef.refCnt:I
            return
        end local 0 // java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/beans/beancontext/BeanContextServicesSupport$BCSSChild$BCSSCServiceRef;

  int release();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceRef this
         0: .line 306
            aload 0 /* this */
            dup
            getfield java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceRef.refCnt:I
            iconst_1
            isub
            dup_x1
            putfield java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceRef.refCnt:I
            ireturn
        end local 0 // java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/beans/beancontext/BeanContextServicesSupport$BCSSChild$BCSSCServiceRef;

  java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceClassRef getServiceClassRef();
    descriptor: ()Ljava/beans/beancontext/BeanContextServicesSupport$BCSSChild$BCSSCServiceClassRef;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceRef this
         0: .line 308
            aload 0 /* this */
            getfield java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceRef.serviceClassRef:Ljava/beans/beancontext/BeanContextServicesSupport$BCSSChild$BCSSCServiceClassRef;
            areturn
        end local 0 // java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/beans/beancontext/BeanContextServicesSupport$BCSSChild$BCSSCServiceRef;

  boolean isDelegated();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceRef this
         0: .line 310
            aload 0 /* this */
            getfield java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceRef.delegated:Z
            ireturn
        end local 0 // java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/beans/beancontext/BeanContextServicesSupport$BCSSChild$BCSSCServiceRef;
}
SourceFile: "BeanContextServicesSupport.java"
NestHost: java.beans.beancontext.BeanContextServicesSupport
InnerClasses:
  protected BCSSChild = java.beans.beancontext.BeanContextServicesSupport$BCSSChild of java.beans.beancontext.BeanContextServicesSupport
  BCSSCServiceClassRef = java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceClassRef of java.beans.beancontext.BeanContextServicesSupport$BCSSChild
  BCSSCServiceRef = java.beans.beancontext.BeanContextServicesSupport$BCSSChild$BCSSCServiceRef of java.beans.beancontext.BeanContextServicesSupport$BCSSChild