class com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub implements com.sun.javafx.collections.VetoableListDecorator$ModCountAccessor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub
  super_class: java.lang.Object
{
  final com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this$1;
    descriptor: Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator);
    descriptor: (Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub this
         0: .line 645
            aload 0 /* this */
            aload 1
            putfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub.this$1:Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub;
    MethodParameters:
        Name  Flags
      this$0  final

  public int get();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub this
         0: .line 649
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub.this$1:Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.modCount:I
            ireturn
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub;

  public int incrementAndGet();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub this
         0: .line 654
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub.this$1:Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub.this$1:Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.modCountAccessor:Lcom/sun/javafx/collections/VetoableListDecorator$ModCountAccessor;
            invokeinterface com.sun.javafx.collections.VetoableListDecorator$ModCountAccessor.incrementAndGet:()I
            dup_x1
            putfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.modCount:I
            ireturn
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub;

  public int decrementAndGet();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub this
         0: .line 659
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub.this$1:Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub.this$1:Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.modCountAccessor:Lcom/sun/javafx/collections/VetoableListDecorator$ModCountAccessor;
            invokeinterface com.sun.javafx.collections.VetoableListDecorator$ModCountAccessor.decrementAndGet:()I
            dup_x1
            putfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.modCount:I
            ireturn
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub;
}
SourceFile: "VetoableListDecorator.java"
NestHost: com.sun.javafx.collections.VetoableListDecorator
InnerClasses:
  private abstract ModCountAccessor = com.sun.javafx.collections.VetoableListDecorator$ModCountAccessor of com.sun.javafx.collections.VetoableListDecorator
  private VetoableSubListDecorator = com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator of com.sun.javafx.collections.VetoableListDecorator
  private ModCountAccessorImplSub = com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub of com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator