class org.apache.html.dom.CollectionIndex
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.html.dom.CollectionIndex
  super_class: java.lang.Object
{
  private int _index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  int getIndex();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.html.dom.CollectionIndex this
         0: .line 494
            aload 0 /* this */
            getfield org.apache.html.dom.CollectionIndex._index:I
            ireturn
        end local 0 // org.apache.html.dom.CollectionIndex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/html/dom/CollectionIndex;

  void decrement();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.html.dom.CollectionIndex this
         0: .line 503
            aload 0 /* this */
            dup
            getfield org.apache.html.dom.CollectionIndex._index:I
            iconst_1
            isub
            putfield org.apache.html.dom.CollectionIndex._index:I
         1: .line 504
            return
        end local 0 // org.apache.html.dom.CollectionIndex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/html/dom/CollectionIndex;

  boolean isZero();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.html.dom.CollectionIndex this
         0: .line 514
            aload 0 /* this */
            getfield org.apache.html.dom.CollectionIndex._index:I
            ifgt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.apache.html.dom.CollectionIndex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/html/dom/CollectionIndex;

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.html.dom.CollectionIndex this
        start local 1 // int index
         0: .line 524
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 526
            aload 0 /* this */
            iload 1 /* index */
            putfield org.apache.html.dom.CollectionIndex._index:I
         2: .line 527
            return
        end local 1 // int index
        end local 0 // org.apache.html.dom.CollectionIndex this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/html/dom/CollectionIndex;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "HTMLCollectionImpl.java"