class com.sun.javafx.collections.VetoableListDecorator$ModCountAccessorImpl 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$ModCountAccessorImpl
  super_class: java.lang.Object
{
  final com.sun.javafx.collections.VetoableListDecorator this$0;
    descriptor: Lcom/sun/javafx/collections/VetoableListDecorator;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.sun.javafx.collections.VetoableListDecorator);
    descriptor: (Lcom/sun/javafx/collections/VetoableListDecorator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$ModCountAccessorImpl this
         0: .line 789
            aload 0 /* this */
            aload 1
            putfield com.sun.javafx.collections.VetoableListDecorator$ModCountAccessorImpl.this$0:Lcom/sun/javafx/collections/VetoableListDecorator;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 790
            return
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$ModCountAccessorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$ModCountAccessorImpl;
    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$ModCountAccessorImpl this
         0: .line 794
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$ModCountAccessorImpl.this$0:Lcom/sun/javafx/collections/VetoableListDecorator;
            getfield com.sun.javafx.collections.VetoableListDecorator.modCount:I
            ireturn
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$ModCountAccessorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$ModCountAccessorImpl;

  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$ModCountAccessorImpl this
         0: .line 799
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$ModCountAccessorImpl.this$0:Lcom/sun/javafx/collections/VetoableListDecorator;
            dup
            getfield com.sun.javafx.collections.VetoableListDecorator.modCount:I
            iconst_1
            iadd
            dup_x1
            putfield com.sun.javafx.collections.VetoableListDecorator.modCount:I
            ireturn
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$ModCountAccessorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$ModCountAccessorImpl;

  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$ModCountAccessorImpl this
         0: .line 804
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$ModCountAccessorImpl.this$0:Lcom/sun/javafx/collections/VetoableListDecorator;
            dup
            getfield com.sun.javafx.collections.VetoableListDecorator.modCount:I
            iconst_1
            isub
            dup_x1
            putfield com.sun.javafx.collections.VetoableListDecorator.modCount:I
            ireturn
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$ModCountAccessorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$ModCountAccessorImpl;
}
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 ModCountAccessorImpl = com.sun.javafx.collections.VetoableListDecorator$ModCountAccessorImpl of com.sun.javafx.collections.VetoableListDecorator