class javafx.scene.control.IndexedCell$1 extends javafx.beans.property.ReadOnlyIntegerWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.control.IndexedCell$1
  super_class: javafx.beans.property.ReadOnlyIntegerWrapper
{
  final javafx.scene.control.IndexedCell this$0;
    descriptor: Ljavafx/scene/control/IndexedCell;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.control.IndexedCell, java.lang.Object, java.lang.String, int);
    descriptor: (Ljavafx/scene/control/IndexedCell;Ljava/lang/Object;Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // javafx.scene.control.IndexedCell$1 this
        start local 2 // java.lang.Object $anonymous0
        start local 3 // java.lang.String $anonymous1
        start local 4 // int $anonymous2
         0: .line 76
            aload 0 /* this */
            aload 1
            putfield javafx.scene.control.IndexedCell$1.this$0:Ljavafx/scene/control/IndexedCell;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            iload 4 /* $anonymous2 */
            invokespecial javafx.beans.property.ReadOnlyIntegerWrapper.<init>:(Ljava/lang/Object;Ljava/lang/String;I)V
            return
        end local 4 // int $anonymous2
        end local 3 // java.lang.String $anonymous1
        end local 2 // java.lang.Object $anonymous0
        end local 0 // javafx.scene.control.IndexedCell$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/control/IndexedCell$1;
            0    1     2  $anonymous0  Ljava/lang/Object;
            0    1     3  $anonymous1  Ljava/lang/String;
            0    1     4  $anonymous2  I
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  
      $anonymous2  

  protected void invalidated();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // javafx.scene.control.IndexedCell$1 this
         0: .line 78
            aload 0 /* this */
            invokevirtual javafx.scene.control.IndexedCell$1.get:()I
            iconst_2
            irem
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* active */
        start local 1 // boolean active
         3: .line 79
            aload 0 /* this */
            getfield javafx.scene.control.IndexedCell$1.this$0:Ljavafx/scene/control/IndexedCell;
            getstatic javafx.scene.control.IndexedCell.PSEUDO_CLASS_EVEN:Ljavafx/css/PseudoClass;
            iload 1 /* active */
            invokevirtual javafx.scene.control.IndexedCell.pseudoClassStateChanged:(Ljavafx/css/PseudoClass;Z)V
         4: .line 80
            aload 0 /* this */
            getfield javafx.scene.control.IndexedCell$1.this$0:Ljavafx/scene/control/IndexedCell;
            getstatic javafx.scene.control.IndexedCell.PSEUDO_CLASS_ODD:Ljavafx/css/PseudoClass;
            iload 1 /* active */
            ifeq 5
            iconst_0
            goto 6
      StackMap locals: javafx.scene.control.IndexedCell$1 int
      StackMap stack: javafx.scene.control.IndexedCell javafx.css.PseudoClass
         5: iconst_1
      StackMap locals: javafx.scene.control.IndexedCell$1 int
      StackMap stack: javafx.scene.control.IndexedCell javafx.css.PseudoClass int
         6: invokevirtual javafx.scene.control.IndexedCell.pseudoClassStateChanged:(Ljavafx/css/PseudoClass;Z)V
         7: .line 81
            return
        end local 1 // boolean active
        end local 0 // javafx.scene.control.IndexedCell$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Ljavafx/scene/control/IndexedCell$1;
            3    8     1  active  Z
}
SourceFile: "IndexedCell.java"
EnclosingMethod: javafx.scene.control.IndexedCell
NestHost: javafx.scene.control.IndexedCell
InnerClasses:
  javafx.scene.control.IndexedCell$1