public class org.eclipse.jdt.internal.corext.dom.LinkedNodeFinder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.corext.dom.LinkedNodeFinder
  super_class: java.lang.Object
{
  private static final int FIELD;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int METHOD;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final int TYPE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private static final int LABEL;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  private static final int NAME;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.corext.dom.LinkedNodeFinder this
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            return
        end local 0 // org.eclipse.jdt.internal.corext.dom.LinkedNodeFinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/corext/dom/LinkedNodeFinder;

  public static org.eclipse.jdt.core.dom.SimpleName[] findByBinding(org.eclipse.jdt.core.dom.ASTNode, org.eclipse.jdt.core.dom.IBinding);
    descriptor: (Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/IBinding;)[Lorg/eclipse/jdt/core/dom/SimpleName;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.ASTNode root
        start local 1 // org.eclipse.jdt.core.dom.IBinding binding
         0: .line 55
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* res */
        start local 2 // java.util.ArrayList res
         1: .line 56
            new org.eclipse.jdt.internal.corext.dom.LinkedNodeFinder$BindingFinder
            dup
            aload 1 /* binding */
            aload 2 /* res */
            invokespecial org.eclipse.jdt.internal.corext.dom.LinkedNodeFinder$BindingFinder.<init>:(Lorg/eclipse/jdt/core/dom/IBinding;Ljava/util/ArrayList;)V
            astore 3 /* nodeFinder */
        start local 3 // org.eclipse.jdt.internal.corext.dom.LinkedNodeFinder$BindingFinder nodeFinder
         2: .line 57
            aload 0 /* root */
            aload 3 /* nodeFinder */
            invokevirtual org.eclipse.jdt.core.dom.ASTNode.accept:(Lorg/eclipse/jdt/core/dom/ASTVisitor;)V
         3: .line 58
            aload 2 /* res */
            aload 2 /* res */
            invokevirtual java.util.ArrayList.size:()I
            anewarray org.eclipse.jdt.core.dom.SimpleName
            invokevirtual java.util.ArrayList.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.dom.SimpleName[]
            areturn
        end local 3 // org.eclipse.jdt.internal.corext.dom.LinkedNodeFinder$BindingFinder nodeFinder
        end local 2 // java.util.ArrayList res
        end local 1 // org.eclipse.jdt.core.dom.IBinding binding
        end local 0 // org.eclipse.jdt.core.dom.ASTNode root
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        root  Lorg/eclipse/jdt/core/dom/ASTNode;
            0    4     1     binding  Lorg/eclipse/jdt/core/dom/IBinding;
            1    4     2         res  Ljava/util/ArrayList<Lorg/eclipse/jdt/core/dom/SimpleName;>;
            2    4     3  nodeFinder  Lorg/eclipse/jdt/internal/corext/dom/LinkedNodeFinder$BindingFinder;
    MethodParameters:
         Name  Flags
      root     
      binding  

  public static org.eclipse.jdt.core.dom.SimpleName[] findByNode(org.eclipse.jdt.core.dom.ASTNode, org.eclipse.jdt.core.dom.SimpleName);
    descriptor: (Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/SimpleName;)[Lorg/eclipse/jdt/core/dom/SimpleName;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.ASTNode root
        start local 1 // org.eclipse.jdt.core.dom.SimpleName name
         0: .line 70
            aload 1 /* name */
            invokevirtual org.eclipse.jdt.core.dom.SimpleName.resolveBinding:()Lorg/eclipse/jdt/core/dom/IBinding;
            astore 2 /* binding */
        start local 2 // org.eclipse.jdt.core.dom.IBinding binding
         1: .line 71
            aload 2 /* binding */
            ifnull 3
         2: .line 72
            aload 0 /* root */
            aload 2 /* binding */
            invokestatic org.eclipse.jdt.internal.corext.dom.LinkedNodeFinder.findByBinding:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/IBinding;)[Lorg/eclipse/jdt/core/dom/SimpleName;
            areturn
         3: .line 74
      StackMap locals: org.eclipse.jdt.core.dom.IBinding
      StackMap stack:
            aload 0 /* root */
            aload 1 /* name */
            invokestatic org.eclipse.jdt.internal.corext.dom.LinkedNodeFinder.findByProblems:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/SimpleName;)[Lorg/eclipse/jdt/core/dom/SimpleName;
            astore 3 /* names */
        start local 3 // org.eclipse.jdt.core.dom.SimpleName[] names
         4: .line 75
            aload 3 /* names */
            ifnull 6
         5: .line 76
            aload 3 /* names */
            areturn
         6: .line 78
      StackMap locals: org.eclipse.jdt.core.dom.SimpleName[]
      StackMap stack:
            aload 1 /* name */
            invokevirtual org.eclipse.jdt.core.dom.SimpleName.getParent:()Lorg/eclipse/jdt/core/dom/ASTNode;
            invokevirtual org.eclipse.jdt.core.dom.ASTNode.getNodeType:()I
            istore 4 /* parentKind */
        start local 4 // int parentKind
         7: .line 79
            iload 4 /* parentKind */
            bipush 30
            if_icmpeq 8
            iload 4 /* parentKind */
            bipush 10
            if_icmpeq 8
            iload 4 /* parentKind */
            bipush 18
            if_icmpne 12
         8: .line 80
      StackMap locals: int
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 5 /* res */
        start local 5 // java.util.ArrayList res
         9: .line 81
            new org.eclipse.jdt.internal.corext.dom.LinkedNodeFinder$LabelFinder
            dup
            aload 1 /* name */
            aload 5 /* res */
            invokespecial org.eclipse.jdt.internal.corext.dom.LinkedNodeFinder$LabelFinder.<init>:(Lorg/eclipse/jdt/core/dom/SimpleName;Ljava/util/ArrayList;)V
            astore 6 /* nodeFinder */
        start local 6 // org.eclipse.jdt.internal.corext.dom.LinkedNodeFinder$LabelFinder nodeFinder
        10: .line 82
            aload 0 /* root */
            aload 6 /* nodeFinder */
            invokevirtual org.eclipse.jdt.core.dom.ASTNode.accept:(Lorg/eclipse/jdt/core/dom/ASTVisitor;)V
        11: .line 83
            aload 5 /* res */
            aload 5 /* res */
            invokevirtual java.util.ArrayList.size:()I
            anewarray org.eclipse.jdt.core.dom.SimpleName
            invokevirtual java.util.ArrayList.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.dom.SimpleName[]
            areturn
        end local 6 // org.eclipse.jdt.internal.corext.dom.LinkedNodeFinder$LabelFinder nodeFinder
        end local 5 // java.util.ArrayList res
        12: .line 85
      StackMap locals:
      StackMap stack:
            iconst_1
            anewarray org.eclipse.jdt.core.dom.SimpleName
            dup
            iconst_0
            aload 1 /* name */
            aastore
            areturn
        end local 4 // int parentKind
        end local 3 // org.eclipse.jdt.core.dom.SimpleName[] names
        end local 2 // org.eclipse.jdt.core.dom.IBinding binding
        end local 1 // org.eclipse.jdt.core.dom.SimpleName name
        end local 0 // org.eclipse.jdt.core.dom.ASTNode root
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        root  Lorg/eclipse/jdt/core/dom/ASTNode;
            0   13     1        name  Lorg/eclipse/jdt/core/dom/SimpleName;
            1   13     2     binding  Lorg/eclipse/jdt/core/dom/IBinding;
            4   13     3       names  [Lorg/eclipse/jdt/core/dom/SimpleName;
            7   13     4  parentKind  I
            9   12     5         res  Ljava/util/ArrayList<Lorg/eclipse/jdt/core/dom/SimpleName;>;
           10   12     6  nodeFinder  Lorg/eclipse/jdt/internal/corext/dom/LinkedNodeFinder$LabelFinder;
    MethodParameters:
      Name  Flags
      root  
      name  

  private static int getProblemKind(org.eclipse.jdt.core.compiler.IProblem);
    descriptor: (Lorg/eclipse/jdt/core/compiler/IProblem;)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.compiler.IProblem problem
         0: .line 97
            aload 0 /* problem */
            invokeinterface org.eclipse.jdt.core.compiler.IProblem.getID:()I
            lookupswitch { // 6
             16777218: 5
             33554502: 1
             33554515: 4
             67108964: 2
            536871086: 3
            570425394: 4
              default: 6
          }
         1: .line 99
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         2: .line 101
      StackMap locals:
      StackMap stack:
            iconst_2
            ireturn
         3: .line 103
      StackMap locals:
      StackMap stack:
            bipush 8
            ireturn
         4: .line 106
      StackMap locals:
      StackMap stack:
            iconst_5
            ireturn
         5: .line 108
      StackMap locals:
      StackMap stack:
            iconst_4
            ireturn
         6: .line 110
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.core.compiler.IProblem problem
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0  problem  Lorg/eclipse/jdt/core/compiler/IProblem;
    MethodParameters:
         Name  Flags
      problem  

  private static int getNameNodeProblemKind(org.eclipse.jdt.core.compiler.IProblem[], org.eclipse.jdt.core.dom.SimpleName);
    descriptor: ([Lorg/eclipse/jdt/core/compiler/IProblem;Lorg/eclipse/jdt/core/dom/SimpleName;)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // org.eclipse.jdt.core.compiler.IProblem[] problems
        start local 1 // org.eclipse.jdt.core.dom.SimpleName nameNode
         0: .line 114
            aload 1 /* nameNode */
            invokevirtual org.eclipse.jdt.core.dom.SimpleName.getStartPosition:()I
            istore 2 /* nameOffset */
        start local 2 // int nameOffset
         1: .line 115
            iload 2 /* nameOffset */
            aload 1 /* nameNode */
            invokevirtual org.eclipse.jdt.core.dom.SimpleName.getLength:()I
            iadd
            iconst_1
            isub
            istore 3 /* nameInclEnd */
        start local 3 // int nameInclEnd
         2: .line 117
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 10
         4: .line 118
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* problems */
            iload 4 /* i */
            aaload
            astore 5 /* curr */
        start local 5 // org.eclipse.jdt.core.compiler.IProblem curr
         5: .line 119
            aload 5 /* curr */
            invokeinterface org.eclipse.jdt.core.compiler.IProblem.getSourceStart:()I
            iload 2 /* nameOffset */
            if_icmpne 9
            aload 5 /* curr */
            invokeinterface org.eclipse.jdt.core.compiler.IProblem.getSourceEnd:()I
            iload 3 /* nameInclEnd */
            if_icmpne 9
         6: .line 120
            aload 5 /* curr */
            invokestatic org.eclipse.jdt.internal.corext.dom.LinkedNodeFinder.getProblemKind:(Lorg/eclipse/jdt/core/compiler/IProblem;)I
            istore 6 /* kind */
        start local 6 // int kind
         7: .line 121
            iload 6 /* kind */
            ifeq 9
         8: .line 122
            iload 6 /* kind */
            ireturn
        end local 6 // int kind
        end local 5 // org.eclipse.jdt.core.compiler.IProblem curr
         9: .line 117
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 4 /* i */
            aload 0 /* problems */
            arraylength
            if_icmplt 4
        end local 4 // int i
        11: .line 126
            iconst_0
            ireturn
        end local 3 // int nameInclEnd
        end local 2 // int nameOffset
        end local 1 // org.eclipse.jdt.core.dom.SimpleName nameNode
        end local 0 // org.eclipse.jdt.core.compiler.IProblem[] problems
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0     problems  [Lorg/eclipse/jdt/core/compiler/IProblem;
            0   12     1     nameNode  Lorg/eclipse/jdt/core/dom/SimpleName;
            1   12     2   nameOffset  I
            2   12     3  nameInclEnd  I
            3   11     4            i  I
            5    9     5         curr  Lorg/eclipse/jdt/core/compiler/IProblem;
            7    9     6         kind  I
    MethodParameters:
          Name  Flags
      problems  
      nameNode  

  public static org.eclipse.jdt.core.dom.SimpleName[] findByProblems(org.eclipse.jdt.core.dom.ASTNode, org.eclipse.jdt.core.dom.SimpleName);
    descriptor: (Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/SimpleName;)[Lorg/eclipse/jdt/core/dom/SimpleName;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=15, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.ASTNode parent
        start local 1 // org.eclipse.jdt.core.dom.SimpleName nameNode
         0: .line 131
            aload 1 /* nameNode */
            invokevirtual org.eclipse.jdt.core.dom.SimpleName.getAST:()Lorg/eclipse/jdt/core/dom/AST;
            invokevirtual org.eclipse.jdt.core.dom.AST.apiLevel:()I
            bipush 10
            if_icmplt 2
            aload 1 /* nameNode */
            invokevirtual org.eclipse.jdt.core.dom.SimpleName.isVar:()Z
            ifeq 2
         1: .line 132
            aconst_null
            areturn
         2: .line 134
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* res */
        start local 2 // java.util.ArrayList res
         3: .line 136
            aload 0 /* parent */
            invokevirtual org.eclipse.jdt.core.dom.ASTNode.getRoot:()Lorg/eclipse/jdt/core/dom/ASTNode;
            astore 3 /* astRoot */
        start local 3 // org.eclipse.jdt.core.dom.ASTNode astRoot
         4: .line 137
            aload 3 /* astRoot */
            instanceof org.eclipse.jdt.core.dom.CompilationUnit
            ifne 6
         5: .line 138
            aconst_null
            areturn
         6: .line 141
      StackMap locals: java.util.ArrayList org.eclipse.jdt.core.dom.ASTNode
      StackMap stack:
            aload 3 /* astRoot */
            checkcast org.eclipse.jdt.core.dom.CompilationUnit
            invokevirtual org.eclipse.jdt.core.dom.CompilationUnit.getProblems:()[Lorg/eclipse/jdt/core/compiler/IProblem;
            astore 4 /* problems */
        start local 4 // org.eclipse.jdt.core.compiler.IProblem[] problems
         7: .line 142
            aload 4 /* problems */
            aload 1 /* nameNode */
            invokestatic org.eclipse.jdt.internal.corext.dom.LinkedNodeFinder.getNameNodeProblemKind:([Lorg/eclipse/jdt/core/compiler/IProblem;Lorg/eclipse/jdt/core/dom/SimpleName;)I
            istore 5 /* nameNodeKind */
        start local 5 // int nameNodeKind
         8: .line 143
            iload 5 /* nameNodeKind */
            ifne 10
         9: .line 144
            aconst_null
            areturn
        10: .line 147
      StackMap locals: org.eclipse.jdt.core.compiler.IProblem[] int
      StackMap stack:
            aload 0 /* parent */
            invokevirtual org.eclipse.jdt.core.dom.ASTNode.getStartPosition:()I
            istore 6 /* bodyStart */
        start local 6 // int bodyStart
        11: .line 148
            iload 6 /* bodyStart */
            aload 0 /* parent */
            invokevirtual org.eclipse.jdt.core.dom.ASTNode.getLength:()I
            iadd
            istore 7 /* bodyEnd */
        start local 7 // int bodyEnd
        12: .line 150
            aload 1 /* nameNode */
            invokevirtual org.eclipse.jdt.core.dom.SimpleName.getIdentifier:()Ljava/lang/String;
            astore 8 /* name */
        start local 8 // java.lang.String name
        13: .line 152
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        14: goto 27
        15: .line 153
      StackMap locals: org.eclipse.jdt.core.dom.ASTNode org.eclipse.jdt.core.dom.SimpleName java.util.ArrayList org.eclipse.jdt.core.dom.ASTNode org.eclipse.jdt.core.compiler.IProblem[] int int int java.lang.String int
      StackMap stack:
            aload 4 /* problems */
            iload 9 /* i */
            aaload
            astore 10 /* curr */
        start local 10 // org.eclipse.jdt.core.compiler.IProblem curr
        16: .line 154
            aload 10 /* curr */
            invokeinterface org.eclipse.jdt.core.compiler.IProblem.getSourceStart:()I
            istore 11 /* probStart */
        start local 11 // int probStart
        17: .line 155
            aload 10 /* curr */
            invokeinterface org.eclipse.jdt.core.compiler.IProblem.getSourceEnd:()I
            iconst_1
            iadd
            istore 12 /* probEnd */
        start local 12 // int probEnd
        18: .line 157
            iload 11 /* probStart */
            iload 6 /* bodyStart */
            if_icmple 26
            iload 12 /* probEnd */
            iload 7 /* bodyEnd */
            if_icmpge 26
        19: .line 158
            aload 10 /* curr */
            invokestatic org.eclipse.jdt.internal.corext.dom.LinkedNodeFinder.getProblemKind:(Lorg/eclipse/jdt/core/compiler/IProblem;)I
            istore 13 /* currKind */
        start local 13 // int currKind
        20: .line 159
            iload 5 /* nameNodeKind */
            iload 13 /* currKind */
            iand
            ifeq 26
        21: .line 160
            aload 0 /* parent */
            iload 11 /* probStart */
            iload 12 /* probEnd */
            iload 11 /* probStart */
            isub
            invokestatic org.eclipse.jdt.core.dom.NodeFinder.perform:(Lorg/eclipse/jdt/core/dom/ASTNode;II)Lorg/eclipse/jdt/core/dom/ASTNode;
            astore 14 /* node */
        start local 14 // org.eclipse.jdt.core.dom.ASTNode node
        22: .line 161
            aload 14 /* node */
            instanceof org.eclipse.jdt.core.dom.SimpleName
            ifeq 26
            aload 8 /* name */
            aload 14 /* node */
            checkcast org.eclipse.jdt.core.dom.SimpleName
            invokevirtual org.eclipse.jdt.core.dom.SimpleName.getIdentifier:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 26
        23: .line 162
            aload 14 /* node */
            instanceof org.eclipse.jdt.core.dom.SimpleName
            ifeq 26
            aload 8 /* name */
            aload 14 /* node */
            checkcast org.eclipse.jdt.core.dom.SimpleName
            invokevirtual org.eclipse.jdt.core.dom.SimpleName.getIdentifier:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 26
        24: .line 163
            aload 14 /* node */
            invokevirtual org.eclipse.jdt.core.dom.ASTNode.getAST:()Lorg/eclipse/jdt/core/dom/AST;
            invokevirtual org.eclipse.jdt.core.dom.AST.apiLevel:()I
            bipush 10
            if_icmplt 25
            aload 14 /* node */
            checkcast org.eclipse.jdt.core.dom.SimpleName
            invokevirtual org.eclipse.jdt.core.dom.SimpleName.isVar:()Z
            ifne 26
        25: .line 164
      StackMap locals: org.eclipse.jdt.core.dom.ASTNode org.eclipse.jdt.core.dom.SimpleName java.util.ArrayList org.eclipse.jdt.core.dom.ASTNode org.eclipse.jdt.core.compiler.IProblem[] int int int java.lang.String int org.eclipse.jdt.core.compiler.IProblem int int int org.eclipse.jdt.core.dom.ASTNode
      StackMap stack:
            aload 2 /* res */
            aload 14 /* node */
            checkcast org.eclipse.jdt.core.dom.SimpleName
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 14 // org.eclipse.jdt.core.dom.ASTNode node
        end local 13 // int currKind
        end local 12 // int probEnd
        end local 11 // int probStart
        end local 10 // org.eclipse.jdt.core.compiler.IProblem curr
        26: .line 152
      StackMap locals: org.eclipse.jdt.core.dom.ASTNode org.eclipse.jdt.core.dom.SimpleName java.util.ArrayList org.eclipse.jdt.core.dom.ASTNode org.eclipse.jdt.core.compiler.IProblem[] int int int java.lang.String int
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 9 /* i */
            aload 4 /* problems */
            arraylength
            if_icmplt 15
        end local 9 // int i
        28: .line 170
            aload 2 /* res */
            aload 2 /* res */
            invokevirtual java.util.ArrayList.size:()I
            anewarray org.eclipse.jdt.core.dom.SimpleName
            invokevirtual java.util.ArrayList.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.dom.SimpleName[]
            areturn
        end local 8 // java.lang.String name
        end local 7 // int bodyEnd
        end local 6 // int bodyStart
        end local 5 // int nameNodeKind
        end local 4 // org.eclipse.jdt.core.compiler.IProblem[] problems
        end local 3 // org.eclipse.jdt.core.dom.ASTNode astRoot
        end local 2 // java.util.ArrayList res
        end local 1 // org.eclipse.jdt.core.dom.SimpleName nameNode
        end local 0 // org.eclipse.jdt.core.dom.ASTNode parent
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   29     0        parent  Lorg/eclipse/jdt/core/dom/ASTNode;
            0   29     1      nameNode  Lorg/eclipse/jdt/core/dom/SimpleName;
            3   29     2           res  Ljava/util/ArrayList<Lorg/eclipse/jdt/core/dom/SimpleName;>;
            4   29     3       astRoot  Lorg/eclipse/jdt/core/dom/ASTNode;
            7   29     4      problems  [Lorg/eclipse/jdt/core/compiler/IProblem;
            8   29     5  nameNodeKind  I
           11   29     6     bodyStart  I
           12   29     7       bodyEnd  I
           13   29     8          name  Ljava/lang/String;
           14   28     9             i  I
           16   26    10          curr  Lorg/eclipse/jdt/core/compiler/IProblem;
           17   26    11     probStart  I
           18   26    12       probEnd  I
           20   26    13      currKind  I
           22   26    14          node  Lorg/eclipse/jdt/core/dom/ASTNode;
    MethodParameters:
          Name  Flags
      parent    
      nameNode  
}
SourceFile: "LinkedNodeFinder.java"
NestMembers:
  org.eclipse.jdt.internal.corext.dom.LinkedNodeFinder$BindingFinder  org.eclipse.jdt.internal.corext.dom.LinkedNodeFinder$LabelFinder
InnerClasses:
  private BindingFinder = org.eclipse.jdt.internal.corext.dom.LinkedNodeFinder$BindingFinder of org.eclipse.jdt.internal.corext.dom.LinkedNodeFinder
  private LabelFinder = org.eclipse.jdt.internal.corext.dom.LinkedNodeFinder$LabelFinder of org.eclipse.jdt.internal.corext.dom.LinkedNodeFinder