class org.eclipse.jdt.core.dom.DefaultCommentMapper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jdt.core.dom.DefaultCommentMapper
  super_class: java.lang.Object
{
  org.eclipse.jdt.core.dom.Comment[] comments;
    descriptor: [Lorg/eclipse/jdt/core/dom/Comment;
    flags: (0x0000) 

  org.eclipse.jdt.internal.compiler.parser.Scanner scanner;
    descriptor: Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
    flags: (0x0000) 

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

  org.eclipse.jdt.core.dom.ASTNode[] leadingNodes;
    descriptor: [Lorg/eclipse/jdt/core/dom/ASTNode;
    flags: (0x0000) 

  long[] leadingIndexes;
    descriptor: [J
    flags: (0x0000) 

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

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

  org.eclipse.jdt.core.dom.ASTNode[] trailingNodes;
    descriptor: [Lorg/eclipse/jdt/core/dom/ASTNode;
    flags: (0x0000) 

  long[] trailingIndexes;
    descriptor: [J
    flags: (0x0000) 

  static final int STORAGE_INCREMENT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  void <init>(org.eclipse.jdt.core.dom.Comment[]);
    descriptor: ([Lorg/eclipse/jdt/core/dom/Comment;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
        start local 1 // org.eclipse.jdt.core.dom.Comment[] table
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            aload 1 /* table */
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.comments:[Lorg/eclipse/jdt/core/dom/Comment;
         2: .line 45
            return
        end local 1 // org.eclipse.jdt.core.dom.Comment[] table
        end local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jdt/core/dom/DefaultCommentMapper;
            0    3     1  table  [Lorg/eclipse/jdt/core/dom/Comment;
    MethodParameters:
       Name  Flags
      table  

  boolean hasSameTable(org.eclipse.jdt.core.dom.Comment[]);
    descriptor: ([Lorg/eclipse/jdt/core/dom/Comment;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
        start local 1 // org.eclipse.jdt.core.dom.Comment[] table
         0: .line 48
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.comments:[Lorg/eclipse/jdt/core/dom/Comment;
            aload 1 /* table */
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // org.eclipse.jdt.core.dom.Comment[] table
        end local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/jdt/core/dom/DefaultCommentMapper;
            0    2     1  table  [Lorg/eclipse/jdt/core/dom/Comment;
    MethodParameters:
       Name  Flags
      table  

  org.eclipse.jdt.core.dom.Comment getComment(int);
    descriptor: (I)Lorg/eclipse/jdt/core/dom/Comment;
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
        start local 1 // int position
         0: .line 59
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.comments:[Lorg/eclipse/jdt/core/dom/Comment;
            ifnonnull 2
         1: .line 60
            aconst_null
            areturn
         2: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.comments:[Lorg/eclipse/jdt/core/dom/Comment;
            arraylength
            istore 2 /* size */
        start local 2 // int size
         3: .line 63
            iload 2 /* size */
            ifne 5
         4: .line 64
            aconst_null
            areturn
         5: .line 66
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_0
            iload 1 /* position */
            iconst_0
            invokevirtual org.eclipse.jdt.core.dom.DefaultCommentMapper.getCommentIndex:(III)I
            istore 3 /* index */
        start local 3 // int index
         6: .line 67
            iload 3 /* index */
            ifge 8
         7: .line 68
            aconst_null
            areturn
         8: .line 70
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.comments:[Lorg/eclipse/jdt/core/dom/Comment;
            iload 3 /* index */
            aaload
            areturn
        end local 3 // int index
        end local 2 // int size
        end local 1 // int position
        end local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lorg/eclipse/jdt/core/dom/DefaultCommentMapper;
            0    9     1  position  I
            3    9     2      size  I
            6    9     3     index  I
    MethodParameters:
          Name  Flags
      position  

  private int getCommentIndex(int, int, int);
    descriptor: (III)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=10, args_size=4
        start local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
        start local 1 // int start
        start local 2 // int position
        start local 3 // int exact
         0: .line 81
            iload 2 /* position */
            ifne 4
         1: .line 82
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.comments:[Lorg/eclipse/jdt/core/dom/Comment;
            arraylength
            ifle 3
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.comments:[Lorg/eclipse/jdt/core/dom/Comment;
            iconst_0
            aaload
            invokevirtual org.eclipse.jdt.core.dom.Comment.getStartPosition:()I
            ifne 3
         2: .line 83
            iconst_0
            ireturn
         3: .line 85
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
         4: .line 87
      StackMap locals:
      StackMap stack:
            iload 1 /* start */
            istore 4 /* bottom */
        start local 4 // int bottom
         5: aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.comments:[Lorg/eclipse/jdt/core/dom/Comment;
            arraylength
            iconst_1
            isub
            istore 5 /* top */
        start local 5 // int top
         6: .line 88
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         7: iconst_m1
            istore 7 /* index */
        start local 7 // int index
         8: .line 89
            aconst_null
            astore 8 /* comment */
        start local 8 // org.eclipse.jdt.core.dom.Comment comment
         9: .line 90
            goto 21
        10: .line 91
      StackMap locals: org.eclipse.jdt.core.dom.DefaultCommentMapper int int int int int int int org.eclipse.jdt.core.dom.Comment
      StackMap stack:
            iload 4 /* bottom */
            iload 5 /* top */
            iload 4 /* bottom */
            isub
            iconst_2
            idiv
            iadd
            istore 6 /* i */
        11: .line 92
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.comments:[Lorg/eclipse/jdt/core/dom/Comment;
            iload 6 /* i */
            aaload
            astore 8 /* comment */
        12: .line 93
            aload 8 /* comment */
            invokevirtual org.eclipse.jdt.core.dom.Comment.getStartPosition:()I
            istore 9 /* commentStart */
        start local 9 // int commentStart
        13: .line 94
            iload 2 /* position */
            iload 9 /* commentStart */
            if_icmpge 16
        14: .line 95
            iload 6 /* i */
            iconst_1
            isub
            istore 5 /* top */
        15: .line 96
            goto 21
      StackMap locals: int
      StackMap stack:
        16: iload 2 /* position */
            iload 9 /* commentStart */
            aload 8 /* comment */
            invokevirtual org.eclipse.jdt.core.dom.Comment.getLength:()I
            iadd
            if_icmplt 19
        17: .line 97
            iload 6 /* i */
            iconst_1
            iadd
            istore 4 /* bottom */
        18: .line 98
            goto 21
        19: .line 99
      StackMap locals:
      StackMap stack:
            iload 6 /* i */
            istore 7 /* index */
        20: .line 100
            goto 22
        end local 9 // int commentStart
        21: .line 90
      StackMap locals:
      StackMap stack:
            iload 4 /* bottom */
            iload 5 /* top */
            if_icmple 10
        22: .line 103
      StackMap locals:
      StackMap stack:
            iload 7 /* index */
            ifge 31
            iload 3 /* exact */
            ifeq 31
        23: .line 104
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.comments:[Lorg/eclipse/jdt/core/dom/Comment;
            iload 6 /* i */
            aaload
            astore 8 /* comment */
        24: .line 105
            iload 2 /* position */
            aload 8 /* comment */
            invokevirtual org.eclipse.jdt.core.dom.Comment.getStartPosition:()I
            if_icmpge 28
        25: .line 106
            iload 3 /* exact */
            ifge 26
            iload 6 /* i */
            iconst_1
            isub
            goto 27
      StackMap locals:
      StackMap stack:
        26: iload 6 /* i */
      StackMap locals:
      StackMap stack: int
        27: ireturn
        28: .line 108
      StackMap locals:
      StackMap stack:
            iload 3 /* exact */
            ifge 29
            iload 6 /* i */
            goto 30
      StackMap locals:
      StackMap stack:
        29: iload 6 /* i */
            iconst_1
            iadd
      StackMap locals:
      StackMap stack: int
        30: ireturn
        31: .line 111
      StackMap locals:
      StackMap stack:
            iload 7 /* index */
            ireturn
        end local 8 // org.eclipse.jdt.core.dom.Comment comment
        end local 7 // int index
        end local 6 // int i
        end local 5 // int top
        end local 4 // int bottom
        end local 3 // int exact
        end local 2 // int position
        end local 1 // int start
        end local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   32     0          this  Lorg/eclipse/jdt/core/dom/DefaultCommentMapper;
            0   32     1         start  I
            0   32     2      position  I
            0   32     3         exact  I
            5   32     4        bottom  I
            6   32     5           top  I
            7   32     6             i  I
            8   32     7         index  I
            9   32     8       comment  Lorg/eclipse/jdt/core/dom/Comment;
           13   21     9  commentStart  I
    MethodParameters:
          Name  Flags
      start     
      position  
      exact     

  public int getExtendedStartPosition(org.eclipse.jdt.core.dom.ASTNode);
    descriptor: (Lorg/eclipse/jdt/core/dom/ASTNode;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
        start local 1 // org.eclipse.jdt.core.dom.ASTNode node
         0: .line 127
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingPtr:I
            iflt 9
         1: .line 128
            ldc -1
            lstore 2 /* range */
        start local 2 // long range
         2: .line 129
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 6
         4: .line 130
      StackMap locals: long int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
            iload 4 /* i */
            aaload
            aload 1 /* node */
            if_acmpne 5
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingIndexes:[J
            iload 4 /* i */
            laload
            lstore 2 /* range */
         5: .line 129
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: lload 2 /* range */
            lconst_0
            lcmp
            ifge 7
            iload 4 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingPtr:I
            if_icmple 4
        end local 4 // int i
         7: .line 132
      StackMap locals:
      StackMap stack:
            lload 2 /* range */
            lconst_0
            lcmp
            iflt 9
         8: .line 133
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.comments:[Lorg/eclipse/jdt/core/dom/Comment;
            lload 2 /* range */
            bipush 32
            lshr
            l2i
            aaload
            invokevirtual org.eclipse.jdt.core.dom.Comment.getStartPosition:()I
            ireturn
        end local 2 // long range
         9: .line 136
      StackMap locals:
      StackMap stack:
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.ASTNode.getStartPosition:()I
            ireturn
        end local 1 // org.eclipse.jdt.core.dom.ASTNode node
        end local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/eclipse/jdt/core/dom/DefaultCommentMapper;
            0   10     1   node  Lorg/eclipse/jdt/core/dom/ASTNode;
            2    9     2  range  J
            3    7     4      i  I
    MethodParameters:
      Name  Flags
      node  

  public final int getLineNumber(int, int[]);
    descriptor: (I[I)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
        start local 1 // int position
        start local 2 // int[] lineRange
         0: .line 147
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            getfield org.eclipse.jdt.internal.compiler.parser.Scanner.lineEnds:[I
            astore 3 /* lineEnds */
        start local 3 // int[] lineEnds
         1: .line 148
            aload 3 /* lineEnds */
            arraylength
            istore 4 /* length */
        start local 4 // int length
         2: .line 149
            iload 1 /* position */
            aload 3 /* lineEnds */
            aload 2 /* lineRange */
            iconst_0
            iaload
            iload 4 /* length */
            if_icmple 3
            iload 4 /* length */
            goto 4
      StackMap locals: org.eclipse.jdt.core.dom.DefaultCommentMapper int int[] int[] int
      StackMap stack: int int[]
         3: aload 2 /* lineRange */
            iconst_0
            iaload
      StackMap locals: org.eclipse.jdt.core.dom.DefaultCommentMapper int int[] int[] int
      StackMap stack: int int[] int
         4: iconst_1
            isub
            aload 2 /* lineRange */
            iconst_1
            iaload
            iload 4 /* length */
            if_icmple 5
            iload 4 /* length */
            goto 6
      StackMap locals: org.eclipse.jdt.core.dom.DefaultCommentMapper int int[] int[] int
      StackMap stack: int int[] int
         5: aload 2 /* lineRange */
            iconst_1
            iaload
      StackMap locals: org.eclipse.jdt.core.dom.DefaultCommentMapper int int[] int[] int
      StackMap stack: int int[] int int
         6: iconst_1
            isub
            invokestatic org.eclipse.jdt.internal.compiler.util.Util.getLineNumber:(I[III)I
            ireturn
        end local 4 // int length
        end local 3 // int[] lineEnds
        end local 2 // int[] lineRange
        end local 1 // int position
        end local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/jdt/core/dom/DefaultCommentMapper;
            0    7     1   position  I
            0    7     2  lineRange  [I
            1    7     3   lineEnds  [I
            2    7     4     length  I
    MethodParameters:
           Name  Flags
      position   
      lineRange  

  public int getExtendedEnd(org.eclipse.jdt.core.dom.ASTNode);
    descriptor: (Lorg/eclipse/jdt/core/dom/ASTNode;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
        start local 1 // org.eclipse.jdt.core.dom.ASTNode node
         0: .line 156
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.ASTNode.getStartPosition:()I
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.ASTNode.getLength:()I
            iadd
            istore 2 /* end */
        start local 2 // int end
         1: .line 157
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            iflt 11
         2: .line 158
            ldc -1
            lstore 3 /* range */
        start local 3 // long range
         3: .line 159
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 7
         5: .line 160
      StackMap locals: int long int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
            iload 5 /* i */
            aaload
            aload 1 /* node */
            if_acmpne 6
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingIndexes:[J
            iload 5 /* i */
            laload
            lstore 3 /* range */
         6: .line 159
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: lload 3 /* range */
            lconst_0
            lcmp
            ifge 8
            iload 5 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            if_icmple 5
        end local 5 // int i
         8: .line 162
      StackMap locals:
      StackMap stack:
            lload 3 /* range */
            lconst_0
            lcmp
            iflt 11
         9: .line 163
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.comments:[Lorg/eclipse/jdt/core/dom/Comment;
            lload 3 /* range */
            l2i
            aaload
            astore 5 /* lastComment */
        start local 5 // org.eclipse.jdt.core.dom.Comment lastComment
        10: .line 164
            aload 5 /* lastComment */
            invokevirtual org.eclipse.jdt.core.dom.Comment.getStartPosition:()I
            aload 5 /* lastComment */
            invokevirtual org.eclipse.jdt.core.dom.Comment.getLength:()I
            iadd
            istore 2 /* end */
        end local 5 // org.eclipse.jdt.core.dom.Comment lastComment
        end local 3 // long range
        11: .line 167
      StackMap locals:
      StackMap stack:
            iload 2 /* end */
            iconst_1
            isub
            ireturn
        end local 2 // int end
        end local 1 // org.eclipse.jdt.core.dom.ASTNode node
        end local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lorg/eclipse/jdt/core/dom/DefaultCommentMapper;
            0   12     1         node  Lorg/eclipse/jdt/core/dom/ASTNode;
            1   12     2          end  I
            3   11     3        range  J
            4    8     5            i  I
           10   11     5  lastComment  Lorg/eclipse/jdt/core/dom/Comment;
    MethodParameters:
      Name  Flags
      node  

  public int getExtendedLength(org.eclipse.jdt.core.dom.ASTNode);
    descriptor: (Lorg/eclipse/jdt/core/dom/ASTNode;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
        start local 1 // org.eclipse.jdt.core.dom.ASTNode node
         0: .line 184
            aload 0 /* this */
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.DefaultCommentMapper.getExtendedEnd:(Lorg/eclipse/jdt/core/dom/ASTNode;)I
            aload 0 /* this */
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.DefaultCommentMapper.getExtendedStartPosition:(Lorg/eclipse/jdt/core/dom/ASTNode;)I
            isub
            iconst_1
            iadd
            ireturn
        end local 1 // org.eclipse.jdt.core.dom.ASTNode node
        end local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/DefaultCommentMapper;
            0    1     1  node  Lorg/eclipse/jdt/core/dom/ASTNode;
    MethodParameters:
      Name  Flags
      node  

  int firstLeadingCommentIndex(org.eclipse.jdt.core.dom.ASTNode);
    descriptor: (Lorg/eclipse/jdt/core/dom/ASTNode;)I
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
        start local 1 // org.eclipse.jdt.core.dom.ASTNode node
         0: .line 194
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingPtr:I
            iflt 7
         1: .line 195
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 196
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
            iload 2 /* i */
            aaload
            aload 1 /* node */
            if_acmpne 5
         4: .line 197
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingIndexes:[J
            iload 2 /* i */
            laload
            bipush 32
            lshr
            l2i
            ireturn
         5: .line 195
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingPtr:I
            if_icmple 3
        end local 2 // int i
         7: .line 201
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 1 // org.eclipse.jdt.core.dom.ASTNode node
        end local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/jdt/core/dom/DefaultCommentMapper;
            0    8     1  node  Lorg/eclipse/jdt/core/dom/ASTNode;
            2    7     2     i  I
    MethodParameters:
      Name  Flags
      node  

  int lastTrailingCommentIndex(org.eclipse.jdt.core.dom.ASTNode);
    descriptor: (Lorg/eclipse/jdt/core/dom/ASTNode;)I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
        start local 1 // org.eclipse.jdt.core.dom.ASTNode node
         0: .line 211
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            iflt 7
         1: .line 212
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 213
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
            iload 2 /* i */
            aaload
            aload 1 /* node */
            if_acmpne 5
         4: .line 214
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingIndexes:[J
            iload 2 /* i */
            laload
            l2i
            ireturn
         5: .line 212
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            if_icmple 3
        end local 2 // int i
         7: .line 218
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 1 // org.eclipse.jdt.core.dom.ASTNode node
        end local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/jdt/core/dom/DefaultCommentMapper;
            0    8     1  node  Lorg/eclipse/jdt/core/dom/ASTNode;
            2    7     2     i  I
    MethodParameters:
      Name  Flags
      node  

  void initialize(org.eclipse.jdt.core.dom.CompilationUnit, org.eclipse.jdt.internal.compiler.parser.Scanner);
    descriptor: (Lorg/eclipse/jdt/core/dom/CompilationUnit;Lorg/eclipse/jdt/internal/compiler/parser/Scanner;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
        start local 1 // org.eclipse.jdt.core.dom.CompilationUnit unit
        start local 2 // org.eclipse.jdt.internal.compiler.parser.Scanner sc
         0: .line 230
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingPtr:I
         1: .line 231
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
         2: .line 234
            aload 0 /* this */
            aload 1 /* unit */
            getfield org.eclipse.jdt.core.dom.CompilationUnit.optionalCommentTable:[Lorg/eclipse/jdt/core/dom/Comment;
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.comments:[Lorg/eclipse/jdt/core/dom/Comment;
         3: .line 235
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.comments:[Lorg/eclipse/jdt/core/dom/Comment;
            ifnonnull 5
         4: .line 236
            return
         5: .line 238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.comments:[Lorg/eclipse/jdt/core/dom/Comment;
            arraylength
            istore 3 /* size */
        start local 3 // int size
         6: .line 239
            iload 3 /* size */
            ifne 8
         7: .line 240
            return
         8: .line 244
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* sc */
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
         9: .line 245
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.parser.Scanner.tokenizeWhiteSpace:Z
        10: .line 248
            new org.eclipse.jdt.core.dom.DefaultCommentMapper$CommentMapperVisitor
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jdt.core.dom.DefaultCommentMapper$CommentMapperVisitor.<init>:(Lorg/eclipse/jdt/core/dom/DefaultCommentMapper;)V
            astore 4 /* commentVisitor */
        start local 4 // org.eclipse.jdt.core.dom.DefaultASTVisitor commentVisitor
        11: .line 249
            aload 1 /* unit */
            aload 4 /* commentVisitor */
            invokevirtual org.eclipse.jdt.core.dom.CompilationUnit.accept:(Lorg/eclipse/jdt/core/dom/ASTVisitor;)V
        12: .line 252
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingPtr:I
            iconst_1
            iadd
            istore 5 /* leadingCount */
        start local 5 // int leadingCount
        13: .line 253
            iload 5 /* leadingCount */
            ifle 16
            iload 5 /* leadingCount */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingIndexes:[J
            arraylength
            if_icmpge 16
        14: .line 254
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
            iconst_0
            aload 0 /* this */
            iload 5 /* leadingCount */
            anewarray org.eclipse.jdt.core.dom.ASTNode
            dup_x1
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
            iconst_0
            iload 5 /* leadingCount */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        15: .line 255
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingIndexes:[J
            iconst_0
            aload 0 /* this */
            iload 5 /* leadingCount */
            newarray 11
            dup_x1
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingIndexes:[J
            iconst_0
            iload 5 /* leadingCount */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        16: .line 259
      StackMap locals: org.eclipse.jdt.core.dom.DefaultASTVisitor int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            iflt 28
        17: .line 261
            goto 23
        18: .line 262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
        19: .line 263
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            ifge 23
        20: .line 264
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingIndexes:[J
        21: .line 265
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
        22: .line 266
            goto 24
        23: .line 261
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingIndexes:[J
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            laload
            ldc -1
            lcmp
            ifeq 18
        24: .line 271
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            iconst_1
            iadd
            istore 6 /* trailingCount */
        start local 6 // int trailingCount
        25: .line 272
            iload 6 /* trailingCount */
            ifle 28
            iload 6 /* trailingCount */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingIndexes:[J
            arraylength
            if_icmpge 28
        26: .line 273
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
            iconst_0
            aload 0 /* this */
            iload 6 /* trailingCount */
            anewarray org.eclipse.jdt.core.dom.ASTNode
            dup_x1
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
            iconst_0
            iload 6 /* trailingCount */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        27: .line 274
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingIndexes:[J
            iconst_0
            aload 0 /* this */
            iload 6 /* trailingCount */
            newarray 11
            dup_x1
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingIndexes:[J
            iconst_0
            iload 6 /* trailingCount */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        end local 6 // int trailingCount
        28: .line 279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
        29: .line 280
            return
        end local 5 // int leadingCount
        end local 4 // org.eclipse.jdt.core.dom.DefaultASTVisitor commentVisitor
        end local 3 // int size
        end local 2 // org.eclipse.jdt.internal.compiler.parser.Scanner sc
        end local 1 // org.eclipse.jdt.core.dom.CompilationUnit unit
        end local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   30     0            this  Lorg/eclipse/jdt/core/dom/DefaultCommentMapper;
            0   30     1            unit  Lorg/eclipse/jdt/core/dom/CompilationUnit;
            0   30     2              sc  Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            6   30     3            size  I
           11   30     4  commentVisitor  Lorg/eclipse/jdt/core/dom/DefaultASTVisitor;
           13   30     5    leadingCount  I
           25   28     6   trailingCount  I
    MethodParameters:
      Name  Flags
      unit  
      sc    

  int storeLeadingComments(org.eclipse.jdt.core.dom.ASTNode, int, int[]);
    descriptor: (Lorg/eclipse/jdt/core/dom/ASTNode;I[I)I
    flags: (0x0000) 
    Code:
      stack=6, locals=19, args_size=4
        start local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
        start local 1 // org.eclipse.jdt.core.dom.ASTNode node
        start local 2 // int previousEnd
        start local 3 // int[] parentLineRange
         0: .line 305
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.ASTNode.getStartPosition:()I
            istore 4 /* nodeStart */
        start local 4 // int nodeStart
         1: .line 306
            iload 4 /* nodeStart */
            istore 5 /* extended */
        start local 5 // int extended
         2: .line 309
            aload 0 /* this */
            iload 2 /* previousEnd */
            aload 3 /* parentLineRange */
            invokevirtual org.eclipse.jdt.core.dom.DefaultCommentMapper.getLineNumber:(I[I)I
            istore 6 /* previousEndLine */
        start local 6 // int previousEndLine
         3: .line 310
            aload 0 /* this */
            iload 4 /* nodeStart */
            aload 3 /* parentLineRange */
            invokevirtual org.eclipse.jdt.core.dom.DefaultCommentMapper.getLineNumber:(I[I)I
            istore 7 /* nodeStartLine */
        start local 7 // int nodeStartLine
         4: .line 313
            aload 0 /* this */
            iconst_0
            iload 4 /* nodeStart */
            iconst_m1
            invokevirtual org.eclipse.jdt.core.dom.DefaultCommentMapper.getCommentIndex:(III)I
            istore 8 /* idx */
        start local 8 // int idx
         5: .line 314
            iload 8 /* idx */
            iconst_m1
            if_icmpne 7
         6: .line 315
            iload 4 /* nodeStart */
            ireturn
         7: .line 319
      StackMap locals: org.eclipse.jdt.core.dom.DefaultCommentMapper org.eclipse.jdt.core.dom.ASTNode int int[] int int int int int
      StackMap stack:
            iconst_m1
            istore 9 /* startIdx */
        start local 9 // int startIdx
         8: .line 320
            iload 8 /* idx */
            istore 10 /* endIdx */
        start local 10 // int endIdx
         9: .line 321
            iload 4 /* nodeStart */
            istore 11 /* previousStart */
        start local 11 // int previousStart
        10: .line 322
            goto 36
        11: .line 324
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.comments:[Lorg/eclipse/jdt/core/dom/Comment;
            iload 8 /* idx */
            aaload
            astore 12 /* comment */
        start local 12 // org.eclipse.jdt.core.dom.Comment comment
        12: .line 325
            aload 12 /* comment */
            invokevirtual org.eclipse.jdt.core.dom.Comment.getStartPosition:()I
            istore 13 /* commentStart */
        start local 13 // int commentStart
        13: .line 326
            iload 13 /* commentStart */
            aload 12 /* comment */
            invokevirtual org.eclipse.jdt.core.dom.Comment.getLength:()I
            iadd
            iconst_1
            isub
            istore 14 /* end */
        start local 14 // int end
        14: .line 327
            aload 0 /* this */
            iload 13 /* commentStart */
            aload 3 /* parentLineRange */
            invokevirtual org.eclipse.jdt.core.dom.DefaultCommentMapper.getLineNumber:(I[I)I
            istore 15 /* commentLine */
        start local 15 // int commentLine
        15: .line 328
            iload 14 /* end */
            iload 2 /* previousEnd */
            if_icmple 37
            iload 15 /* commentLine */
            iload 6 /* previousEndLine */
            if_icmpne 17
            iload 15 /* commentLine */
            iload 7 /* nodeStartLine */
            if_icmpeq 17
        16: .line 330
            goto 37
        17: .line 331
      StackMap locals: org.eclipse.jdt.core.dom.DefaultCommentMapper org.eclipse.jdt.core.dom.ASTNode int int[] int int int int int int int int org.eclipse.jdt.core.dom.Comment int int int
      StackMap stack:
            iload 14 /* end */
            iconst_1
            iadd
            iload 11 /* previousStart */
            if_icmpge 34
        18: .line 332
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            iload 14 /* end */
            iconst_1
            iadd
            iload 11 /* previousStart */
            invokevirtual org.eclipse.jdt.internal.compiler.parser.Scanner.resetTo:(II)V
        19: .line 334
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            invokevirtual org.eclipse.jdt.internal.compiler.parser.Scanner.getNextToken:()I
            istore 16 /* token */
        start local 16 // int token
        20: .line 335
            iload 16 /* token */
            sipush 1000
            if_icmpne 21
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            getfield org.eclipse.jdt.internal.compiler.parser.Scanner.currentPosition:I
            iload 11 /* previousStart */
            if_icmpeq 26
        21: .line 338
      StackMap locals: int
      StackMap stack:
            iload 8 /* idx */
            iload 10 /* endIdx */
            if_icmpne 37
        22: .line 339
            iload 4 /* nodeStart */
        23: ireturn
        end local 16 // int token
        24: .line 343
      StackMap locals: org.eclipse.jdt.core.dom.DefaultCommentMapper org.eclipse.jdt.core.dom.ASTNode int int[] int int int int int int int int org.eclipse.jdt.core.dom.Comment int int int
      StackMap stack: org.eclipse.jdt.core.compiler.InvalidInputException
            pop
        25: .line 345
            iload 4 /* nodeStart */
            ireturn
        26: .line 348
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            invokevirtual org.eclipse.jdt.internal.compiler.parser.Scanner.getCurrentIdentifierSource:()[C
            astore 16 /* gap */
        start local 16 // char[] gap
        27: .line 349
            iconst_0
            istore 17 /* nbrLine */
        start local 17 // int nbrLine
        28: .line 350
            iconst_m1
            istore 18 /* pos */
        start local 18 // int pos
        29: .line 351
            goto 31
        30: .line 352
      StackMap locals: char[] int int
      StackMap stack:
            iinc 17 /* nbrLine */ 1
        31: .line 351
      StackMap locals:
      StackMap stack:
            bipush 10
            aload 16 /* gap */
            iload 18 /* pos */
            iconst_1
            iadd
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.indexOf:(C[CI)I
            dup
            istore 18 /* pos */
            ifge 30
        32: .line 354
            iload 17 /* nbrLine */
            iconst_1
            if_icmple 34
        33: .line 356
            goto 37
        end local 18 // int pos
        end local 17 // int nbrLine
        end local 16 // char[] gap
        34: .line 360
      StackMap locals:
      StackMap stack:
            iload 13 /* commentStart */
            istore 11 /* previousStart */
        35: .line 361
            iload 8 /* idx */
            iinc 8 /* idx */ -1
            istore 9 /* startIdx */
        end local 15 // int commentLine
        end local 14 // int end
        end local 13 // int commentStart
        end local 12 // org.eclipse.jdt.core.dom.Comment comment
        36: .line 322
      StackMap locals: org.eclipse.jdt.core.dom.DefaultCommentMapper org.eclipse.jdt.core.dom.ASTNode int int[] int int int int int int int int
      StackMap stack:
            iload 8 /* idx */
            iflt 37
            iload 11 /* previousStart */
            iload 2 /* previousEnd */
            if_icmpge 11
        37: .line 363
      StackMap locals:
      StackMap stack:
            iload 9 /* startIdx */
            iconst_m1
            if_icmpeq 65
        38: .line 365
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.comments:[Lorg/eclipse/jdt/core/dom/Comment;
            iload 9 /* startIdx */
            aaload
            invokevirtual org.eclipse.jdt.core.dom.Comment.getStartPosition:()I
            istore 12 /* commentStart */
        start local 12 // int commentStart
        39: .line 366
            iload 2 /* previousEnd */
            iload 12 /* commentStart */
            if_icmpge 53
            iload 6 /* previousEndLine */
            iload 7 /* nodeStartLine */
            if_icmpeq 53
        40: .line 367
            iload 2 /* previousEnd */
            istore 13 /* lastTokenEnd */
        start local 13 // int lastTokenEnd
        41: .line 368
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            iload 2 /* previousEnd */
            iload 12 /* commentStart */
            invokevirtual org.eclipse.jdt.internal.compiler.parser.Scanner.resetTo:(II)V
        42: .line 370
            goto 45
        43: .line 371
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            invokevirtual org.eclipse.jdt.internal.compiler.parser.Scanner.getNextToken:()I
            sipush 1000
            if_icmpeq 45
        44: .line 372
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            invokevirtual org.eclipse.jdt.internal.compiler.parser.Scanner.getCurrentTokenEndPosition:()I
            istore 13 /* lastTokenEnd */
        45: .line 370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            getfield org.eclipse.jdt.internal.compiler.parser.Scanner.currentPosition:I
            iload 12 /* commentStart */
            if_icmplt 43
        46: .line 375
            goto 48
      StackMap locals:
      StackMap stack: org.eclipse.jdt.core.compiler.InvalidInputException
        47: pop
        48: .line 378
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 13 /* lastTokenEnd */
            aload 3 /* parentLineRange */
            invokevirtual org.eclipse.jdt.core.dom.DefaultCommentMapper.getLineNumber:(I[I)I
            istore 14 /* lastTokenLine */
        start local 14 // int lastTokenLine
        49: .line 379
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.comments:[Lorg/eclipse/jdt/core/dom/Comment;
            arraylength
            istore 15 /* length */
        start local 15 // int length
        50: .line 380
            goto 52
        51: .line 381
      StackMap locals: int int
      StackMap stack:
            iinc 9 /* startIdx */ 1
        52: .line 380
      StackMap locals:
      StackMap stack:
            iload 9 /* startIdx */
            iload 15 /* length */
            if_icmpge 53
            iload 14 /* lastTokenLine */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.comments:[Lorg/eclipse/jdt/core/dom/Comment;
            iload 9 /* startIdx */
            aaload
            invokevirtual org.eclipse.jdt.core.dom.Comment.getStartPosition:()I
            aload 3 /* parentLineRange */
            invokevirtual org.eclipse.jdt.core.dom.DefaultCommentMapper.getLineNumber:(I[I)I
            if_icmpne 53
            iload 7 /* nodeStartLine */
            iload 14 /* lastTokenLine */
            if_icmpne 51
        end local 15 // int length
        end local 14 // int lastTokenLine
        end local 13 // int lastTokenEnd
        53: .line 385
      StackMap locals:
      StackMap stack:
            iload 9 /* startIdx */
            iload 10 /* endIdx */
            if_icmpgt 65
        54: .line 386
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingPtr:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingPtr:I
            ifne 58
        55: .line 387
            aload 0 /* this */
            bipush 16
            anewarray org.eclipse.jdt.core.dom.ASTNode
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
        56: .line 388
            aload 0 /* this */
            bipush 16
            newarray 11
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingIndexes:[J
        57: .line 389
            goto 62
      StackMap locals:
      StackMap stack:
        58: aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingPtr:I
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
            arraylength
            if_icmpne 62
        59: .line 390
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingPtr:I
            iconst_3
            imul
            iconst_2
            idiv
            bipush 16
            iadd
            istore 13 /* newLength */
        start local 13 // int newLength
        60: .line 391
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
            iconst_0
            aload 0 /* this */
            iload 13 /* newLength */
            anewarray org.eclipse.jdt.core.dom.ASTNode
            dup_x1
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingPtr:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        61: .line 392
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingIndexes:[J
            iconst_0
            aload 0 /* this */
            iload 13 /* newLength */
            newarray 11
            dup_x1
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingIndexes:[J
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingPtr:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        end local 13 // int newLength
        62: .line 394
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingPtr:I
            aload 1 /* node */
            aastore
        63: .line 395
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingIndexes:[J
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.leadingPtr:I
            iload 9 /* startIdx */
            i2l
            bipush 32
            lshl
            iload 10 /* endIdx */
            i2l
            ladd
            lastore
        64: .line 396
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.comments:[Lorg/eclipse/jdt/core/dom/Comment;
            iload 10 /* endIdx */
            aaload
            invokevirtual org.eclipse.jdt.core.dom.Comment.getStartPosition:()I
            istore 5 /* extended */
        end local 12 // int commentStart
        65: .line 399
      StackMap locals:
      StackMap stack:
            iload 5 /* extended */
            ireturn
        end local 11 // int previousStart
        end local 10 // int endIdx
        end local 9 // int startIdx
        end local 8 // int idx
        end local 7 // int nodeStartLine
        end local 6 // int previousEndLine
        end local 5 // int extended
        end local 4 // int nodeStart
        end local 3 // int[] parentLineRange
        end local 2 // int previousEnd
        end local 1 // org.eclipse.jdt.core.dom.ASTNode node
        end local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   66     0             this  Lorg/eclipse/jdt/core/dom/DefaultCommentMapper;
            0   66     1             node  Lorg/eclipse/jdt/core/dom/ASTNode;
            0   66     2      previousEnd  I
            0   66     3  parentLineRange  [I
            1   66     4        nodeStart  I
            2   66     5         extended  I
            3   66     6  previousEndLine  I
            4   66     7    nodeStartLine  I
            5   66     8              idx  I
            8   66     9         startIdx  I
            9   66    10           endIdx  I
           10   66    11    previousStart  I
           12   36    12          comment  Lorg/eclipse/jdt/core/dom/Comment;
           13   36    13     commentStart  I
           14   36    14              end  I
           15   36    15      commentLine  I
           20   24    16            token  I
           27   34    16              gap  [C
           28   34    17          nbrLine  I
           29   34    18              pos  I
           39   65    12     commentStart  I
           41   53    13     lastTokenEnd  I
           49   53    14    lastTokenLine  I
           50   53    15           length  I
           60   62    13        newLength  I
      Exception table:
        from    to  target  type
          19    23      24  Class org.eclipse.jdt.core.compiler.InvalidInputException
          42    46      47  Class org.eclipse.jdt.core.compiler.InvalidInputException
    MethodParameters:
                 Name  Flags
      node             
      previousEnd      
      parentLineRange  

  int storeTrailingComments(org.eclipse.jdt.core.dom.ASTNode, int, boolean, int[]);
    descriptor: (Lorg/eclipse/jdt/core/dom/ASTNode;IZ[I)I
    flags: (0x0000) 
    Code:
      stack=5, locals=22, args_size=5
        start local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
        start local 1 // org.eclipse.jdt.core.dom.ASTNode node
        start local 2 // int nextStart
        start local 3 // boolean lastChild
        start local 4 // int[] parentLineRange
         0: .line 426
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.ASTNode.getStartPosition:()I
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.ASTNode.getLength:()I
            iadd
            iconst_1
            isub
            istore 5 /* nodeEnd */
        start local 5 // int nodeEnd
         1: .line 427
            iload 5 /* nodeEnd */
            iload 2 /* nextStart */
            if_icmpne 14
         2: .line 429
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            ifne 7
         3: .line 430
            aload 0 /* this */
            bipush 16
            anewarray org.eclipse.jdt.core.dom.ASTNode
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
         4: .line 431
            aload 0 /* this */
            bipush 16
            newarray 11
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingIndexes:[J
         5: .line 432
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.lastTrailingPtr:I
         6: .line 433
            goto 11
      StackMap locals: int
      StackMap stack:
         7: aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
            arraylength
            if_icmpne 11
         8: .line 434
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            iconst_3
            imul
            iconst_2
            idiv
            bipush 16
            iadd
            istore 6 /* newLength */
        start local 6 // int newLength
         9: .line 435
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
            iconst_0
            aload 0 /* this */
            iload 6 /* newLength */
            anewarray org.eclipse.jdt.core.dom.ASTNode
            dup_x1
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        10: .line 436
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingIndexes:[J
            iconst_0
            aload 0 /* this */
            iload 6 /* newLength */
            newarray 11
            dup_x1
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingIndexes:[J
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        end local 6 // int newLength
        11: .line 438
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            aload 1 /* node */
            aastore
        12: .line 439
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingIndexes:[J
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            ldc -1
            lastore
        13: .line 440
            iload 5 /* nodeEnd */
            ireturn
        14: .line 442
      StackMap locals:
      StackMap stack:
            iload 5 /* nodeEnd */
            istore 6 /* extended */
        start local 6 // int extended
        15: .line 445
            aload 0 /* this */
            iload 5 /* nodeEnd */
            aload 4 /* parentLineRange */
            invokevirtual org.eclipse.jdt.core.dom.DefaultCommentMapper.getLineNumber:(I[I)I
            istore 7 /* nodeEndLine */
        start local 7 // int nodeEndLine
        16: .line 448
            aload 0 /* this */
            iconst_0
            iload 5 /* nodeEnd */
            iconst_1
            invokevirtual org.eclipse.jdt.core.dom.DefaultCommentMapper.getCommentIndex:(III)I
            istore 8 /* idx */
        start local 8 // int idx
        17: .line 449
            iload 8 /* idx */
            iconst_m1
            if_icmpne 19
        18: .line 450
            iload 5 /* nodeEnd */
            ireturn
        19: .line 454
      StackMap locals: int int int
      StackMap stack:
            iload 8 /* idx */
            istore 9 /* startIdx */
        start local 9 // int startIdx
        20: .line 455
            iconst_m1
            istore 10 /* endIdx */
        start local 10 // int endIdx
        21: .line 456
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.comments:[Lorg/eclipse/jdt/core/dom/Comment;
            arraylength
            istore 11 /* length */
        start local 11 // int length
        22: .line 457
            iload 6 /* extended */
            iconst_1
            iadd
            istore 12 /* commentStart */
        start local 12 // int commentStart
        23: .line 458
            iload 5 /* nodeEnd */
            iconst_1
            iadd
            istore 13 /* previousEnd */
        start local 13 // int previousEnd
        24: .line 459
            iconst_m1
            istore 14 /* sameLineIdx */
        start local 14 // int sameLineIdx
        25: .line 460
            goto 52
        26: .line 462
      StackMap locals: org.eclipse.jdt.core.dom.DefaultCommentMapper org.eclipse.jdt.core.dom.ASTNode int int int[] int int int int int int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.comments:[Lorg/eclipse/jdt/core/dom/Comment;
            iload 8 /* idx */
            aaload
            astore 15 /* comment */
        start local 15 // org.eclipse.jdt.core.dom.Comment comment
        27: .line 463
            aload 15 /* comment */
            invokevirtual org.eclipse.jdt.core.dom.Comment.getStartPosition:()I
            istore 12 /* commentStart */
        28: .line 465
            iload 12 /* commentStart */
            iload 2 /* nextStart */
            if_icmplt 30
        29: .line 467
            goto 53
        30: .line 468
      StackMap locals: org.eclipse.jdt.core.dom.Comment
      StackMap stack:
            iload 13 /* previousEnd */
            iload 12 /* commentStart */
            if_icmpge 47
        31: .line 469
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            iload 13 /* previousEnd */
            iload 12 /* commentStart */
            invokevirtual org.eclipse.jdt.internal.compiler.parser.Scanner.resetTo:(II)V
        32: .line 471
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            invokevirtual org.eclipse.jdt.internal.compiler.parser.Scanner.getNextToken:()I
            istore 16 /* token */
        start local 16 // int token
        33: .line 472
            iload 16 /* token */
            sipush 1000
            if_icmpne 34
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            getfield org.eclipse.jdt.internal.compiler.parser.Scanner.currentPosition:I
            iload 12 /* commentStart */
            if_icmpeq 39
        34: .line 475
      StackMap locals: int
      StackMap stack:
            iload 8 /* idx */
            iload 9 /* startIdx */
            if_icmpne 53
        35: .line 476
            iload 5 /* nodeEnd */
        36: ireturn
        end local 16 // int token
        37: .line 481
      StackMap locals: org.eclipse.jdt.core.dom.DefaultCommentMapper org.eclipse.jdt.core.dom.ASTNode int int int[] int int int int int int int int int int org.eclipse.jdt.core.dom.Comment
      StackMap stack: org.eclipse.jdt.core.compiler.InvalidInputException
            pop
        38: .line 483
            iload 5 /* nodeEnd */
            ireturn
        39: .line 486
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            invokevirtual org.eclipse.jdt.internal.compiler.parser.Scanner.getCurrentIdentifierSource:()[C
            astore 16 /* gap */
        start local 16 // char[] gap
        40: .line 487
            iconst_0
            istore 17 /* nbrLine */
        start local 17 // int nbrLine
        41: .line 488
            iconst_m1
            istore 18 /* pos */
        start local 18 // int pos
        42: .line 489
            goto 44
        43: .line 490
      StackMap locals: char[] int int
      StackMap stack:
            iinc 17 /* nbrLine */ 1
        44: .line 489
      StackMap locals:
      StackMap stack:
            bipush 10
            aload 16 /* gap */
            iload 18 /* pos */
            iconst_1
            iadd
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.indexOf:(C[CI)I
            dup
            istore 18 /* pos */
            ifge 43
        45: .line 492
            iload 17 /* nbrLine */
            iconst_1
            if_icmple 47
        46: .line 494
            goto 53
        end local 18 // int pos
        end local 17 // int nbrLine
        end local 16 // char[] gap
        47: .line 498
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 12 /* commentStart */
            aload 4 /* parentLineRange */
            invokevirtual org.eclipse.jdt.core.dom.DefaultCommentMapper.getLineNumber:(I[I)I
            istore 16 /* commentLine */
        start local 16 // int commentLine
        48: .line 499
            iload 16 /* commentLine */
            iload 7 /* nodeEndLine */
            if_icmpne 50
        49: .line 500
            iload 8 /* idx */
            istore 14 /* sameLineIdx */
        50: .line 503
      StackMap locals: int
      StackMap stack:
            iload 12 /* commentStart */
            aload 15 /* comment */
            invokevirtual org.eclipse.jdt.core.dom.Comment.getLength:()I
            iadd
            istore 13 /* previousEnd */
        51: .line 504
            iload 8 /* idx */
            iinc 8 /* idx */ 1
            istore 10 /* endIdx */
        end local 16 // int commentLine
        end local 15 // org.eclipse.jdt.core.dom.Comment comment
        52: .line 460
      StackMap locals:
      StackMap stack:
            iload 8 /* idx */
            iload 11 /* length */
            if_icmpge 53
            iload 12 /* commentStart */
            iload 2 /* nextStart */
            if_icmplt 26
        53: .line 506
      StackMap locals:
      StackMap stack:
            iload 10 /* endIdx */
            iconst_m1
            if_icmpeq 94
        54: .line 508
            iload 3 /* lastChild */
            ifne 60
        55: .line 509
            aload 0 /* this */
            iload 2 /* nextStart */
            aload 4 /* parentLineRange */
            invokevirtual org.eclipse.jdt.core.dom.DefaultCommentMapper.getLineNumber:(I[I)I
            istore 15 /* nextLine */
        start local 15 // int nextLine
        56: .line 510
            aload 0 /* this */
            iload 13 /* previousEnd */
            aload 4 /* parentLineRange */
            invokevirtual org.eclipse.jdt.core.dom.DefaultCommentMapper.getLineNumber:(I[I)I
            istore 16 /* previousLine */
        start local 16 // int previousLine
        57: .line 511
            iload 15 /* nextLine */
            iload 16 /* previousLine */
            isub
            iconst_1
            if_icmpgt 60
        58: .line 512
            iload 14 /* sameLineIdx */
            iconst_m1
            if_icmpne 59
            iload 5 /* nodeEnd */
            ireturn
        59: .line 513
      StackMap locals: int int
      StackMap stack:
            iload 14 /* sameLineIdx */
            istore 10 /* endIdx */
        end local 16 // int previousLine
        end local 15 // int nextLine
        60: .line 517
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            ifne 65
        61: .line 518
            aload 0 /* this */
            bipush 16
            anewarray org.eclipse.jdt.core.dom.ASTNode
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
        62: .line 519
            aload 0 /* this */
            bipush 16
            newarray 11
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingIndexes:[J
        63: .line 520
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.lastTrailingPtr:I
        64: .line 521
            goto 69
      StackMap locals:
      StackMap stack:
        65: aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
            arraylength
            if_icmpne 69
        66: .line 522
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            iconst_3
            imul
            iconst_2
            idiv
            bipush 16
            iadd
            istore 15 /* newLength */
        start local 15 // int newLength
        67: .line 523
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
            iconst_0
            aload 0 /* this */
            iload 15 /* newLength */
            anewarray org.eclipse.jdt.core.dom.ASTNode
            dup_x1
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        68: .line 524
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingIndexes:[J
            iconst_0
            aload 0 /* this */
            iload 15 /* newLength */
            newarray 11
            dup_x1
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingIndexes:[J
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        end local 15 // int newLength
        69: .line 526
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            aload 1 /* node */
            aastore
        70: .line 527
            iload 9 /* startIdx */
            i2l
            bipush 32
            lshl
            iload 10 /* endIdx */
            i2l
            ladd
            lstore 15 /* nodeRange */
        start local 15 // long nodeRange
        71: .line 528
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingIndexes:[J
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            lload 15 /* nodeRange */
            lastore
        72: .line 530
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.comments:[Lorg/eclipse/jdt/core/dom/Comment;
            iload 10 /* endIdx */
            aaload
            invokevirtual org.eclipse.jdt.core.dom.Comment.getStartPosition:()I
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.comments:[Lorg/eclipse/jdt/core/dom/Comment;
            iload 10 /* endIdx */
            aaload
            invokevirtual org.eclipse.jdt.core.dom.Comment.getLength:()I
            iadd
            iconst_1
            isub
            istore 6 /* extended */
        73: .line 532
            aload 1 /* node */
            astore 17 /* previousNode */
        start local 17 // org.eclipse.jdt.core.dom.ASTNode previousNode
        74: .line 533
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            iconst_1
            isub
            istore 18 /* ptr */
        start local 18 // int ptr
        75: .line 534
            goto 83
        76: .line 535
      StackMap locals: long org.eclipse.jdt.core.dom.ASTNode int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingIndexes:[J
            iload 18 /* ptr */
            laload
            lstore 19 /* range */
        start local 19 // long range
        77: .line 536
            lload 19 /* range */
            ldc -1
            lcmp
            ifeq 78
            goto 84
        78: .line 537
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
            iload 18 /* ptr */
            aaload
            astore 21 /* unresolved */
        start local 21 // org.eclipse.jdt.core.dom.ASTNode unresolved
        79: .line 538
            aload 17 /* previousNode */
            aload 21 /* unresolved */
            invokevirtual org.eclipse.jdt.core.dom.ASTNode.getParent:()Lorg/eclipse/jdt/core/dom/ASTNode;
            if_acmpeq 80
            goto 84
        80: .line 539
      StackMap locals: org.eclipse.jdt.core.dom.ASTNode
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingIndexes:[J
            iload 18 /* ptr */
            lload 15 /* nodeRange */
            lastore
        81: .line 540
            aload 21 /* unresolved */
            astore 17 /* previousNode */
        82: .line 541
            iinc 18 /* ptr */ -1
        end local 21 // org.eclipse.jdt.core.dom.ASTNode unresolved
        end local 19 // long range
        83: .line 534
      StackMap locals:
      StackMap stack:
            iload 18 /* ptr */
            ifge 76
        84: .line 544
      StackMap locals:
      StackMap stack:
            iload 18 /* ptr */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.lastTrailingPtr:I
            if_icmple 93
        85: .line 545
            iload 18 /* ptr */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.lastTrailingPtr:I
            isub
            istore 19 /* offset */
        start local 19 // int offset
        86: .line 546
            iload 18 /* ptr */
            iconst_1
            iadd
            istore 20 /* i */
        start local 20 // int i
        87: goto 91
        88: .line 547
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
            iload 20 /* i */
            iload 19 /* offset */
            isub
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingNodes:[Lorg/eclipse/jdt/core/dom/ASTNode;
            iload 20 /* i */
            aaload
            aastore
        89: .line 548
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingIndexes:[J
            iload 20 /* i */
            iload 19 /* offset */
            isub
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingIndexes:[J
            iload 20 /* i */
            laload
            lastore
        90: .line 546
            iinc 20 /* i */ 1
      StackMap locals:
      StackMap stack:
        91: iload 20 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            if_icmple 88
        end local 20 // int i
        92: .line 550
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            iload 19 /* offset */
            isub
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
        end local 19 // int offset
        93: .line 552
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.DefaultCommentMapper.trailingPtr:I
            putfield org.eclipse.jdt.core.dom.DefaultCommentMapper.lastTrailingPtr:I
        end local 18 // int ptr
        end local 17 // org.eclipse.jdt.core.dom.ASTNode previousNode
        end local 15 // long nodeRange
        94: .line 554
      StackMap locals:
      StackMap stack:
            iload 6 /* extended */
            ireturn
        end local 14 // int sameLineIdx
        end local 13 // int previousEnd
        end local 12 // int commentStart
        end local 11 // int length
        end local 10 // int endIdx
        end local 9 // int startIdx
        end local 8 // int idx
        end local 7 // int nodeEndLine
        end local 6 // int extended
        end local 5 // int nodeEnd
        end local 4 // int[] parentLineRange
        end local 3 // boolean lastChild
        end local 2 // int nextStart
        end local 1 // org.eclipse.jdt.core.dom.ASTNode node
        end local 0 // org.eclipse.jdt.core.dom.DefaultCommentMapper this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   95     0             this  Lorg/eclipse/jdt/core/dom/DefaultCommentMapper;
            0   95     1             node  Lorg/eclipse/jdt/core/dom/ASTNode;
            0   95     2        nextStart  I
            0   95     3        lastChild  Z
            0   95     4  parentLineRange  [I
            1   95     5          nodeEnd  I
            9   11     6        newLength  I
           15   95     6         extended  I
           16   95     7      nodeEndLine  I
           17   95     8              idx  I
           20   95     9         startIdx  I
           21   95    10           endIdx  I
           22   95    11           length  I
           23   95    12     commentStart  I
           24   95    13      previousEnd  I
           25   95    14      sameLineIdx  I
           27   52    15          comment  Lorg/eclipse/jdt/core/dom/Comment;
           33   37    16            token  I
           40   47    16              gap  [C
           41   47    17          nbrLine  I
           42   47    18              pos  I
           48   52    16      commentLine  I
           56   60    15         nextLine  I
           57   60    16     previousLine  I
           67   69    15        newLength  I
           71   94    15        nodeRange  J
           74   94    17     previousNode  Lorg/eclipse/jdt/core/dom/ASTNode;
           75   94    18              ptr  I
           77   83    19            range  J
           79   83    21       unresolved  Lorg/eclipse/jdt/core/dom/ASTNode;
           86   93    19           offset  I
           87   92    20                i  I
      Exception table:
        from    to  target  type
          32    36      37  Class org.eclipse.jdt.core.compiler.InvalidInputException
    MethodParameters:
                 Name  Flags
      node             
      nextStart        
      lastChild        
      parentLineRange  
}
SourceFile: "DefaultCommentMapper.java"
NestMembers:
  org.eclipse.jdt.core.dom.DefaultCommentMapper$CommentMapperVisitor
InnerClasses:
  CommentMapperVisitor = org.eclipse.jdt.core.dom.DefaultCommentMapper$CommentMapperVisitor of org.eclipse.jdt.core.dom.DefaultCommentMapper