public abstract class org.eclipse.jdt.internal.codeassist.impl.Engine implements org.eclipse.jdt.internal.compiler.impl.ITypeRequestor
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jdt.internal.codeassist.impl.Engine
  super_class: java.lang.Object
{
  public org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment lookupEnvironment;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
    flags: (0x0001) ACC_PUBLIC

  protected org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope unitScope;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
    flags: (0x0004) ACC_PROTECTED

  public org.eclipse.jdt.internal.core.SearchableEnvironment nameEnvironment;
    descriptor: Lorg/eclipse/jdt/internal/core/SearchableEnvironment;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.codeassist.impl.AssistOptions options;
    descriptor: Lorg/eclipse/jdt/internal/codeassist/impl/AssistOptions;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.impl.CompilerOptions compilerOptions;
    descriptor: Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
    flags: (0x0001) ACC_PUBLIC

  public boolean forbiddenReferenceIsError;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public boolean discouragedReferenceIsError;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public boolean importCachesInitialized;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public char[][][] importsCache;
    descriptor: [[[C
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.lookup.ImportBinding[] onDemandImportsCache;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/lookup/ImportBinding;
    flags: (0x0001) ACC_PUBLIC

  public int importCacheCount;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int onDemandImportCacheCount;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public char[] currentPackageName;
    descriptor: [C
    flags: (0x0001) ACC_PUBLIC

  public void <init>(java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.codeassist.impl.Engine this
        start local 1 // java.util.Map settings
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.codeassist.impl.Engine.importCachesInitialized:Z
         2: .line 51
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.codeassist.impl.Engine.importCacheCount:I
         3: .line 52
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.codeassist.impl.Engine.onDemandImportCacheCount:I
         4: .line 53
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.codeassist.impl.Engine.currentPackageName:[C
         5: .line 56
            aload 0 /* this */
            new org.eclipse.jdt.internal.codeassist.impl.AssistOptions
            dup
            aload 1 /* settings */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistOptions.<init>:(Ljava/util/Map;)V
            putfield org.eclipse.jdt.internal.codeassist.impl.Engine.options:Lorg/eclipse/jdt/internal/codeassist/impl/AssistOptions;
         6: .line 57
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.impl.CompilerOptions
            dup
            aload 1 /* settings */
            invokespecial org.eclipse.jdt.internal.compiler.impl.CompilerOptions.<init>:(Ljava/util/Map;)V
            putfield org.eclipse.jdt.internal.codeassist.impl.Engine.compilerOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
         7: .line 58
            aload 0 /* this */
         8: .line 59
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.compilerOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            ldc 536870944
            invokevirtual org.eclipse.jdt.internal.compiler.impl.CompilerOptions.getSeverity:(I)I
            iconst_1
            iand
            ifeq 9
            iconst_1
            goto 10
      StackMap locals: org.eclipse.jdt.internal.codeassist.impl.Engine java.util.Map
      StackMap stack: org.eclipse.jdt.internal.codeassist.impl.Engine
         9: iconst_0
        10: .line 58
      StackMap locals: org.eclipse.jdt.internal.codeassist.impl.Engine java.util.Map
      StackMap stack: org.eclipse.jdt.internal.codeassist.impl.Engine int
            putfield org.eclipse.jdt.internal.codeassist.impl.Engine.forbiddenReferenceIsError:Z
        11: .line 60
            aload 0 /* this */
        12: .line 61
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.compilerOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            ldc 536887296
            invokevirtual org.eclipse.jdt.internal.compiler.impl.CompilerOptions.getSeverity:(I)I
            iconst_1
            iand
            ifeq 13
            iconst_1
            goto 14
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.codeassist.impl.Engine
        13: iconst_0
        14: .line 60
      StackMap locals: org.eclipse.jdt.internal.codeassist.impl.Engine java.util.Map
      StackMap stack: org.eclipse.jdt.internal.codeassist.impl.Engine int
            putfield org.eclipse.jdt.internal.codeassist.impl.Engine.discouragedReferenceIsError:Z
        15: .line 62
            return
        end local 1 // java.util.Map settings
        end local 0 // org.eclipse.jdt.internal.codeassist.impl.Engine this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lorg/eclipse/jdt/internal/codeassist/impl/Engine;
            0   16     1  settings  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)V
    MethodParameters:
          Name  Flags
      settings  

  public void accept(org.eclipse.jdt.internal.compiler.env.IBinaryType, org.eclipse.jdt.internal.compiler.lookup.PackageBinding, org.eclipse.jdt.internal.compiler.env.AccessRestriction);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.codeassist.impl.Engine this
        start local 1 // org.eclipse.jdt.internal.compiler.env.IBinaryType binaryType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
        start local 3 // org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction
         0: .line 69
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.lookupEnvironment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 1 /* binaryType */
            aload 2 /* packageBinding */
            aload 3 /* accessRestriction */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createBinaryTypeFrom:(Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)Lorg/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding;
            pop
         1: .line 70
            return
        end local 3 // org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
        end local 1 // org.eclipse.jdt.internal.compiler.env.IBinaryType binaryType
        end local 0 // org.eclipse.jdt.internal.codeassist.impl.Engine this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/eclipse/jdt/internal/codeassist/impl/Engine;
            0    2     1         binaryType  Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;
            0    2     2     packageBinding  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            0    2     3  accessRestriction  Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;
    MethodParameters:
                   Name  Flags
      binaryType         
      packageBinding     
      accessRestriction  

  public void accept(org.eclipse.jdt.internal.compiler.env.ICompilationUnit, org.eclipse.jdt.internal.compiler.env.AccessRestriction);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/env/ICompilationUnit;Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=3
        start local 0 // org.eclipse.jdt.internal.codeassist.impl.Engine this
        start local 1 // org.eclipse.jdt.internal.compiler.env.ICompilationUnit sourceUnit
        start local 2 // org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction
         0: .line 77
            new org.eclipse.jdt.internal.compiler.CompilationResult
            dup
            aload 1 /* sourceUnit */
            iconst_1
            iconst_1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.compilerOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.maxProblemsPerUnit:I
            invokespecial org.eclipse.jdt.internal.compiler.CompilationResult.<init>:(Lorg/eclipse/jdt/internal/compiler/env/ICompilationUnit;III)V
            astore 3 /* result */
        start local 3 // org.eclipse.jdt.internal.compiler.CompilationResult result
         1: .line 79
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.impl.Engine.getParser:()Lorg/eclipse/jdt/internal/codeassist/impl/AssistParser;
            astore 4 /* assistParser */
        start local 4 // org.eclipse.jdt.internal.codeassist.impl.AssistParser assistParser
         2: .line 80
            aload 4 /* assistParser */
            invokevirtual org.eclipse.jdt.internal.codeassist.impl.AssistParser.becomeSimpleParser:()Ljava/lang/Object;
            astore 5 /* parserState */
        start local 5 // java.lang.Object parserState
         3: .line 83
            aload 4 /* assistParser */
            aload 1 /* sourceUnit */
            aload 3 /* result */
            invokevirtual org.eclipse.jdt.internal.codeassist.impl.AssistParser.dietParse:(Lorg/eclipse/jdt/internal/compiler/env/ICompilationUnit;Lorg/eclipse/jdt/internal/compiler/CompilationResult;)Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
         4: .line 82
            astore 6 /* parsedUnit */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration parsedUnit
         5: .line 85
            aload 4 /* assistParser */
            aload 5 /* parserState */
            invokevirtual org.eclipse.jdt.internal.codeassist.impl.AssistParser.restoreAssistParser:(Ljava/lang/Object;)V
         6: .line 87
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.lookupEnvironment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 6 /* parsedUnit */
            aload 2 /* accessRestriction */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.buildTypeBindings:(Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)V
         7: .line 88
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.lookupEnvironment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 6 /* parsedUnit */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.completeTypeBindings:(Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;Z)V
         8: .line 89
            return
        end local 6 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration parsedUnit
        end local 5 // java.lang.Object parserState
        end local 4 // org.eclipse.jdt.internal.codeassist.impl.AssistParser assistParser
        end local 3 // org.eclipse.jdt.internal.compiler.CompilationResult result
        end local 2 // org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction
        end local 1 // org.eclipse.jdt.internal.compiler.env.ICompilationUnit sourceUnit
        end local 0 // org.eclipse.jdt.internal.codeassist.impl.Engine this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lorg/eclipse/jdt/internal/codeassist/impl/Engine;
            0    9     1         sourceUnit  Lorg/eclipse/jdt/internal/compiler/env/ICompilationUnit;
            0    9     2  accessRestriction  Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;
            1    9     3             result  Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            2    9     4       assistParser  Lorg/eclipse/jdt/internal/codeassist/impl/AssistParser;
            3    9     5        parserState  Ljava/lang/Object;
            5    9     6         parsedUnit  Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
    MethodParameters:
                   Name  Flags
      sourceUnit         
      accessRestriction  

  public void accept(org.eclipse.jdt.internal.compiler.env.ISourceType[], org.eclipse.jdt.internal.compiler.lookup.PackageBinding, org.eclipse.jdt.internal.compiler.env.AccessRestriction);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/env/ISourceType;Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=10, args_size=4
        start local 0 // org.eclipse.jdt.internal.codeassist.impl.Engine this
        start local 1 // org.eclipse.jdt.internal.compiler.env.ISourceType[] sourceTypes
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
        start local 3 // org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction
         0: .line 100
            aconst_null
            astore 4 /* result */
        start local 4 // org.eclipse.jdt.internal.compiler.CompilationResult result
         1: .line 102
            aload 1 /* sourceTypes */
            iconst_0
            aaload
            invokeinterface org.eclipse.jdt.internal.compiler.env.ISourceType.getEnclosingType:()Lorg/eclipse/jdt/internal/compiler/env/ISourceType;
            ifnull 23
         2: .line 104
            aload 1 /* sourceTypes */
            iconst_0
            aaload
            instanceof org.eclipse.jdt.internal.core.SourceType
            ifeq 5
         3: .line 105
            aload 1 /* sourceTypes */
            iconst_0
            aaload
            checkcast org.eclipse.jdt.internal.core.SourceType
            invokevirtual org.eclipse.jdt.internal.core.SourceType.getElementInfo:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.core.SourceTypeElementInfo
            astore 5 /* sourceType */
        start local 5 // org.eclipse.jdt.internal.core.SourceTypeElementInfo sourceType
         4: .line 106
            goto 6
        end local 5 // org.eclipse.jdt.internal.core.SourceTypeElementInfo sourceType
         5: .line 107
      StackMap locals: org.eclipse.jdt.internal.compiler.CompilationResult
      StackMap stack:
            aload 1 /* sourceTypes */
            iconst_0
            aaload
            checkcast org.eclipse.jdt.internal.core.SourceTypeElementInfo
            astore 5 /* sourceType */
        start local 5 // org.eclipse.jdt.internal.core.SourceTypeElementInfo sourceType
         6: .line 109
      StackMap locals: org.eclipse.jdt.internal.core.SourceTypeElementInfo
      StackMap stack:
            aload 5 /* sourceType */
            invokevirtual org.eclipse.jdt.internal.core.SourceTypeElementInfo.getHandle:()Lorg/eclipse/jdt/core/IType;
            invokeinterface org.eclipse.jdt.core.IType.getCompilationUnit:()Lorg/eclipse/jdt/core/ICompilationUnit;
            invokeinterface org.eclipse.jdt.core.ICompilationUnit.getTypes:()[Lorg/eclipse/jdt/core/IType;
            astore 6 /* types */
        start local 6 // org.eclipse.jdt.core.IType[] types
         7: .line 110
            aload 6 /* types */
            arraylength
            anewarray org.eclipse.jdt.internal.compiler.env.ISourceType
            astore 1 /* sourceTypes */
         8: .line 111
            aload 1 /* sourceTypes */
            iconst_0
            aload 5 /* sourceType */
            aastore
         9: .line 112
            aload 6 /* types */
            arraylength
            istore 7 /* length */
        start local 7 // int length
        10: .line 113
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        11: goto 16
        12: .line 115
      StackMap locals: org.eclipse.jdt.core.IType[] int int
      StackMap stack:
            aload 6 /* types */
            iload 8 /* i */
            aaload
            checkcast org.eclipse.jdt.internal.core.JavaElement
            invokevirtual org.eclipse.jdt.internal.core.JavaElement.getElementInfo:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.env.ISourceType
        13: .line 114
            astore 9 /* otherType */
        start local 9 // org.eclipse.jdt.internal.compiler.env.ISourceType otherType
        14: .line 116
            aload 1 /* sourceTypes */
            iload 8 /* i */
            aload 9 /* otherType */
            aastore
        end local 9 // org.eclipse.jdt.internal.compiler.env.ISourceType otherType
        15: .line 113
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 8 /* i */
            iload 7 /* length */
            if_icmplt 12
        end local 8 // int i
        17: .line 119
            aload 6 /* types */
            iconst_0
            aaload
            checkcast org.eclipse.jdt.internal.core.JavaElement
            invokevirtual org.eclipse.jdt.internal.core.JavaElement.getElementInfo:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.env.ISourceType
        18: .line 118
            astore 8 /* otherType */
        start local 8 // org.eclipse.jdt.internal.compiler.env.ISourceType otherType
        19: .line 120
            new org.eclipse.jdt.internal.compiler.CompilationResult
            dup
            aload 8 /* otherType */
            invokeinterface org.eclipse.jdt.internal.compiler.env.ISourceType.getFileName:()[C
            iconst_1
            iconst_1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.compilerOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.maxProblemsPerUnit:I
            invokespecial org.eclipse.jdt.internal.compiler.CompilationResult.<init>:([CIII)V
            astore 4 /* result */
        end local 8 // org.eclipse.jdt.internal.compiler.env.ISourceType otherType
        end local 7 // int length
        end local 6 // org.eclipse.jdt.core.IType[] types
        20: .line 121
            goto 24
        end local 5 // org.eclipse.jdt.internal.core.SourceTypeElementInfo sourceType
      StackMap locals: org.eclipse.jdt.internal.codeassist.impl.Engine org.eclipse.jdt.internal.compiler.env.ISourceType[] org.eclipse.jdt.internal.compiler.lookup.PackageBinding org.eclipse.jdt.internal.compiler.env.AccessRestriction org.eclipse.jdt.internal.compiler.CompilationResult
      StackMap stack: org.eclipse.jdt.core.JavaModelException
        21: pop
        22: .line 124
            goto 24
        23: .line 125
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.CompilationResult
            dup
            aload 1 /* sourceTypes */
            iconst_0
            aaload
            invokeinterface org.eclipse.jdt.internal.compiler.env.ISourceType.getFileName:()[C
            iconst_1
            iconst_1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.compilerOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.maxProblemsPerUnit:I
            invokespecial org.eclipse.jdt.internal.compiler.CompilationResult.<init>:([CIII)V
            astore 4 /* result */
        24: .line 127
      StackMap locals:
      StackMap stack:
            aload 2 /* packageBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            astore 6 /* environment */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
        25: .line 128
            aload 6 /* environment */
            ifnonnull 27
        26: .line 129
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.lookupEnvironment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            astore 6 /* environment */
        27: .line 132
      StackMap locals: org.eclipse.jdt.internal.codeassist.impl.Engine org.eclipse.jdt.internal.compiler.env.ISourceType[] org.eclipse.jdt.internal.compiler.lookup.PackageBinding org.eclipse.jdt.internal.compiler.env.AccessRestriction org.eclipse.jdt.internal.compiler.CompilationResult top org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
      StackMap stack:
            aload 1 /* sourceTypes */
        28: .line 133
            bipush 15
        29: .line 136
            aload 6 /* environment */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.problemReporter:Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
        30: .line 137
            aload 4 /* result */
        31: .line 131
            invokestatic org.eclipse.jdt.internal.compiler.parser.SourceTypeConverter.buildCompilationUnit:([Lorg/eclipse/jdt/internal/compiler/env/ISourceType;ILorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;Lorg/eclipse/jdt/internal/compiler/CompilationResult;)Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
        32: .line 130
            astore 7 /* unit */
        start local 7 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration unit
        33: .line 139
            aload 7 /* unit */
            ifnull 36
        34: .line 140
            aload 6 /* environment */
            aload 7 /* unit */
            aload 3 /* accessRestriction */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.buildTypeBindings:(Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)V
        35: .line 141
            aload 6 /* environment */
            aload 7 /* unit */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.completeTypeBindings:(Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;Z)V
        36: .line 143
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
      StackMap stack:
            return
        end local 7 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration unit
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
        end local 4 // org.eclipse.jdt.internal.compiler.CompilationResult result
        end local 3 // org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
        end local 1 // org.eclipse.jdt.internal.compiler.env.ISourceType[] sourceTypes
        end local 0 // org.eclipse.jdt.internal.codeassist.impl.Engine this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   37     0               this  Lorg/eclipse/jdt/internal/codeassist/impl/Engine;
            0   37     1        sourceTypes  [Lorg/eclipse/jdt/internal/compiler/env/ISourceType;
            0   37     2     packageBinding  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            0   37     3  accessRestriction  Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;
            1   37     4             result  Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            4    5     5         sourceType  Lorg/eclipse/jdt/internal/core/SourceTypeElementInfo;
            6   21     5         sourceType  Lorg/eclipse/jdt/internal/core/SourceTypeElementInfo;
            7   20     6              types  [Lorg/eclipse/jdt/core/IType;
           10   20     7             length  I
           11   17     8                  i  I
           14   15     9          otherType  Lorg/eclipse/jdt/internal/compiler/env/ISourceType;
           19   20     8          otherType  Lorg/eclipse/jdt/internal/compiler/env/ISourceType;
           25   37     6        environment  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
           33   37     7               unit  Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
      Exception table:
        from    to  target  type
           2    20      21  Class org.eclipse.jdt.core.JavaModelException
    MethodParameters:
                   Name  Flags
      sourceTypes        
      packageBinding     
      accessRestriction  

  public abstract org.eclipse.jdt.internal.codeassist.impl.AssistParser getParser();
    descriptor: ()Lorg/eclipse/jdt/internal/codeassist/impl/AssistParser;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public void initializeImportCaches();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.impl.Engine this
         0: .line 148
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.currentPackageName:[C
            ifnonnull 2
         1: .line 149
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.impl.Engine.initializePackageCache:()V
         2: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.unitScope:Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            getfield org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.imports:[Lorg/eclipse/jdt/internal/compiler/lookup/ImportBinding;
            astore 1 /* importBindings */
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ImportBinding[] importBindings
         3: .line 153
            aload 1 /* importBindings */
            ifnonnull 4
            iconst_0
            goto 5
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ImportBinding[]
      StackMap stack:
         4: aload 1 /* importBindings */
            arraylength
      StackMap locals:
      StackMap stack: int
         5: istore 2 /* length */
        start local 2 // int length
         6: .line 155
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 25
         8: .line 156
      StackMap locals: int int
      StackMap stack:
            aload 1 /* importBindings */
            iload 3 /* i */
            aaload
            astore 4 /* importBinding */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ImportBinding importBinding
         9: .line 157
            aload 4 /* importBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.ImportBinding.onDemand:Z
            ifeq 16
        10: .line 158
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.onDemandImportsCache:[Lorg/eclipse/jdt/internal/compiler/lookup/ImportBinding;
            ifnonnull 12
        11: .line 159
            aload 0 /* this */
            iload 2 /* length */
            iload 3 /* i */
            isub
            anewarray org.eclipse.jdt.internal.compiler.lookup.ImportBinding
            putfield org.eclipse.jdt.internal.codeassist.impl.Engine.onDemandImportsCache:[Lorg/eclipse/jdt/internal/compiler/lookup/ImportBinding;
        12: .line 161
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ImportBinding
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.onDemandImportsCache:[Lorg/eclipse/jdt/internal/compiler/lookup/ImportBinding;
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.onDemandImportCacheCount:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.codeassist.impl.Engine.onDemandImportCacheCount:I
        13: .line 162
            aload 4 /* importBinding */
        14: .line 161
            aastore
        15: .line 163
            goto 24
        16: .line 164
      StackMap locals:
      StackMap stack:
            aload 4 /* importBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.ImportBinding.resolvedImport:Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            instanceof org.eclipse.jdt.internal.compiler.lookup.MethodBinding
            ifeq 18
        17: .line 165
            aload 4 /* importBinding */
            instanceof org.eclipse.jdt.internal.compiler.lookup.ImportConflictBinding
            ifeq 24
        18: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.importsCache:[[[C
            ifnonnull 20
        19: .line 167
            aload 0 /* this */
            iload 2 /* length */
            iload 3 /* i */
            isub
            anewarray char[][]
            putfield org.eclipse.jdt.internal.codeassist.impl.Engine.importsCache:[[[C
        20: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.importsCache:[[[C
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.importCacheCount:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.codeassist.impl.Engine.importCacheCount:I
            iconst_2
            anewarray char[]
            dup
            iconst_0
        21: .line 170
            aload 4 /* importBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.ImportBinding.compoundName:[[C
            aload 4 /* importBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.ImportBinding.compoundName:[[C
            arraylength
            iconst_1
            isub
            aaload
            aastore
            dup
            iconst_1
        22: .line 171
            aload 4 /* importBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.ImportBinding.compoundName:[[C
            bipush 46
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concatWith:([[CC)[C
            aastore
        23: .line 169
            aastore
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ImportBinding importBinding
        24: .line 155
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 3 /* i */
            iload 2 /* length */
            if_icmplt 8
        end local 3 // int i
        26: .line 177
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.impl.Engine.importCachesInitialized:Z
        27: .line 178
            return
        end local 2 // int length
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ImportBinding[] importBindings
        end local 0 // org.eclipse.jdt.internal.codeassist.impl.Engine this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   28     0            this  Lorg/eclipse/jdt/internal/codeassist/impl/Engine;
            3   28     1  importBindings  [Lorg/eclipse/jdt/internal/compiler/lookup/ImportBinding;
            6   28     2          length  I
            7   26     3               i  I
            9   24     4   importBinding  Lorg/eclipse/jdt/internal/compiler/lookup/ImportBinding;

  public void initializePackageCache();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.impl.Engine this
         0: .line 181
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.unitScope:Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            getfield org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
            ifnull 3
         1: .line 182
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.unitScope:Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            getfield org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.PlainPackageBinding.compoundName:[[C
            bipush 46
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concatWith:([[CC)[C
            putfield org.eclipse.jdt.internal.codeassist.impl.Engine.currentPackageName:[C
         2: .line 183
            goto 8
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.unitScope:Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            getfield org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.referenceContext:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            ifnull 7
         4: .line 184
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.unitScope:Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            getfield org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.referenceContext:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.currentPackage:Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;
            ifnull 7
         5: .line 185
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.unitScope:Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            getfield org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.referenceContext:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.currentPackage:Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;
            getfield org.eclipse.jdt.internal.compiler.ast.ImportReference.tokens:[[C
            bipush 46
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concatWith:([[CC)[C
            putfield org.eclipse.jdt.internal.codeassist.impl.Engine.currentPackageName:[C
         6: .line 186
            goto 8
         7: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jdt.core.compiler.CharOperation.NO_CHAR:[C
            putfield org.eclipse.jdt.internal.codeassist.impl.Engine.currentPackageName:[C
         8: .line 189
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.impl.Engine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/jdt/internal/codeassist/impl/Engine;

  protected boolean mustQualifyType(char[], char[], char[], int);
    descriptor: ([C[C[CI)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=15, args_size=5
        start local 0 // org.eclipse.jdt.internal.codeassist.impl.Engine this
        start local 1 // char[] packageName
        start local 2 // char[] typeName
        start local 3 // char[] enclosingTypeNames
        start local 4 // int modifiers
         0: .line 198
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.unitScope:Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            ifnonnull 2
         1: .line 199
            iconst_1
            ireturn
         2: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.importCachesInitialized:Z
            ifne 4
         3: .line 202
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.impl.Engine.initializeImportCaches:()V
         4: .line 205
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         5: goto 26
         6: .line 206
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.importsCache:[[[C
            iload 5 /* i */
            aaload
            astore 6 /* importName */
        start local 6 // char[][] importName
         7: .line 207
            aload 2 /* typeName */
            aload 6 /* importName */
            iconst_0
            aaload
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 25
         8: .line 209
            aload 3 /* enclosingTypeNames */
            ifnull 9
            aload 3 /* enclosingTypeNames */
            arraylength
            ifne 14
         9: .line 211
      StackMap locals: char[][]
      StackMap stack:
            aload 1 /* packageName */
        10: .line 212
            aload 2 /* typeName */
        11: .line 213
            bipush 46
        12: .line 210
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concat:([C[CC)[C
        13: .line 213
            goto 21
        14: .line 216
      StackMap locals:
      StackMap stack:
            aload 1 /* packageName */
        15: .line 217
            aload 3 /* enclosingTypeNames */
        16: .line 218
            bipush 46
        17: .line 215
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concat:([C[CC)[C
        18: .line 219
            aload 2 /* typeName */
        19: .line 220
            bipush 46
        20: .line 214
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concat:([C[CC)[C
        21: .line 208
      StackMap locals:
      StackMap stack: char[]
            astore 7 /* fullyQualifiedTypeName */
        start local 7 // char[] fullyQualifiedTypeName
        22: .line 221
            aload 7 /* fullyQualifiedTypeName */
            aload 6 /* importName */
            iconst_1
            aaload
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 23
            iconst_0
            goto 24
      StackMap locals: char[]
      StackMap stack:
        23: iconst_1
      StackMap locals:
      StackMap stack: int
        24: ireturn
        end local 7 // char[] fullyQualifiedTypeName
        end local 6 // char[][] importName
        25: .line 205
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        26: iload 5 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.importCacheCount:I
            if_icmplt 6
        end local 5 // int i
        27: .line 225
            aload 3 /* enclosingTypeNames */
            ifnull 28
            aload 3 /* enclosingTypeNames */
            arraylength
            ifne 30
      StackMap locals:
      StackMap stack:
        28: aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.currentPackageName:[C
            aload 1 /* packageName */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 30
        29: .line 226
            iconst_0
            ireturn
        30: .line 228
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5 /* fullyQualifiedEnclosingTypeName */
        start local 5 // char[] fullyQualifiedEnclosingTypeName
        31: .line 230
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        32: goto 86
        33: .line 231
      StackMap locals: char[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.onDemandImportsCache:[Lorg/eclipse/jdt/internal/compiler/lookup/ImportBinding;
            iload 6 /* i */
            aaload
            astore 7 /* importBinding */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.ImportBinding importBinding
        34: .line 232
            aload 7 /* importBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.ImportBinding.resolvedImport:Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            astore 8 /* resolvedImport */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.Binding resolvedImport
        35: .line 234
            aload 7 /* importBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.ImportBinding.compoundName:[[C
            astore 9 /* importName */
        start local 9 // char[][] importName
        36: .line 235
            aload 9 /* importName */
            bipush 46
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concatWith:([[CC)[C
            astore 10 /* importFlatName */
        start local 10 // char[] importFlatName
        37: .line 237
            iconst_0
            istore 11 /* isFound */
        start local 11 // boolean isFound
        38: .line 239
            aload 8 /* resolvedImport */
            instanceof org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            ifeq 54
        39: .line 240
            aload 3 /* enclosingTypeNames */
            ifnull 62
            aload 3 /* enclosingTypeNames */
            arraylength
            ifeq 62
        40: .line 241
            aload 5 /* fullyQualifiedEnclosingTypeName */
            ifnonnull 46
        41: .line 244
            aload 1 /* packageName */
        42: .line 245
            aload 3 /* enclosingTypeNames */
        43: .line 246
            bipush 46
        44: .line 243
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concat:([C[CC)[C
        45: .line 242
            astore 5 /* fullyQualifiedEnclosingTypeName */
        46: .line 248
      StackMap locals: org.eclipse.jdt.internal.codeassist.impl.Engine char[] char[] char[] int char[] int org.eclipse.jdt.internal.compiler.lookup.ImportBinding org.eclipse.jdt.internal.compiler.lookup.Binding char[][] char[] int
      StackMap stack:
            aload 5 /* fullyQualifiedEnclosingTypeName */
            aload 10 /* importFlatName */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 62
        47: .line 249
            aload 7 /* importBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ImportBinding.isStatic:()Z
            ifeq 52
        48: .line 250
            iload 4 /* modifiers */
            bipush 8
            iand
            ifeq 49
            iconst_1
            goto 50
      StackMap locals:
      StackMap stack:
        49: iconst_0
      StackMap locals:
      StackMap stack: int
        50: istore 11 /* isFound */
        51: .line 251
            goto 62
        52: .line 252
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 11 /* isFound */
        53: .line 256
            goto 62
        54: .line 257
      StackMap locals:
      StackMap stack:
            aload 3 /* enclosingTypeNames */
            ifnull 55
            aload 3 /* enclosingTypeNames */
            arraylength
            ifne 62
        55: .line 258
      StackMap locals:
      StackMap stack:
            aload 1 /* packageName */
            aload 10 /* importFlatName */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 62
        56: .line 259
            aload 7 /* importBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ImportBinding.isStatic:()Z
            ifeq 61
        57: .line 260
            iload 4 /* modifiers */
            bipush 8
            iand
            ifeq 58
            iconst_1
            goto 59
      StackMap locals:
      StackMap stack:
        58: iconst_0
      StackMap locals:
      StackMap stack: int
        59: istore 11 /* isFound */
        60: .line 261
            goto 62
        61: .line 262
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 11 /* isFound */
        62: .line 269
      StackMap locals:
      StackMap stack:
            iload 11 /* isFound */
            ifeq 85
        63: .line 270
            iconst_0
            istore 12 /* j */
        start local 12 // int j
        64: goto 83
        65: .line 271
      StackMap locals: int
      StackMap stack:
            iload 6 /* i */
            iload 12 /* j */
            if_icmpeq 82
        66: .line 272
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.onDemandImportsCache:[Lorg/eclipse/jdt/internal/compiler/lookup/ImportBinding;
            iload 12 /* j */
            aaload
            astore 13 /* conflictingImportBinding */
        start local 13 // org.eclipse.jdt.internal.compiler.lookup.ImportBinding conflictingImportBinding
        67: .line 273
            aload 13 /* conflictingImportBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.ImportBinding.resolvedImport:Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            instanceof org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            ifeq 72
        68: .line 275
            aload 13 /* conflictingImportBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.ImportBinding.resolvedImport:Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
        69: .line 274
            astore 14 /* refBinding */
        start local 14 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding refBinding
        70: .line 276
            aload 14 /* refBinding */
            aload 2 /* typeName */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.getMemberType:([C)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            ifnull 82
        71: .line 277
            iconst_1
            ireturn
        end local 14 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding refBinding
        72: .line 281
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ImportBinding
      StackMap stack:
            aload 13 /* conflictingImportBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.ImportBinding.compoundName:[[C
            bipush 46
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concatWith:([[CC)[C
        73: .line 280
            astore 14 /* conflictingImportName */
        start local 14 // char[] conflictingImportName
        74: .line 283
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.nameEnvironment:Lorg/eclipse/jdt/internal/core/SearchableEnvironment;
            getfield org.eclipse.jdt.internal.core.SearchableEnvironment.nameLookup:Lorg/eclipse/jdt/internal/core/NameLookup;
        75: .line 284
            aload 2 /* typeName */
            invokestatic java.lang.String.valueOf:([C)Ljava/lang/String;
        76: .line 285
            aload 14 /* conflictingImportName */
            invokestatic java.lang.String.valueOf:([C)Ljava/lang/String;
        77: .line 286
            iconst_0
        78: .line 287
            bipush 30
        79: .line 288
            iconst_0
        80: .line 283
            invokevirtual org.eclipse.jdt.internal.core.NameLookup.findType:(Ljava/lang/String;Ljava/lang/String;ZIZ)Lorg/eclipse/jdt/internal/core/NameLookup$Answer;
            ifnull 82
        81: .line 289
            iconst_1
            ireturn
        end local 14 // char[] conflictingImportName
        end local 13 // org.eclipse.jdt.internal.compiler.lookup.ImportBinding conflictingImportBinding
        82: .line 270
      StackMap locals:
      StackMap stack:
            iinc 12 /* j */ 1
      StackMap locals:
      StackMap stack:
        83: iload 12 /* j */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.onDemandImportCacheCount:I
            if_icmplt 65
        end local 12 // int j
        84: .line 294
            iconst_0
            ireturn
        end local 11 // boolean isFound
        end local 10 // char[] importFlatName
        end local 9 // char[][] importName
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.Binding resolvedImport
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.ImportBinding importBinding
        85: .line 230
      StackMap locals: org.eclipse.jdt.internal.codeassist.impl.Engine char[] char[] char[] int char[] int
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        86: iload 6 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.onDemandImportCacheCount:I
            if_icmplt 33
        end local 6 // int i
        87: .line 297
            iconst_1
            ireturn
        end local 5 // char[] fullyQualifiedEnclosingTypeName
        end local 4 // int modifiers
        end local 3 // char[] enclosingTypeNames
        end local 2 // char[] typeName
        end local 1 // char[] packageName
        end local 0 // org.eclipse.jdt.internal.codeassist.impl.Engine this
      LocalVariableTable:
        Start  End  Slot                             Name  Signature
            0   88     0                             this  Lorg/eclipse/jdt/internal/codeassist/impl/Engine;
            0   88     1                      packageName  [C
            0   88     2                         typeName  [C
            0   88     3               enclosingTypeNames  [C
            0   88     4                        modifiers  I
            5   27     5                                i  I
            7   25     6                       importName  [[C
           22   25     7           fullyQualifiedTypeName  [C
           31   88     5  fullyQualifiedEnclosingTypeName  [C
           32   87     6                                i  I
           34   85     7                    importBinding  Lorg/eclipse/jdt/internal/compiler/lookup/ImportBinding;
           35   85     8                   resolvedImport  Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
           36   85     9                       importName  [[C
           37   85    10                   importFlatName  [C
           38   85    11                          isFound  Z
           64   84    12                                j  I
           67   82    13         conflictingImportBinding  Lorg/eclipse/jdt/internal/compiler/lookup/ImportBinding;
           70   72    14                       refBinding  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           74   82    14            conflictingImportName  [C
    MethodParameters:
                    Name  Flags
      packageName         
      typeName            
      enclosingTypeNames  
      modifiers           

  protected org.eclipse.jdt.internal.compiler.ast.ASTNode parseBlockStatements(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration, int);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;I)Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.eclipse.jdt.internal.codeassist.impl.Engine this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration unit
        start local 2 // int position
         0: .line 306
            aload 1 /* unit */
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.types:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            arraylength
            istore 3 /* length */
        start local 3 // int length
         1: .line 307
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 9
         3: .line 308
      StackMap locals: int int
      StackMap stack:
            aload 1 /* unit */
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.types:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            iload 4 /* i */
            aaload
            astore 5 /* type */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration type
         4: .line 309
            aload 5 /* type */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.declarationSourceStart:I
            iload 2 /* position */
            if_icmpge 8
         5: .line 310
            aload 5 /* type */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.declarationSourceEnd:I
            iload 2 /* position */
            if_icmplt 8
         6: .line 311
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.impl.Engine.getParser:()Lorg/eclipse/jdt/internal/codeassist/impl/AssistParser;
            getfield org.eclipse.jdt.internal.codeassist.impl.AssistParser.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            aload 1 /* unit */
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.compilationResult:Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            invokevirtual org.eclipse.jdt.internal.compiler.parser.Scanner.setSource:(Lorg/eclipse/jdt/internal/compiler/CompilationResult;)V
         7: .line 312
            aload 0 /* this */
            aload 5 /* type */
            aload 1 /* unit */
            iload 2 /* position */
            invokevirtual org.eclipse.jdt.internal.codeassist.impl.Engine.parseBlockStatements:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;I)Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            areturn
        end local 5 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration type
         8: .line 307
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 3
        end local 4 // int i
        10: .line 315
            aconst_null
            areturn
        end local 3 // int length
        end local 2 // int position
        end local 1 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration unit
        end local 0 // org.eclipse.jdt.internal.codeassist.impl.Engine this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/eclipse/jdt/internal/codeassist/impl/Engine;
            0   11     1      unit  Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            0   11     2  position  I
            1   11     3    length  I
            2   10     4         i  I
            4    8     5      type  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
    MethodParameters:
          Name  Flags
      unit      
      position  

  private org.eclipse.jdt.internal.compiler.ast.ASTNode parseBlockStatements(org.eclipse.jdt.internal.compiler.ast.TypeDeclaration, org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration, int);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;I)Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=10, args_size=4
        start local 0 // org.eclipse.jdt.internal.codeassist.impl.Engine this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration type
        start local 2 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration unit
        start local 3 // int position
         0: .line 323
            aload 1 /* type */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            astore 4 /* memberTypes */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration[] memberTypes
         1: .line 324
            aload 4 /* memberTypes */
            ifnull 12
         2: .line 325
            aload 4 /* memberTypes */
            arraylength
            istore 5 /* length */
        start local 5 // int length
         3: .line 326
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         4: goto 11
         5: .line 327
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration[] int int
      StackMap stack:
            aload 4 /* memberTypes */
            iload 6 /* i */
            aaload
            astore 7 /* memberType */
        start local 7 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration memberType
         6: .line 328
            aload 7 /* memberType */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bodyStart:I
            iload 3 /* position */
            if_icmple 8
         7: .line 329
            goto 10
         8: .line 330
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
      StackMap stack:
            aload 7 /* memberType */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.declarationSourceEnd:I
            iload 3 /* position */
            if_icmplt 10
         9: .line 331
            aload 0 /* this */
            aload 7 /* memberType */
            aload 2 /* unit */
            iload 3 /* position */
            invokevirtual org.eclipse.jdt.internal.codeassist.impl.Engine.parseBlockStatements:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;I)Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            areturn
        end local 7 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration memberType
        10: .line 326
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 6 /* i */
            iload 5 /* length */
            if_icmplt 5
        end local 6 // int i
        end local 5 // int length
        12: .line 336
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            astore 5 /* methods */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration[] methods
        13: .line 337
            aload 5 /* methods */
            ifnull 27
        14: .line 338
            aload 5 /* methods */
            arraylength
            istore 6 /* length */
        start local 6 // int length
        15: .line 339
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        16: goto 26
        17: .line 340
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration[] int int
      StackMap stack:
            aload 5 /* methods */
            iload 7 /* i */
            aaload
            astore 8 /* method */
        start local 8 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration method
        18: .line 341
            aload 8 /* method */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.bodyStart:I
            iload 3 /* position */
            iconst_1
            iadd
            if_icmple 20
        19: .line 342
            goto 25
        20: .line 344
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
      StackMap stack:
            aload 8 /* method */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.isDefaultConstructor:()Z
            ifeq 22
        21: .line 345
            goto 25
        22: .line 347
      StackMap locals:
      StackMap stack:
            aload 8 /* method */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.declarationSourceEnd:I
            iload 3 /* position */
            if_icmplt 25
        23: .line 349
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.impl.Engine.getParser:()Lorg/eclipse/jdt/internal/codeassist/impl/AssistParser;
            aload 8 /* method */
            aload 2 /* unit */
            invokevirtual org.eclipse.jdt.internal.codeassist.impl.AssistParser.parseBlockStatements:(Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;)V
        24: .line 350
            aload 8 /* method */
            areturn
        end local 8 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration method
        25: .line 339
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        26: iload 7 /* i */
            iload 6 /* length */
            if_icmplt 17
        end local 7 // int i
        end local 6 // int length
        27: .line 355
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            astore 6 /* fields */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration[] fields
        28: .line 356
            aload 6 /* fields */
            ifnull 41
        29: .line 357
            aload 6 /* fields */
            arraylength
            istore 7 /* length */
        start local 7 // int length
        30: .line 358
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        31: goto 40
        32: .line 359
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.FieldDeclaration[] int int
      StackMap stack:
            aload 6 /* fields */
            iload 8 /* i */
            aaload
            astore 9 /* field */
        start local 9 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration field
        33: .line 360
            aload 9 /* field */
            getfield org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.sourceStart:I
            iload 3 /* position */
            if_icmple 35
        34: .line 361
            goto 39
        35: .line 362
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
      StackMap stack:
            aload 9 /* field */
            getfield org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.declarationSourceEnd:I
            iload 3 /* position */
            if_icmplt 39
        36: .line 363
            aload 9 /* field */
            instanceof org.eclipse.jdt.internal.compiler.ast.Initializer
            ifeq 38
        37: .line 364
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.impl.Engine.getParser:()Lorg/eclipse/jdt/internal/codeassist/impl/AssistParser;
            aload 9 /* field */
            checkcast org.eclipse.jdt.internal.compiler.ast.Initializer
            aload 1 /* type */
            aload 2 /* unit */
            invokevirtual org.eclipse.jdt.internal.codeassist.impl.AssistParser.parseBlockStatements:(Lorg/eclipse/jdt/internal/compiler/ast/Initializer;Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;)V
        38: .line 366
      StackMap locals:
      StackMap stack:
            aload 9 /* field */
            areturn
        end local 9 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration field
        39: .line 358
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        40: iload 8 /* i */
            iload 7 /* length */
            if_icmplt 32
        end local 8 // int i
        end local 7 // int length
        41: .line 370
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 6 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration[] fields
        end local 5 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration[] methods
        end local 4 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration[] memberTypes
        end local 3 // int position
        end local 2 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration unit
        end local 1 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration type
        end local 0 // org.eclipse.jdt.internal.codeassist.impl.Engine this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   42     0         this  Lorg/eclipse/jdt/internal/codeassist/impl/Engine;
            0   42     1         type  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0   42     2         unit  Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            0   42     3     position  I
            1   42     4  memberTypes  [Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            3   12     5       length  I
            4   12     6            i  I
            6   10     7   memberType  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
           13   42     5      methods  [Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
           15   27     6       length  I
           16   27     7            i  I
           18   25     8       method  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
           28   42     6       fields  [Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
           30   41     7       length  I
           31   41     8            i  I
           33   39     9        field  Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
    MethodParameters:
          Name  Flags
      type      
      unit      
      position  

  protected void reset(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.codeassist.impl.Engine this
        start local 1 // boolean resetLookupEnvironment
         0: .line 374
            iload 1 /* resetLookupEnvironment */
            ifeq 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.impl.Engine.lookupEnvironment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.reset:()V
         1: .line 375
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean resetLookupEnvironment
        end local 0 // org.eclipse.jdt.internal.codeassist.impl.Engine this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lorg/eclipse/jdt/internal/codeassist/impl/Engine;
            0    2     1  resetLookupEnvironment  Z
    MethodParameters:
                        Name  Flags
      resetLookupEnvironment  

  public static char[] getTypeSignature(org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)[C
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding typeBinding
         0: .line 378
            aload 0 /* typeBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.signature:()[C
            astore 1 /* result */
        start local 1 // char[] result
         1: .line 379
            aload 1 /* result */
            ifnull 3
         2: .line 380
            aload 1 /* result */
            bipush 47
            bipush 46
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.replaceOnCopy:([CCC)[C
            astore 1 /* result */
         3: .line 382
      StackMap locals: char[]
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 1 // char[] result
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding typeBinding
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0  typeBinding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            1    4     1       result  [C
    MethodParameters:
             Name  Flags
      typeBinding  

  public static char[] getSignature(org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)[C
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding methodBinding
         0: .line 386
            aconst_null
            astore 1 /* result */
        start local 1 // char[] result
         1: .line 388
            aload 0 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            istore 2 /* oldMod */
        start local 2 // int oldMod
         2: .line 390
            aload 0 /* methodBinding */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            ldc 1073741824
            ior
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
         3: .line 391
            aload 0 /* methodBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.genericSignature:()[C
            astore 1 /* result */
         4: .line 392
            aload 1 /* result */
            ifnonnull 6
         5: .line 393
            aload 0 /* methodBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.signature:()[C
            astore 1 /* result */
         6: .line 395
      StackMap locals: char[] int
      StackMap stack:
            aload 0 /* methodBinding */
            iload 2 /* oldMod */
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
         7: .line 397
            aload 1 /* result */
            ifnull 9
         8: .line 398
            aload 1 /* result */
            bipush 47
            bipush 46
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.replaceOnCopy:([CCC)[C
            astore 1 /* result */
         9: .line 400
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 2 // int oldMod
        end local 1 // char[] result
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding methodBinding
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     0  methodBinding  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            1   10     1         result  [C
            2   10     2         oldMod  I
    MethodParameters:
               Name  Flags
      methodBinding  

  public static char[] getSignature(org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)[C
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding typeBinding
         0: .line 404
            aconst_null
            astore 1 /* result */
        start local 1 // char[] result
         1: .line 406
            aload 0 /* typeBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.genericTypeSignature:()[C
            astore 1 /* result */
         2: .line 408
            aload 1 /* result */
            ifnull 4
         3: .line 409
            aload 1 /* result */
            bipush 47
            bipush 46
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.replaceOnCopy:([CCC)[C
            astore 1 /* result */
         4: .line 411
      StackMap locals: char[]
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 1 // char[] result
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding typeBinding
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0  typeBinding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            1    5     1       result  [C
    MethodParameters:
             Name  Flags
      typeBinding  
}
SourceFile: "Engine.java"
InnerClasses:
  public Answer = org.eclipse.jdt.internal.core.NameLookup$Answer of org.eclipse.jdt.internal.core.NameLookup