class org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor extends org.eclipse.jdt.internal.compiler.ASTVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor
  super_class: org.eclipse.jdt.internal.compiler.ASTVisitor
{
  final org.eclipse.jdt.internal.core.search.BasicSearchEngine this$0;
    descriptor: Lorg/eclipse/jdt/internal/core/search/BasicSearchEngine;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final char val$typeSuffix;
    descriptor: C
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final char[] val$packageName;
    descriptor: [C
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$packageMatchRule;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final char[] val$typeName;
    descriptor: [C
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$validatedTypeMatchRule;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final char[] val$packageDeclaration;
    descriptor: [C
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.eclipse.jdt.internal.core.search.IRestrictedAccessTypeRequestor val$nameRequestor;
    descriptor: Lorg/eclipse/jdt/internal/core/search/IRestrictedAccessTypeRequestor;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.eclipse.jdt.core.ICompilationUnit val$workingCopy;
    descriptor: Lorg/eclipse/jdt/core/ICompilationUnit;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$path;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jdt.internal.core.search.BasicSearchEngine, char, char[], int, char[], int, char[], org.eclipse.jdt.internal.core.search.IRestrictedAccessTypeRequestor, org.eclipse.jdt.core.ICompilationUnit, java.lang.String);
    descriptor: (Lorg/eclipse/jdt/internal/core/search/BasicSearchEngine;C[CI[CI[CLorg/eclipse/jdt/internal/core/search/IRestrictedAccessTypeRequestor;Lorg/eclipse/jdt/core/ICompilationUnit;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=11, args_size=11
        start local 0 // org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor this
         0: .line 1911
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.this$0:Lorg/eclipse/jdt/internal/core/search/BasicSearchEngine;
            aload 0 /* this */
            iload 2
            putfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$typeSuffix:C
            aload 0 /* this */
            aload 3
            putfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$packageName:[C
            aload 0 /* this */
            iload 4
            putfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$packageMatchRule:I
            aload 0 /* this */
            aload 5
            putfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$typeName:[C
            aload 0 /* this */
            iload 6
            putfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$validatedTypeMatchRule:I
            aload 0 /* this */
            aload 7
            putfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$packageDeclaration:[C
            aload 0 /* this */
            aload 8
            putfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$nameRequestor:Lorg/eclipse/jdt/internal/core/search/IRestrictedAccessTypeRequestor;
            aload 0 /* this */
            aload 9
            putfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$workingCopy:Lorg/eclipse/jdt/core/ICompilationUnit;
            aload 0 /* this */
            aload 10
            putfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$path:Ljava/lang/String;
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.ASTVisitor.<init>:()V
            return
        end local 0 // org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/search/BasicSearchEngine$1AllTypeDeclarationsVisitor;
    MethodParameters:
                            Name  Flags
      this$0                      final
      val$typeSuffix              final
      val$packageName             final
      val$packageMatchRule        final
      val$typeName                final
      val$validatedTypeMatchRule  final
      val$packageDeclaration      final
      val$nameRequestor           final
      val$workingCopy             final
      val$path                    final

  public boolean visit(org.eclipse.jdt.internal.compiler.ast.TypeDeclaration, org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration typeDeclaration
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope blockScope
         0: .line 1914
            iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope blockScope
        end local 1 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration typeDeclaration
        end local 0 // org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/eclipse/jdt/internal/core/search/BasicSearchEngine$1AllTypeDeclarationsVisitor;
            0    1     1  typeDeclaration  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0    1     2       blockScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
    MethodParameters:
                 Name  Flags
      typeDeclaration  
      blockScope       

  public boolean visit(org.eclipse.jdt.internal.compiler.ast.TypeDeclaration, org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration typeDeclaration
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope compilationUnitScope
         0: .line 1918
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.this$0:Lorg/eclipse/jdt/internal/core/search/BasicSearchEngine;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$typeSuffix:C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$packageName:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$packageMatchRule:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$typeName:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$validatedTypeMatchRule:I
            aload 1 /* typeDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.modifiers:I
            invokestatic org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.kind:(I)I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$packageDeclaration:[C
            aload 1 /* typeDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.name:[C
            invokevirtual org.eclipse.jdt.internal.core.search.BasicSearchEngine.match:(C[CI[CII[C[C)Z
            ifeq 6
         1: .line 1919
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$nameRequestor:Lorg/eclipse/jdt/internal/core/search/IRestrictedAccessTypeRequestor;
            instanceof org.eclipse.jdt.internal.core.search.TypeNameMatchRequestorWrapper
            ifeq 5
         2: .line 1920
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$workingCopy:Lorg/eclipse/jdt/core/ICompilationUnit;
            new java.lang.String
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$typeName:[C
            invokespecial java.lang.String.<init>:([C)V
            invokeinterface org.eclipse.jdt.core.ICompilationUnit.getType:(Ljava/lang/String;)Lorg/eclipse/jdt/core/IType;
            astore 3 /* type */
        start local 3 // org.eclipse.jdt.core.IType type
         3: .line 1921
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$nameRequestor:Lorg/eclipse/jdt/internal/core/search/IRestrictedAccessTypeRequestor;
            checkcast org.eclipse.jdt.internal.core.search.TypeNameMatchRequestorWrapper
            getfield org.eclipse.jdt.internal.core.search.TypeNameMatchRequestorWrapper.requestor:Lorg/eclipse/jdt/core/search/TypeNameMatchRequestor;
            new org.eclipse.jdt.internal.core.search.JavaSearchTypeNameMatch
            dup
            aload 3 /* type */
            aload 1 /* typeDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.modifiers:I
            invokespecial org.eclipse.jdt.internal.core.search.JavaSearchTypeNameMatch.<init>:(Lorg/eclipse/jdt/core/IType;I)V
            invokevirtual org.eclipse.jdt.core.search.TypeNameMatchRequestor.acceptTypeNameMatch:(Lorg/eclipse/jdt/core/search/TypeNameMatch;)V
        end local 3 // org.eclipse.jdt.core.IType type
         4: .line 1922
            goto 6
         5: .line 1923
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$nameRequestor:Lorg/eclipse/jdt/internal/core/search/IRestrictedAccessTypeRequestor;
            aload 1 /* typeDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.modifiers:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$packageDeclaration:[C
            aload 1 /* typeDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.name:[C
            getstatic org.eclipse.jdt.core.compiler.CharOperation.NO_CHAR_CHAR:[[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$path:Ljava/lang/String;
            aconst_null
            invokeinterface org.eclipse.jdt.internal.core.search.IRestrictedAccessTypeRequestor.acceptType:(I[C[C[[CLjava/lang/String;Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)V
         6: .line 1926
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope compilationUnitScope
        end local 1 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration typeDeclaration
        end local 0 // org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    7     0                  this  Lorg/eclipse/jdt/internal/core/search/BasicSearchEngine$1AllTypeDeclarationsVisitor;
            0    7     1       typeDeclaration  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0    7     2  compilationUnitScope  Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            3    4     3                  type  Lorg/eclipse/jdt/core/IType;
    MethodParameters:
                      Name  Flags
      typeDeclaration       
      compilationUnitScope  

  public boolean visit(org.eclipse.jdt.internal.compiler.ast.TypeDeclaration, org.eclipse.jdt.internal.compiler.lookup.ClassScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=8, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration memberTypeDeclaration
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ClassScope classScope
         0: .line 1930
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.this$0:Lorg/eclipse/jdt/internal/core/search/BasicSearchEngine;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$typeSuffix:C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$packageName:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$packageMatchRule:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$typeName:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$validatedTypeMatchRule:I
            aload 1 /* memberTypeDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.modifiers:I
            invokestatic org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.kind:(I)I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$packageDeclaration:[C
            aload 1 /* memberTypeDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.name:[C
            invokevirtual org.eclipse.jdt.internal.core.search.BasicSearchEngine.match:(C[CI[CII[C[C)Z
            ifeq 21
         1: .line 1932
            aload 1 /* memberTypeDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.enclosingType:Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            astore 3 /* enclosing */
        start local 3 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration enclosing
         2: .line 1933
            getstatic org.eclipse.jdt.core.compiler.CharOperation.NO_CHAR_CHAR:[[C
            astore 4 /* enclosingTypeNames */
        start local 4 // char[][] enclosingTypeNames
         3: .line 1934
            goto 9
         4: .line 1935
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration char[][]
      StackMap stack:
            iconst_1
            anewarray char[]
            dup
            iconst_0
            aload 3 /* enclosing */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.name:[C
            aastore
            aload 4 /* enclosingTypeNames */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.arrayConcat:([[C[[C)[[C
            astore 4 /* enclosingTypeNames */
         5: .line 1936
            aload 3 /* enclosing */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bits:I
            sipush 1024
            iand
            ifeq 8
         6: .line 1937
            aload 3 /* enclosing */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.enclosingType:Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            astore 3 /* enclosing */
         7: .line 1938
            goto 9
         8: .line 1939
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* enclosing */
         9: .line 1934
      StackMap locals:
      StackMap stack:
            aload 3 /* enclosing */
            ifnonnull 4
        10: .line 1943
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$nameRequestor:Lorg/eclipse/jdt/internal/core/search/IRestrictedAccessTypeRequestor;
            instanceof org.eclipse.jdt.internal.core.search.TypeNameMatchRequestorWrapper
            ifeq 20
        11: .line 1944
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$workingCopy:Lorg/eclipse/jdt/core/ICompilationUnit;
            new java.lang.String
            dup
            aload 4 /* enclosingTypeNames */
            iconst_0
            aaload
            invokespecial java.lang.String.<init>:([C)V
            invokeinterface org.eclipse.jdt.core.ICompilationUnit.getType:(Ljava/lang/String;)Lorg/eclipse/jdt/core/IType;
            astore 5 /* type */
        start local 5 // org.eclipse.jdt.core.IType type
        12: .line 1945
            iconst_1
            istore 6 /* j */
        start local 6 // int j
        13: aload 4 /* enclosingTypeNames */
            arraylength
            istore 7 /* l */
        start local 7 // int l
        14: goto 17
        15: .line 1946
      StackMap locals: org.eclipse.jdt.core.IType int int
      StackMap stack:
            aload 5 /* type */
            new java.lang.String
            dup
            aload 4 /* enclosingTypeNames */
            iload 6 /* j */
            aaload
            invokespecial java.lang.String.<init>:([C)V
            invokeinterface org.eclipse.jdt.core.IType.getType:(Ljava/lang/String;)Lorg/eclipse/jdt/core/IType;
            astore 5 /* type */
        16: .line 1945
            iinc 6 /* j */ 1
      StackMap locals:
      StackMap stack:
        17: iload 6 /* j */
            iload 7 /* l */
            if_icmplt 15
        end local 7 // int l
        end local 6 // int j
        18: .line 1948
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$nameRequestor:Lorg/eclipse/jdt/internal/core/search/IRestrictedAccessTypeRequestor;
            checkcast org.eclipse.jdt.internal.core.search.TypeNameMatchRequestorWrapper
            getfield org.eclipse.jdt.internal.core.search.TypeNameMatchRequestorWrapper.requestor:Lorg/eclipse/jdt/core/search/TypeNameMatchRequestor;
            new org.eclipse.jdt.internal.core.search.JavaSearchTypeNameMatch
            dup
            aload 5 /* type */
            iconst_0
            invokespecial org.eclipse.jdt.internal.core.search.JavaSearchTypeNameMatch.<init>:(Lorg/eclipse/jdt/core/IType;I)V
            invokevirtual org.eclipse.jdt.core.search.TypeNameMatchRequestor.acceptTypeNameMatch:(Lorg/eclipse/jdt/core/search/TypeNameMatch;)V
        end local 5 // org.eclipse.jdt.core.IType type
        19: .line 1949
            goto 21
        20: .line 1950
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$nameRequestor:Lorg/eclipse/jdt/internal/core/search/IRestrictedAccessTypeRequestor;
            aload 1 /* memberTypeDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.modifiers:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$packageDeclaration:[C
            aload 1 /* memberTypeDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.name:[C
            aload 4 /* enclosingTypeNames */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor.val$path:Ljava/lang/String;
            aconst_null
            invokeinterface org.eclipse.jdt.internal.core.search.IRestrictedAccessTypeRequestor.acceptType:(I[C[C[[CLjava/lang/String;Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)V
        end local 4 // char[][] enclosingTypeNames
        end local 3 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration enclosing
        21: .line 1953
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ClassScope classScope
        end local 1 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration memberTypeDeclaration
        end local 0 // org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   22     0                   this  Lorg/eclipse/jdt/internal/core/search/BasicSearchEngine$1AllTypeDeclarationsVisitor;
            0   22     1  memberTypeDeclaration  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0   22     2             classScope  Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            2   21     3              enclosing  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            3   21     4     enclosingTypeNames  [[C
           12   19     5                   type  Lorg/eclipse/jdt/core/IType;
           13   18     6                      j  I
           14   18     7                      l  I
    MethodParameters:
                       Name  Flags
      memberTypeDeclaration  
      classScope             
}
SourceFile: "BasicSearchEngine.java"
EnclosingMethod: org.eclipse.jdt.internal.core.search.BasicSearchEngine.searchAllTypeNames:([CI[CIILorg/eclipse/jdt/core/search/IJavaSearchScope;Lorg/eclipse/jdt/internal/core/search/IRestrictedAccessTypeRequestor;ILorg/eclipse/core/runtime/IProgressMonitor;)V
NestHost: org.eclipse.jdt.internal.core.search.BasicSearchEngine
InnerClasses:
  AllTypeDeclarationsVisitor = org.eclipse.jdt.internal.core.search.BasicSearchEngine$1AllTypeDeclarationsVisitor