public class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment implements org.eclipse.jdt.internal.compiler.lookup.ProblemReasons, org.eclipse.jdt.internal.compiler.lookup.TypeConstants
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
  super_class: java.lang.Object
{
  private java.util.Map accessRestrictions;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE

  org.eclipse.jdt.internal.compiler.lookup.ImportBinding[] defaultImports;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/lookup/ImportBinding;
    flags: (0x0000) 

  public final org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment root;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public org.eclipse.jdt.internal.compiler.lookup.ModuleBinding UnNamedModule;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.lookup.ModuleBinding JavaBaseModule;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.lookup.ModuleBinding module;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.lookup.PlainPackageBinding defaultPackage;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
    flags: (0x0001) ACC_PUBLIC

  org.eclipse.jdt.internal.compiler.util.HashtableOfPackage knownPackages;
    descriptor: Lorg/eclipse/jdt/internal/compiler/util/HashtableOfPackage;
    flags: (0x0000) 

  private int lastCompletedUnitIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int lastUnitIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  org.eclipse.jdt.internal.compiler.lookup.TypeSystem typeSystem;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
    flags: (0x0000) 

  public org.eclipse.jdt.internal.compiler.env.INameEnvironment nameEnvironment;
    descriptor: Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;
    flags: (0x0001) ACC_PUBLIC

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

  public org.eclipse.jdt.internal.compiler.problem.ProblemReporter problemReporter;
    descriptor: Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ClassFilePool classFilePool;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ClassFilePool;
    flags: (0x0001) ACC_PUBLIC

  private int stepCompleted;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  private org.eclipse.jdt.internal.compiler.util.SimpleLookupTable uniqueParameterizedGenericMethodBindings;
    descriptor: Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jdt.internal.compiler.util.SimpleLookupTable uniquePolymorphicMethodBindings;
    descriptor: Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jdt.internal.compiler.util.SimpleLookupTable uniqueGetClassMethodBinding;
    descriptor: Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
    flags: (0x0002) ACC_PRIVATE

  boolean useModuleSystem;
    descriptor: Z
    flags: (0x0000) 

  public org.eclipse.jdt.internal.compiler.util.HashtableOfModule knownModules;
    descriptor: Lorg/eclipse/jdt/internal/compiler/util/HashtableOfModule;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration unitBeingCompleted;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.Object missingClassFileLocation;
    descriptor: Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC

  private org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration[] units;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jdt.internal.compiler.lookup.MethodVerifier verifier;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier;
    flags: (0x0002) ACC_PRIVATE

  private java.util.ArrayList missingTypes;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0002) ACC_PRIVATE

  java.util.Set<org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding> typesBeingConnected;
    descriptor: Ljava/util/Set;
    flags: (0x0000) 
    Signature: Ljava/util/Set<Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;>;

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

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

  org.eclipse.jdt.internal.compiler.lookup.PackageBinding nullableAnnotationPackage;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
    flags: (0x0000) 

  org.eclipse.jdt.internal.compiler.lookup.PackageBinding nonnullAnnotationPackage;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
    flags: (0x0000) 

  org.eclipse.jdt.internal.compiler.lookup.PackageBinding nonnullByDefaultAnnotationPackage;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
    flags: (0x0000) 

  org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding nonNullAnnotation;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    flags: (0x0000) 

  org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding nullableAnnotation;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    flags: (0x0000) 

  java.util.Map<java.lang.String, java.lang.Integer> allNullAnnotations;
    descriptor: Ljava/util/Map;
    flags: (0x0000) 
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Integer;>;

  final java.util.List<org.eclipse.jdt.internal.compiler.lookup.MethodBinding> deferredEnumMethods;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;>;

  org.eclipse.jdt.internal.compiler.lookup.InferenceContext18 currentInferenceContext;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext18;
    flags: (0x0000) 

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

  public java.lang.String moduleVersion;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

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

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

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

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

  static final org.eclipse.jdt.internal.compiler.lookup.ProblemPackageBinding TheNotFoundPackage;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/ProblemPackageBinding;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding TheNotFoundType;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/ProblemReferenceBinding;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final org.eclipse.jdt.internal.compiler.lookup.ModuleBinding TheNotFoundModule;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

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

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 68
            ldc Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.$assertionsDisabled:Z
         3: .line 153
            new org.eclipse.jdt.internal.compiler.lookup.ProblemPackageBinding
            dup
            getstatic org.eclipse.jdt.core.compiler.CharOperation.NO_CHAR:[C
            iconst_1
            aconst_null
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ProblemPackageBinding.<init>:([CILorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            putstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.TheNotFoundPackage:Lorg/eclipse/jdt/internal/compiler/lookup/ProblemPackageBinding;
         4: .line 154
            new org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
            dup
            getstatic org.eclipse.jdt.core.compiler.CharOperation.NO_CHAR_CHAR:[[C
            aconst_null
            iconst_1
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding.<init>:([[CLorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;I)V
            putstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.TheNotFoundType:Lorg/eclipse/jdt/internal/compiler/lookup/ProblemReferenceBinding;
         5: .line 155
            new org.eclipse.jdt.internal.compiler.lookup.ModuleBinding
            dup
            getstatic org.eclipse.jdt.core.compiler.CharOperation.NO_CHAR:[C
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.<init>:([C)V
            putstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.TheNotFoundModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.eclipse.jdt.internal.compiler.impl.ITypeRequestor, org.eclipse.jdt.internal.compiler.impl.CompilerOptions, org.eclipse.jdt.internal.compiler.problem.ProblemReporter, org.eclipse.jdt.internal.compiler.env.INameEnvironment);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/impl/ITypeRequestor;Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.impl.ITypeRequestor typeRequestor
        start local 2 // org.eclipse.jdt.internal.compiler.impl.CompilerOptions globalOptions
        start local 3 // org.eclipse.jdt.internal.compiler.problem.ProblemReporter problemReporter
        start local 4 // org.eclipse.jdt.internal.compiler.env.INameEnvironment nameEnvironment
         0: .line 158
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 89
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.lastCompletedUnitIndex:I
         2: .line 90
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.lastUnitIndex:I
         3: .line 116
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.unitBeingCompleted:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
         4: .line 117
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.missingClassFileLocation:Ljava/lang/Object;
         5: .line 118
            aload 0 /* this */
            iconst_4
            anewarray org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.units:[Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
         6: .line 123
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.isProcessingAnnotations:Z
         7: .line 124
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.mayTolerateMissingType:Z
         8: .line 133
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.allNullAnnotations:Ljava/util/Map;
         9: .line 159
            aload 0 /* this */
            aload 0 /* this */
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
        10: .line 160
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.lookup.ModuleBinding$UnNamedModule
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ModuleBinding$UnNamedModule.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.UnNamedModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
        11: .line 161
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.UnNamedModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
        12: .line 162
            aload 0 /* this */
            aload 1 /* typeRequestor */
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeRequestor:Lorg/eclipse/jdt/internal/compiler/impl/ITypeRequestor;
        13: .line 163
            aload 0 /* this */
            aload 2 /* globalOptions */
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
        14: .line 164
            aload 0 /* this */
            aload 3 /* problemReporter */
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.problemReporter:Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
        15: .line 165
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.lookup.PlainPackageBinding
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.PlainPackageBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.defaultPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
        16: .line 166
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.defaultImports:[Lorg/eclipse/jdt/internal/compiler/lookup/ImportBinding;
        17: .line 167
            aload 0 /* this */
            aload 4 /* nameEnvironment */
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nameEnvironment:Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;
        18: .line 168
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.util.HashtableOfPackage
            dup
            invokespecial org.eclipse.jdt.internal.compiler.util.HashtableOfPackage.<init>:()V
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.knownPackages:Lorg/eclipse/jdt/internal/compiler/util/HashtableOfPackage;
        19: .line 169
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
            dup
            iconst_3
            invokespecial org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.<init>:(I)V
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.uniqueParameterizedGenericMethodBindings:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
        20: .line 170
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
            dup
            iconst_3
            invokespecial org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.<init>:(I)V
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.uniquePolymorphicMethodBindings:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
        21: .line 171
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.missingTypes:Ljava/util/ArrayList;
        22: .line 172
            aload 0 /* this */
            new java.util.HashMap
            dup
            iconst_3
            invokespecial java.util.HashMap.<init>:(I)V
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.accessRestrictions:Ljava/util/Map;
        23: .line 173
            aload 0 /* this */
            invokestatic org.eclipse.jdt.internal.compiler.ClassFilePool.newInstance:()Lorg/eclipse/jdt/internal/compiler/ClassFilePool;
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.classFilePool:Lorg/eclipse/jdt/internal/compiler/ClassFilePool;
        24: .line 174
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typesBeingConnected:Ljava/util/Set;
        25: .line 175
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.deferredEnumMethods:Ljava/util/List;
        26: .line 176
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.sourceLevel:J
            ldc 3407872
            lcmp
            iflt 27
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.storeAnnotations:Z
            ifeq 27
            new org.eclipse.jdt.internal.compiler.lookup.AnnotatableTypeSystem
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.AnnotatableTypeSystem.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            goto 28
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.impl.ITypeRequestor org.eclipse.jdt.internal.compiler.impl.CompilerOptions org.eclipse.jdt.internal.compiler.problem.ProblemReporter org.eclipse.jdt.internal.compiler.env.INameEnvironment
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
        27: new org.eclipse.jdt.internal.compiler.lookup.TypeSystem
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.TypeSystem.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.impl.ITypeRequestor org.eclipse.jdt.internal.compiler.impl.CompilerOptions org.eclipse.jdt.internal.compiler.problem.ProblemReporter org.eclipse.jdt.internal.compiler.env.INameEnvironment
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.TypeSystem
        28: putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
        29: .line 177
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.util.HashtableOfModule
            dup
            invokespecial org.eclipse.jdt.internal.compiler.util.HashtableOfModule.<init>:()V
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.knownModules:Lorg/eclipse/jdt/internal/compiler/util/HashtableOfModule;
        30: .line 178
            aload 0 /* this */
            aload 4 /* nameEnvironment */
            instanceof org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment
            ifeq 31
            aload 2 /* globalOptions */
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.complianceLevel:J
            ldc 3473408
            lcmp
            iflt 31
            iconst_1
            goto 32
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
        31: iconst_0
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.impl.ITypeRequestor org.eclipse.jdt.internal.compiler.impl.CompilerOptions org.eclipse.jdt.internal.compiler.problem.ProblemReporter org.eclipse.jdt.internal.compiler.env.INameEnvironment
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment int
        32: putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.useModuleSystem:Z
        33: .line 179
            aload 0 /* this */
            iconst_0
            anewarray org.eclipse.jdt.internal.compiler.lookup.IQualifiedTypeResolutionListener
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.resolutionListeners:[Lorg/eclipse/jdt/internal/compiler/lookup/IQualifiedTypeResolutionListener;
        34: .line 180
            return
        end local 4 // org.eclipse.jdt.internal.compiler.env.INameEnvironment nameEnvironment
        end local 3 // org.eclipse.jdt.internal.compiler.problem.ProblemReporter problemReporter
        end local 2 // org.eclipse.jdt.internal.compiler.impl.CompilerOptions globalOptions
        end local 1 // org.eclipse.jdt.internal.compiler.impl.ITypeRequestor typeRequestor
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   35     0             this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   35     1    typeRequestor  Lorg/eclipse/jdt/internal/compiler/impl/ITypeRequestor;
            0   35     2    globalOptions  Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            0   35     3  problemReporter  Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            0   35     4  nameEnvironment  Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;
    MethodParameters:
                 Name  Flags
      typeRequestor    
      globalOptions    
      problemReporter  
      nameEnvironment  

  void <init>(org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment, org.eclipse.jdt.internal.compiler.lookup.ModuleBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment rootEnv
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding module
         0: .line 183
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 89
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.lastCompletedUnitIndex:I
         2: .line 90
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.lastUnitIndex:I
         3: .line 116
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.unitBeingCompleted:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
         4: .line 117
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.missingClassFileLocation:Ljava/lang/Object;
         5: .line 118
            aload 0 /* this */
            iconst_4
            anewarray org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.units:[Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
         6: .line 123
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.isProcessingAnnotations:Z
         7: .line 124
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.mayTolerateMissingType:Z
         8: .line 133
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.allNullAnnotations:Ljava/util/Map;
         9: .line 184
            aload 0 /* this */
            aload 1 /* rootEnv */
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
        10: .line 185
            aload 0 /* this */
            aload 1 /* rootEnv */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.UnNamedModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.UnNamedModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
        11: .line 186
            aload 0 /* this */
            aload 2 /* module */
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
        12: .line 187
            aload 0 /* this */
            aload 1 /* rootEnv */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeRequestor:Lorg/eclipse/jdt/internal/compiler/impl/ITypeRequestor;
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeRequestor:Lorg/eclipse/jdt/internal/compiler/impl/ITypeRequestor;
        13: .line 188
            aload 0 /* this */
            aload 1 /* rootEnv */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
        14: .line 189
            aload 0 /* this */
            aload 1 /* rootEnv */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.problemReporter:Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.problemReporter:Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
        15: .line 190
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.lookup.PlainPackageBinding
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.PlainPackageBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.defaultPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
        16: .line 191
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.defaultImports:[Lorg/eclipse/jdt/internal/compiler/lookup/ImportBinding;
        17: .line 192
            aload 0 /* this */
            aload 1 /* rootEnv */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nameEnvironment:Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nameEnvironment:Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;
        18: .line 193
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.util.HashtableOfPackage
            dup
            invokespecial org.eclipse.jdt.internal.compiler.util.HashtableOfPackage.<init>:()V
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.knownPackages:Lorg/eclipse/jdt/internal/compiler/util/HashtableOfPackage;
        19: .line 194
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
            dup
            iconst_3
            invokespecial org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.<init>:(I)V
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.uniqueParameterizedGenericMethodBindings:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
        20: .line 195
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
            dup
            iconst_3
            invokespecial org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.<init>:(I)V
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.uniquePolymorphicMethodBindings:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
        21: .line 196
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.missingTypes:Ljava/util/ArrayList;
        22: .line 197
            aload 0 /* this */
            new java.util.HashMap
            dup
            iconst_3
            invokespecial java.util.HashMap.<init>:(I)V
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.accessRestrictions:Ljava/util/Map;
        23: .line 198
            aload 0 /* this */
            aload 1 /* rootEnv */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.classFilePool:Lorg/eclipse/jdt/internal/compiler/ClassFilePool;
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.classFilePool:Lorg/eclipse/jdt/internal/compiler/ClassFilePool;
        24: .line 199
            aload 0 /* this */
            aload 1 /* rootEnv */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typesBeingConnected:Ljava/util/Set;
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typesBeingConnected:Ljava/util/Set;
        25: .line 200
            aload 0 /* this */
            aload 1 /* rootEnv */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.deferredEnumMethods:Ljava/util/List;
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.deferredEnumMethods:Ljava/util/List;
        26: .line 201
            aload 0 /* this */
            aload 1 /* rootEnv */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
        27: .line 203
            aload 0 /* this */
            aload 1 /* rootEnv */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.useModuleSystem:Z
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.useModuleSystem:Z
        28: .line 204
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding module
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment rootEnv
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   29     0     this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   29     1  rootEnv  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   29     2   module  Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
    MethodParameters:
         Name  Flags
      rootEnv  
      module   

  public org.eclipse.jdt.internal.compiler.lookup.ModuleBinding getModule(char[]);
    descriptor: ([C)Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // char[] name
         0: .line 208
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 0 /* this */
            if_acmpeq 2
         1: .line 209
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 1 /* name */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getModule:([C)Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            areturn
         2: .line 210
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ifnull 3
            aload 1 /* name */
            getstatic org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.UNNAMED:[C
            if_acmpeq 3
            aload 1 /* name */
            getstatic org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.ALL_UNNAMED:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 4
         3: .line 211
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.UnNamedModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            areturn
         4: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.knownModules:Lorg/eclipse/jdt/internal/compiler/util/HashtableOfModule;
            aload 1 /* name */
            invokevirtual org.eclipse.jdt.internal.compiler.util.HashtableOfModule.get:([C)Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            astore 2 /* moduleBinding */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding moduleBinding
         5: .line 213
            aload 2 /* moduleBinding */
            ifnonnull 13
         6: .line 214
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.useModuleSystem:Z
            ifeq 12
         7: .line 215
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nameEnvironment:Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;
            checkcast org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment
            aload 1 /* name */
            invokeinterface org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment.getModule:([C)Lorg/eclipse/jdt/internal/compiler/env/IModule;
            astore 3 /* mod */
        start local 3 // org.eclipse.jdt.internal.compiler.env.IModule mod
         8: .line 216
            aload 3 /* mod */
            ifnull 13
         9: .line 217
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeRequestor:Lorg/eclipse/jdt/internal/compiler/impl/ITypeRequestor;
            aload 3 /* mod */
            aload 0 /* this */
            invokeinterface org.eclipse.jdt.internal.compiler.impl.ITypeRequestor.accept:(Lorg/eclipse/jdt/internal/compiler/env/IModule;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
        10: .line 218
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.knownModules:Lorg/eclipse/jdt/internal/compiler/util/HashtableOfModule;
            aload 1 /* name */
            invokevirtual org.eclipse.jdt.internal.compiler.util.HashtableOfModule.get:([C)Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            astore 2 /* moduleBinding */
        end local 3 // org.eclipse.jdt.internal.compiler.env.IModule mod
        11: .line 220
            goto 13
        12: .line 221
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ModuleBinding
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.UnNamedModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            areturn
        13: .line 223
      StackMap locals:
      StackMap stack:
            aload 2 /* moduleBinding */
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding moduleBinding
        end local 1 // char[] name
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   14     0           this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   14     1           name  [C
            5   14     2  moduleBinding  Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            8   11     3            mod  Lorg/eclipse/jdt/internal/compiler/env/IModule;
    MethodParameters:
      Name  Flags
      name  

  public org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding askForType(char[][], org.eclipse.jdt.internal.compiler.lookup.ModuleBinding);
    descriptor: ([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=12, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // char[][] compoundName
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding clientModule
         0: .line 232
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.$assertionsDisabled:Z
            ifne 1
            aload 2 /* clientModule */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            ldc "lookup needs a module"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 233
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* answers */
        start local 3 // org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer[] answers
         2: .line 234
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.useModuleSystem:Z
            ifeq 8
         3: .line 235
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nameEnvironment:Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;
            checkcast org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment
            astore 4 /* moduleEnv */
        start local 4 // org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment moduleEnv
         4: .line 236
            aload 0 /* this */
            aload 2 /* clientModule */
            aload 2 /* clientModule */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.getAllRequiredModules:()[Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
         5: .line 237
            aload 4 /* moduleEnv */
            aload 1 /* compoundName */
            invokedynamic apply(Lorg/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment;[[C)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.lambda$0(Lorg/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment;[[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer; (6)
                  (Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
         6: .line 236
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.askForTypeFromModules:(Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;Ljava/util/function/Function;)[Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
            astore 3 /* answers */
        end local 4 // org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment moduleEnv
         7: .line 238
            goto 12
         8: .line 239
      StackMap locals: org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer[]
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nameEnvironment:Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;
            aload 1 /* compoundName */
            invokeinterface org.eclipse.jdt.internal.compiler.env.INameEnvironment.findType:([[C)Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
            astore 4 /* answer */
        start local 4 // org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer answer
         9: .line 240
            aload 4 /* answer */
            ifnull 12
        10: .line 241
            aload 4 /* answer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            putfield org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.moduleBinding:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
        11: .line 242
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
            dup
            iconst_0
            aload 4 /* answer */
            aastore
            astore 3 /* answers */
        end local 4 // org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer answer
        12: .line 245
      StackMap locals:
      StackMap stack:
            aload 3 /* answers */
            ifnonnull 14
        13: .line 246
            aconst_null
            areturn
        14: .line 248
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 4 /* candidate */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding candidate
        15: .line 249
            aload 3 /* answers */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 43
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] org.eclipse.jdt.internal.compiler.lookup.ModuleBinding org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding top int int org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer[]
      StackMap stack:
        16: aload 8
            iload 6
            aaload
            astore 5 /* answer */
        start local 5 // org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer answer
        17: .line 250
            aload 5 /* answer */
            ifnonnull 18
            goto 42
        18: .line 252
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] org.eclipse.jdt.internal.compiler.lookup.ModuleBinding org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer int int org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer[]
      StackMap stack:
            aload 5 /* answer */
            getfield org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.moduleBinding:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            ifnull 19
            aload 5 /* answer */
            getfield org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.moduleBinding:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            goto 20
      StackMap locals:
      StackMap stack:
        19: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.UnNamedModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.ModuleBinding
        20: astore 9 /* answerModule */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding answerModule
        21: .line 254
            aload 5 /* answer */
            invokevirtual org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.isBinaryType:()Z
            ifeq 30
        22: .line 256
            aload 9 /* answerModule */
            getfield org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 1 /* compoundName */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.computePackageFrom:([[CZ)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            astore 10 /* pkg */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding pkg
        23: .line 257
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeRequestor:Lorg/eclipse/jdt/internal/compiler/impl/ITypeRequestor;
            aload 5 /* answer */
            invokevirtual org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.getBinaryType:()Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;
            aload 10 /* pkg */
            aload 5 /* answer */
            invokevirtual org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.getAccessRestriction:()Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;
            invokeinterface org.eclipse.jdt.internal.compiler.impl.ITypeRequestor.accept:(Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)V
        24: .line 258
            aload 10 /* pkg */
            aload 1 /* compoundName */
            aload 1 /* compoundName */
            arraylength
            iconst_1
            isub
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getType0:([C)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 11 /* binding */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding binding
        25: .line 259
            aload 11 /* binding */
            instanceof org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
            ifeq 41
        26: .line 260
            aload 11 /* binding */
            checkcast org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
            aload 9 /* answerModule */
            putfield org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
        27: .line 261
            aload 10 /* pkg */
            getfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.enclosingModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            ifnonnull 41
        28: .line 262
            aload 10 /* pkg */
            aload 9 /* answerModule */
            putfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.enclosingModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding binding
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding pkg
        29: .line 264
            goto 41
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ModuleBinding
      StackMap stack:
        30: aload 5 /* answer */
            invokevirtual org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.isCompilationUnit:()Z
            ifeq 33
        31: .line 266
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeRequestor:Lorg/eclipse/jdt/internal/compiler/impl/ITypeRequestor;
            aload 5 /* answer */
            invokevirtual org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.getCompilationUnit:()Lorg/eclipse/jdt/internal/compiler/env/ICompilationUnit;
            aload 5 /* answer */
            invokevirtual org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.getAccessRestriction:()Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;
            invokeinterface org.eclipse.jdt.internal.compiler.impl.ITypeRequestor.accept:(Lorg/eclipse/jdt/internal/compiler/env/ICompilationUnit;Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)V
        32: .line 267
            goto 41
      StackMap locals:
      StackMap stack:
        33: aload 5 /* answer */
            invokevirtual org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.isSourceType:()Z
            ifeq 41
        34: .line 269
            aload 9 /* answerModule */
            getfield org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 1 /* compoundName */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.computePackageFrom:([[CZ)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            astore 10 /* pkg */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding pkg
        35: .line 270
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeRequestor:Lorg/eclipse/jdt/internal/compiler/impl/ITypeRequestor;
            aload 5 /* answer */
            invokevirtual org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.getSourceTypes:()[Lorg/eclipse/jdt/internal/compiler/env/ISourceType;
            aload 10 /* pkg */
            aload 5 /* answer */
            invokevirtual org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.getAccessRestriction:()Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;
            invokeinterface org.eclipse.jdt.internal.compiler.impl.ITypeRequestor.accept:([Lorg/eclipse/jdt/internal/compiler/env/ISourceType;Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)V
        36: .line 271
            aload 10 /* pkg */
            aload 1 /* compoundName */
            aload 1 /* compoundName */
            arraylength
            iconst_1
            isub
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getType0:([C)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 11 /* binding */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding binding
        37: .line 272
            aload 11 /* binding */
            instanceof org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
            ifeq 41
        38: .line 273
            aload 11 /* binding */
            checkcast org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
            aload 9 /* answerModule */
            putfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
        39: .line 274
            aload 10 /* pkg */
            getfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.enclosingModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            ifnonnull 41
        40: .line 275
            aload 10 /* pkg */
            aload 9 /* answerModule */
            putfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.enclosingModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding binding
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding pkg
        41: .line 278
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* candidate */
            aload 9 /* answerModule */
            getfield org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 1 /* compoundName */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getCachedType:([[C)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 2 /* clientModule */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.combine:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 4 /* candidate */
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding answerModule
        end local 5 // org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer answer
        42: .line 249
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] org.eclipse.jdt.internal.compiler.lookup.ModuleBinding org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding top int int org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer[]
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
        43: iload 6
            iload 7
            if_icmplt 16
        44: .line 280
            aload 4 /* candidate */
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding candidate
        end local 3 // org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer[] answers
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding clientModule
        end local 1 // char[][] compoundName
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   45     0          this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   45     1  compoundName  [[C
            0   45     2  clientModule  Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            2   45     3       answers  [Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
            4    7     4     moduleEnv  Lorg/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment;
            9   12     4        answer  Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
           15   45     4     candidate  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           17   42     5        answer  Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
           21   42     9  answerModule  Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
           23   29    10           pkg  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
           25   29    11       binding  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           35   41    10           pkg  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
           37   41    11       binding  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
              Name  Flags
      compoundName  
      clientModule  

  org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding askForType(org.eclipse.jdt.internal.compiler.lookup.PackageBinding, char[], org.eclipse.jdt.internal.compiler.lookup.ModuleBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    flags: (0x0000) 
    Code:
      stack=6, locals=14, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
        start local 2 // char[] name
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding clientModule
         0: .line 287
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.$assertionsDisabled:Z
            ifne 1
            aload 3 /* clientModule */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            ldc "lookup needs a module"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 288
      StackMap locals:
      StackMap stack:
            aload 1 /* packageBinding */
            ifnonnull 3
         2: .line 289
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.defaultPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
            astore 1 /* packageBinding */
         3: .line 291
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 4 /* answers */
        start local 4 // org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer[] answers
         4: .line 292
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.useModuleSystem:Z
            ifeq 11
         5: .line 293
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nameEnvironment:Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;
            checkcast org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment
            astore 5 /* moduleEnv */
        start local 5 // org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment moduleEnv
         6: .line 294
            aload 1 /* packageBinding */
            astore 6 /* pack */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding pack
         7: .line 296
            aload 0 /* this */
            aconst_null
            aload 1 /* packageBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getDeclaringModules:()[Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
         8: .line 297
            aload 5 /* moduleEnv */
            aload 6 /* pack */
            aload 2 /* name */
            invokedynamic apply(Lorg/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment;Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;[C)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.lambda$1(Lorg/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment;Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer; (6)
                  (Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
         9: .line 296
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.askForTypeFromModules:(Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;Ljava/util/function/Function;)[Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
            astore 4 /* answers */
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding pack
        end local 5 // org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment moduleEnv
        10: .line 298
            goto 15
        11: .line 299
      StackMap locals: org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer[]
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nameEnvironment:Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;
            aload 2 /* name */
            aload 1 /* packageBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.compoundName:[[C
            invokeinterface org.eclipse.jdt.internal.compiler.env.INameEnvironment.findType:([C[[C)Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
            astore 5 /* answer */
        start local 5 // org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer answer
        12: .line 300
            aload 5 /* answer */
            ifnull 15
        13: .line 301
            aload 5 /* answer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            putfield org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.moduleBinding:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
        14: .line 302
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
            dup
            iconst_0
            aload 5 /* answer */
            aastore
            astore 4 /* answers */
        end local 5 // org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer answer
        15: .line 305
      StackMap locals:
      StackMap stack:
            aload 4 /* answers */
            ifnonnull 17
        16: .line 306
            aconst_null
            areturn
        17: .line 308
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5 /* candidate */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding candidate
        18: .line 309
            aload 4 /* answers */
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 59
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.PackageBinding char[] org.eclipse.jdt.internal.compiler.lookup.ModuleBinding org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding top int int org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer[]
      StackMap stack:
        19: aload 9
            iload 7
            aaload
            astore 6 /* answer */
        start local 6 // org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer answer
        20: .line 310
            aload 6 /* answer */
            ifnonnull 21
            goto 58
        21: .line 311
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.PackageBinding char[] org.eclipse.jdt.internal.compiler.lookup.ModuleBinding org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer int int org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer[]
      StackMap stack:
            aload 5 /* candidate */
            ifnull 23
            aload 5 /* candidate */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.problemId:()I
            iconst_3
            if_icmpne 23
        22: .line 312
            aload 5 /* candidate */
            areturn
        23: .line 313
      StackMap locals:
      StackMap stack:
            aload 6 /* answer */
            getfield org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.moduleBinding:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            ifnull 24
            aload 6 /* answer */
            getfield org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.moduleBinding:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            goto 25
      StackMap locals:
      StackMap stack:
        24: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.UnNamedModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.ModuleBinding
        25: astore 10 /* answerModule */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding answerModule
        26: .line 314
            aload 1 /* packageBinding */
            astore 11 /* answerPackage */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding answerPackage
        27: .line 316
            aload 10 /* answerModule */
            ifnull 31
        28: .line 317
            aload 11 /* answerPackage */
            aload 10 /* answerModule */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.isDeclaredIn:(Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Z
            ifne 30
        29: .line 318
            goto 58
        30: .line 319
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ModuleBinding org.eclipse.jdt.internal.compiler.lookup.PackageBinding
      StackMap stack:
            aload 11 /* answerPackage */
            aload 10 /* answerModule */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getIncarnation:(Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
            astore 11 /* answerPackage */
        31: .line 321
      StackMap locals:
      StackMap stack:
            aload 6 /* answer */
            invokevirtual org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.isResolvedBinding:()Z
            ifeq 34
        32: .line 322
            aload 0 /* this */
            aload 5 /* candidate */
            aload 6 /* answer */
            invokevirtual org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.getResolvedBinding:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 3 /* clientModule */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.combine:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 5 /* candidate */
        33: .line 323
            goto 58
        34: .line 324
      StackMap locals:
      StackMap stack:
            aload 6 /* answer */
            invokevirtual org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.isBinaryType:()Z
            ifeq 40
        35: .line 326
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeRequestor:Lorg/eclipse/jdt/internal/compiler/impl/ITypeRequestor;
            aload 6 /* answer */
            invokevirtual org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.getBinaryType:()Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;
            aload 11 /* answerPackage */
            aload 6 /* answer */
            invokevirtual org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.getAccessRestriction:()Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;
            invokeinterface org.eclipse.jdt.internal.compiler.impl.ITypeRequestor.accept:(Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)V
        36: .line 327
            aload 11 /* answerPackage */
            aload 2 /* name */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getType0:([C)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 12 /* binding */
        start local 12 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding binding
        37: .line 328
            aload 12 /* binding */
            instanceof org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
            ifeq 57
        38: .line 329
            aload 12 /* binding */
            checkcast org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
            aload 10 /* answerModule */
            putfield org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
        end local 12 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding binding
        39: .line 331
            goto 57
      StackMap locals:
      StackMap stack:
        40: aload 6 /* answer */
            invokevirtual org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.isCompilationUnit:()Z
            ifeq 47
        41: .line 334
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeRequestor:Lorg/eclipse/jdt/internal/compiler/impl/ITypeRequestor;
            aload 6 /* answer */
            invokevirtual org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.getCompilationUnit:()Lorg/eclipse/jdt/internal/compiler/env/ICompilationUnit;
            aload 6 /* answer */
            invokevirtual org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.getAccessRestriction:()Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;
            invokeinterface org.eclipse.jdt.internal.compiler.impl.ITypeRequestor.accept:(Lorg/eclipse/jdt/internal/compiler/env/ICompilationUnit;Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)V
        42: .line 335
            goto 57
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.problem.AbortCompilation
        43: astore 12 /* abort */
        start local 12 // org.eclipse.jdt.internal.compiler.problem.AbortCompilation abort
        44: .line 336
            aload 2 /* name */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.PACKAGE_INFO_NAME:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 46
        45: .line 337
            aconst_null
            areturn
        46: .line 338
      StackMap locals: org.eclipse.jdt.internal.compiler.problem.AbortCompilation
      StackMap stack:
            aload 12 /* abort */
            athrow
        end local 12 // org.eclipse.jdt.internal.compiler.problem.AbortCompilation abort
        47: .line 340
      StackMap locals:
      StackMap stack:
            aload 6 /* answer */
            invokevirtual org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.isSourceType:()Z
            ifeq 57
        48: .line 342
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeRequestor:Lorg/eclipse/jdt/internal/compiler/impl/ITypeRequestor;
            aload 6 /* answer */
            invokevirtual org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.getSourceTypes:()[Lorg/eclipse/jdt/internal/compiler/env/ISourceType;
            aload 11 /* answerPackage */
            aload 6 /* answer */
            invokevirtual org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.getAccessRestriction:()Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;
            invokeinterface org.eclipse.jdt.internal.compiler.impl.ITypeRequestor.accept:([Lorg/eclipse/jdt/internal/compiler/env/ISourceType;Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)V
        49: .line 343
            aload 11 /* answerPackage */
            aload 2 /* name */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getType0:([C)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 12 /* binding */
        start local 12 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding binding
        50: .line 344
            aload 12 /* binding */
            instanceof org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
            ifeq 52
        51: .line 345
            aload 12 /* binding */
            checkcast org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
            aload 10 /* answerModule */
            putfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
        52: .line 347
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 6 /* answer */
            invokevirtual org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.getExternalAnnotationPath:()Ljava/lang/String;
            astore 13 /* externalAnnotationPath */
        start local 13 // java.lang.String externalAnnotationPath
        53: .line 348
            aload 13 /* externalAnnotationPath */
            ifnull 55
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.isAnnotationBasedNullAnalysisEnabled:Z
            ifeq 55
            aload 12 /* binding */
            instanceof org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
            ifeq 55
        54: .line 349
            aload 12 /* binding */
            checkcast org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
            aload 13 /* externalAnnotationPath */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.ExternalAnnotationSuperimposer.apply:(Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;Ljava/lang/String;)V
        55: .line 351
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 5 /* candidate */
            aload 12 /* binding */
            aload 3 /* clientModule */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.combine:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 5 /* candidate */
        56: .line 352
            goto 58
        end local 13 // java.lang.String externalAnnotationPath
        end local 12 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding binding
        57: .line 354
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* candidate */
            aload 11 /* answerPackage */
            aload 2 /* name */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getType0:([C)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 3 /* clientModule */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.combine:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 5 /* candidate */
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding answerPackage
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding answerModule
        end local 6 // org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer answer
        58: .line 309
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.PackageBinding char[] org.eclipse.jdt.internal.compiler.lookup.ModuleBinding org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding top int int org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer[]
      StackMap stack:
            iinc 7 1
      StackMap locals:
      StackMap stack:
        59: iload 7
            iload 8
            if_icmplt 19
        60: .line 356
            aload 5 /* candidate */
            areturn
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding candidate
        end local 4 // org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer[] answers
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding clientModule
        end local 2 // char[] name
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   61     0                    this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   61     1          packageBinding  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            0   61     2                    name  [C
            0   61     3            clientModule  Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            4   61     4                 answers  [Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
            6   10     5               moduleEnv  Lorg/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment;
            7   10     6                    pack  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
           12   15     5                  answer  Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
           18   61     5               candidate  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           20   58     6                  answer  Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
           26   58    10            answerModule  Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
           27   58    11           answerPackage  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
           37   39    12                 binding  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           44   47    12                   abort  Lorg/eclipse/jdt/internal/compiler/problem/AbortCompilation;
           50   57    12                 binding  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           53   57    13  externalAnnotationPath  Ljava/lang/String;
      Exception table:
        from    to  target  type
          41    42      43  Class org.eclipse.jdt.internal.compiler.problem.AbortCompilation
    MethodParameters:
                Name  Flags
      packageBinding  
      name            
      clientModule    

  private org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding combine(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.ModuleBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding one
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding two
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding clientModule
         0: .line 360
            aload 1 /* one */
            ifnonnull 1
            aload 2 /* two */
            areturn
         1: .line 361
      StackMap locals:
      StackMap stack:
            aload 2 /* two */
            ifnonnull 2
            aload 1 /* one */
            areturn
         2: .line 362
      StackMap locals:
      StackMap stack:
            aload 1 /* one */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            ifnull 3
            aload 3 /* clientModule */
            aload 1 /* one */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.canAccess:(Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;)Z
            ifne 4
      StackMap locals:
      StackMap stack:
         3: aload 2 /* two */
            areturn
         4: .line 363
      StackMap locals:
      StackMap stack:
            aload 2 /* two */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            ifnull 5
            aload 3 /* clientModule */
            aload 2 /* two */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.canAccess:(Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;)Z
            ifne 6
      StackMap locals:
      StackMap stack:
         5: aload 1 /* one */
            areturn
         6: .line 364
      StackMap locals:
      StackMap stack:
            aload 1 /* one */
            aload 2 /* two */
            if_acmpne 7
            aload 1 /* one */
            areturn
         7: .line 365
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
            dup
            aload 1 /* one */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.compoundName:[[C
            aload 1 /* one */
            iconst_3
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding.<init>:([[CLorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;I)V
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding clientModule
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding two
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding one
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    8     1           one  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    8     2           two  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    8     3  clientModule  Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
    MethodParameters:
              Name  Flags
      one           
      two           
      clientModule  

  private org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer[] askForTypeFromModules(org.eclipse.jdt.internal.compiler.lookup.ModuleBinding, org.eclipse.jdt.internal.compiler.lookup.ModuleBinding[], java.util.function.Function<org.eclipse.jdt.internal.compiler.lookup.ModuleBinding, org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer>);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;Ljava/util/function/Function;)[Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=9, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding clientModule
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding[] otherModules
        start local 3 // java.util.function.Function oracle
         0: .line 371
            aload 1 /* clientModule */
            ifnull 5
            aload 1 /* clientModule */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.nameForLookup:()[C
            arraylength
            ifne 5
         1: .line 372
            aload 3 /* oracle */
            aload 1 /* clientModule */
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
            astore 4 /* answer */
        start local 4 // org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer answer
         2: .line 373
            aload 4 /* answer */
            ifnull 4
         3: .line 374
            aload 4 /* answer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 4 /* answer */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getModuleFromAnswer:(Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;)Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            putfield org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.moduleBinding:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
         4: .line 375
      StackMap locals: org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
      StackMap stack:
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
            dup
            iconst_0
            aload 4 /* answer */
            aastore
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer answer
         5: .line 377
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* found */
        start local 4 // boolean found
         6: .line 378
            aconst_null
            astore 5 /* answers */
        start local 5 // org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer[] answers
         7: .line 379
            aload 1 /* clientModule */
            ifnull 15
         8: .line 380
            aload 2 /* otherModules */
            arraylength
            iconst_1
            iadd
            anewarray org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
            astore 5 /* answers */
         9: .line 381
            aload 3 /* oracle */
            aload 1 /* clientModule */
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
            astore 6 /* answer */
        start local 6 // org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer answer
        10: .line 382
            aload 6 /* answer */
            ifnull 16
        11: .line 383
            aload 6 /* answer */
            aload 1 /* clientModule */
            putfield org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.moduleBinding:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
        12: .line 384
            aload 5 /* answers */
            aload 5 /* answers */
            arraylength
            iconst_1
            isub
            aload 6 /* answer */
            aastore
        13: .line 385
            iconst_1
            istore 4 /* found */
        end local 6 // org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer answer
        14: .line 387
            goto 16
        15: .line 388
      StackMap locals: int org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer[]
      StackMap stack:
            aload 2 /* otherModules */
            arraylength
            anewarray org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
            astore 5 /* answers */
        16: .line 390
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        17: goto 29
        18: .line 391
      StackMap locals: int
      StackMap stack:
            aload 3 /* oracle */
            aload 2 /* otherModules */
            iload 6 /* i */
            aaload
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
            astore 7 /* answer */
        start local 7 // org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer answer
        19: .line 392
            aload 7 /* answer */
            ifnull 28
        20: .line 393
            aload 7 /* answer */
            getfield org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.moduleBinding:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            ifnonnull 26
        21: .line 394
            aload 7 /* answer */
            invokevirtual org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.moduleName:()[C
            astore 8 /* nameFromAnswer */
        start local 8 // char[] nameFromAnswer
        22: .line 395
            aload 8 /* nameFromAnswer */
            aload 2 /* otherModules */
            iload 6 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.moduleName:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 25
        23: .line 396
            aload 7 /* answer */
            aload 2 /* otherModules */
            iload 6 /* i */
            aaload
            putfield org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.moduleBinding:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
        24: .line 397
            goto 26
        25: .line 398
      StackMap locals: org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer char[]
      StackMap stack:
            aload 7 /* answer */
            aload 0 /* this */
            aload 8 /* nameFromAnswer */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getModule:([C)Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            putfield org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.moduleBinding:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
        end local 8 // char[] nameFromAnswer
        26: .line 401
      StackMap locals:
      StackMap stack:
            aload 5 /* answers */
            iload 6 /* i */
            aload 7 /* answer */
            aastore
        27: .line 402
            iconst_1
            istore 4 /* found */
        end local 7 // org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer answer
        28: .line 390
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        29: iload 6 /* i */
            aload 2 /* otherModules */
            arraylength
            if_icmplt 18
        end local 6 // int i
        30: .line 405
            iload 4 /* found */
            ifeq 31
            aload 5 /* answers */
            goto 32
      StackMap locals:
      StackMap stack:
        31: aconst_null
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer[]
        32: areturn
        end local 5 // org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer[] answers
        end local 4 // boolean found
        end local 3 // java.util.function.Function oracle
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding[] otherModules
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding clientModule
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   33     0            this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   33     1    clientModule  Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            0   33     2    otherModules  [Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            0   33     3          oracle  Ljava/util/function/Function<Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;>;
            2    5     4          answer  Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
            6   33     4           found  Z
            7   33     5         answers  [Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
           10   14     6          answer  Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
           17   30     6               i  I
           19   28     7          answer  Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
           22   26     8  nameFromAnswer  [C
    Signature: (Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;Ljava/util/function/Function<Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;>;)[Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
    MethodParameters:
              Name  Flags
      clientModule  
      otherModules  
      oracle        

  private static org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer fromSplitPackageOrOracle(org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment, org.eclipse.jdt.internal.compiler.lookup.ModuleBinding, org.eclipse.jdt.internal.compiler.lookup.PackageBinding, char[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment;Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;[C)Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment moduleEnv
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding module
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
        start local 3 // char[] name
         0: .line 412
            aload 2 /* packageBinding */
            instanceof org.eclipse.jdt.internal.compiler.lookup.SplitPackageBinding
            ifeq 7
         1: .line 416
            aload 2 /* packageBinding */
            checkcast org.eclipse.jdt.internal.compiler.lookup.SplitPackageBinding
            aload 1 /* module */
            aload 3 /* name */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SplitPackageBinding.getType0ForModule:(Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;[C)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 4 /* binding */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding binding
         2: .line 417
            aload 4 /* binding */
            ifnull 7
            aload 4 /* binding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isValidBinding:()Z
            ifeq 7
         3: .line 418
            aload 4 /* binding */
            instanceof org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding
            ifeq 5
         4: .line 419
            aload 4 /* binding */
            checkcast org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding
            aload 1 /* module */
            getfield org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.resolve:(Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;Z)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 4 /* binding */
         5: .line 420
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 4 /* binding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isValidBinding:()Z
            ifeq 7
         6: .line 421
            new org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
            dup
            aload 4 /* binding */
            aload 1 /* module */
            invokespecial org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)V
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding binding
         7: .line 424
      StackMap locals:
      StackMap stack:
            aload 0 /* moduleEnv */
            aload 3 /* name */
            aload 2 /* packageBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.compoundName:[[C
            aload 1 /* module */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.nameForLookup:()[C
            invokeinterface org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment.findType:([C[[C[C)Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
            areturn
        end local 3 // char[] name
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding module
        end local 0 // org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment moduleEnv
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0       moduleEnv  Lorg/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment;
            0    8     1          module  Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            0    8     2  packageBinding  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            0    8     3            name  [C
            2    7     4         binding  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
                Name  Flags
      moduleEnv       
      module          
      packageBinding  
      name            

  private org.eclipse.jdt.internal.compiler.lookup.ModuleBinding getModuleFromAnswer(org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;)Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer answer
         0: .line 427
            aload 1 /* answer */
            invokevirtual org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.moduleName:()[C
            astore 2 /* moduleName */
        start local 2 // char[] moduleName
         1: .line 428
            aload 2 /* moduleName */
            ifnull 19
         2: .line 430
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.useModuleSystem:Z
            ifeq 3
            aload 2 /* moduleName */
            getstatic org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.UNNAMED:[C
            if_acmpne 5
         3: .line 431
      StackMap locals: char[]
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.UnNamedModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            astore 3 /* moduleBinding */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding moduleBinding
         4: .line 432
            goto 18
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding moduleBinding
         5: .line 433
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.knownModules:Lorg/eclipse/jdt/internal/compiler/util/HashtableOfModule;
            aload 2 /* moduleName */
            invokevirtual org.eclipse.jdt.internal.compiler.util.HashtableOfModule.get:([C)Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            astore 3 /* moduleBinding */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding moduleBinding
         6: .line 434
            aload 3 /* moduleBinding */
            ifnonnull 18
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nameEnvironment:Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;
            instanceof org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment
            ifeq 18
         7: .line 435
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nameEnvironment:Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;
            checkcast org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment
            aload 2 /* moduleName */
            invokeinterface org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment.getModule:([C)Lorg/eclipse/jdt/internal/compiler/env/IModule;
            astore 4 /* iModule */
        start local 4 // org.eclipse.jdt.internal.compiler.env.IModule iModule
         8: .line 437
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeRequestor:Lorg/eclipse/jdt/internal/compiler/impl/ITypeRequestor;
            aload 4 /* iModule */
            aload 0 /* this */
            invokeinterface org.eclipse.jdt.internal.compiler.impl.ITypeRequestor.accept:(Lorg/eclipse/jdt/internal/compiler/env/IModule;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
         9: .line 438
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.knownModules:Lorg/eclipse/jdt/internal/compiler/util/HashtableOfModule;
            aload 2 /* moduleName */
            invokevirtual org.eclipse.jdt.internal.compiler.util.HashtableOfModule.get:([C)Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            astore 3 /* moduleBinding */
        10: .line 439
            goto 18
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer char[] org.eclipse.jdt.internal.compiler.lookup.ModuleBinding org.eclipse.jdt.internal.compiler.env.IModule
      StackMap stack: java.lang.NullPointerException
        11: astore 5 /* e */
        start local 5 // java.lang.NullPointerException e
        12: .line 440
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Bug 529367: moduleName: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            new java.lang.String
            dup
            aload 2 /* moduleName */
            invokespecial java.lang.String.<init>:([C)V
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "iModule null"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        13: .line 441
            aload 4 /* iModule */
            ifnonnull 14
            ldc "true"
            goto 15
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer char[] org.eclipse.jdt.internal.compiler.lookup.ModuleBinding org.eclipse.jdt.internal.compiler.env.IModule java.lang.NullPointerException
      StackMap stack: java.io.PrintStream java.lang.StringBuilder
        14: ldc "false"
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer char[] org.eclipse.jdt.internal.compiler.lookup.ModuleBinding org.eclipse.jdt.internal.compiler.env.IModule java.lang.NullPointerException
      StackMap stack: java.io.PrintStream java.lang.StringBuilder java.lang.String
        15: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        16: .line 440
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        17: .line 442
            aload 5 /* e */
            athrow
        end local 5 // java.lang.NullPointerException e
        end local 4 // org.eclipse.jdt.internal.compiler.env.IModule iModule
        18: .line 446
      StackMap locals:
      StackMap stack:
            aload 3 /* moduleBinding */
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding moduleBinding
        19: .line 448
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // char[] moduleName
        end local 1 // org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer answer
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   20     0           this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   20     1         answer  Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
            1   20     2     moduleName  [C
            4    5     3  moduleBinding  Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            6   19     3  moduleBinding  Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            8   18     4        iModule  Lorg/eclipse/jdt/internal/compiler/env/IModule;
           12   18     5              e  Ljava/lang/NullPointerException;
      Exception table:
        from    to  target  type
           8    10      11  Class java.lang.NullPointerException
    MethodParameters:
        Name  Flags
      answer  

  public boolean canTypeBeAccessed(org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding, org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding binding
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 452
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.module:()Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            astore 3 /* client */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding client
         1: .line 453
            aload 3 /* client */
            aload 1 /* binding */
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.canAccess:(Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;)Z
            ireturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding client
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding binding
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    2     1  binding  Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            0    2     2    scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            1    2     3   client  Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
    MethodParameters:
         Name  Flags
      binding  
      scope    

  public void buildTypeBindings(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration, org.eclipse.jdt.internal.compiler.env.AccessRestriction);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;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.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration unit
        start local 2 // org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction
         0: .line 464
            aconst_null
            astore 4 /* unitModule */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding unitModule
         1: .line 465
            aload 1 /* unit */
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.moduleDeclaration:Lorg/eclipse/jdt/internal/compiler/ast/ModuleDeclaration;
            ifnull 6
         2: .line 466
            aload 1 /* unit */
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.moduleDeclaration:Lorg/eclipse/jdt/internal/compiler/ast/ModuleDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration.moduleName:[C
            astore 5 /* moduleName */
        start local 5 // char[] moduleName
         3: .line 467
            new org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
            dup
            aload 1 /* unit */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            invokespecial org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.<init>:(Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;)V
            astore 3 /* scope */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope scope
         4: .line 468
            aload 1 /* unit */
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.moduleDeclaration:Lorg/eclipse/jdt/internal/compiler/ast/ModuleDeclaration;
            new org.eclipse.jdt.internal.compiler.lookup.SourceModuleBinding
            dup
            aload 5 /* moduleName */
            aload 3 /* scope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            invokespecial org.eclipse.jdt.internal.compiler.lookup.SourceModuleBinding.<init>:([CLorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration.setBinding:(Lorg/eclipse/jdt/internal/compiler/lookup/SourceModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            astore 4 /* unitModule */
        end local 5 // char[] moduleName
         5: .line 469
            goto 10
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope scope
         6: .line 470
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration org.eclipse.jdt.internal.compiler.env.AccessRestriction top org.eclipse.jdt.internal.compiler.lookup.ModuleBinding
      StackMap stack:
            aload 1 /* unit */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.module:(Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            astore 4 /* unitModule */
         7: .line 471
            new org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
            dup
            aload 1 /* unit */
            aload 4 /* unitModule */
            ifnull 8
            aload 4 /* unitModule */
            getfield org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            goto 9
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration org.eclipse.jdt.internal.compiler.env.AccessRestriction top org.eclipse.jdt.internal.compiler.lookup.ModuleBinding
      StackMap stack: new 7 new 7 org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
         8: aload 0 /* this */
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration org.eclipse.jdt.internal.compiler.env.AccessRestriction top org.eclipse.jdt.internal.compiler.lookup.ModuleBinding
      StackMap stack: new 7 new 7 org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
         9: invokespecial org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.<init>:(Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            astore 3 /* scope */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope scope
        10: .line 473
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration org.eclipse.jdt.internal.compiler.env.AccessRestriction org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope org.eclipse.jdt.internal.compiler.lookup.ModuleBinding
      StackMap stack:
            aload 3 /* scope */
            aload 2 /* accessRestriction */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.buildTypeBindings:(Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)V
        11: .line 474
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            astore 5 /* rootEnv */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment rootEnv
        12: .line 475
            aload 5 /* rootEnv */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.units:[Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            arraylength
            istore 6 /* unitsLength */
        start local 6 // int unitsLength
        13: .line 476
            aload 5 /* rootEnv */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.lastUnitIndex:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.lastUnitIndex:I
            iload 6 /* unitsLength */
            if_icmplt 15
        14: .line 477
            aload 5 /* rootEnv */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.units:[Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            iconst_0
            aload 5 /* rootEnv */
            iconst_2
            iload 6 /* unitsLength */
            imul
            anewarray org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.units:[Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            iconst_0
            iload 6 /* unitsLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        15: .line 478
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment int
      StackMap stack:
            aload 5 /* rootEnv */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.units:[Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            aload 5 /* rootEnv */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.lastUnitIndex:I
            aload 1 /* unit */
            aastore
        16: .line 479
            return
        end local 6 // int unitsLength
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment rootEnv
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding unitModule
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope scope
        end local 2 // org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction
        end local 1 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration unit
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   17     0               this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   17     1               unit  Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            0   17     2  accessRestriction  Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;
            4    6     3              scope  Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
           10   17     3              scope  Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            1   17     4         unitModule  Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            3    5     5         moduleName  [C
           12   17     5            rootEnv  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
           13   17     6        unitsLength  I
    MethodParameters:
                   Name  Flags
      unit               
      accessRestriction  

  public org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding cacheBinaryType(org.eclipse.jdt.internal.compiler.env.IBinaryType, org.eclipse.jdt.internal.compiler.env.AccessRestriction);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)Lorg/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.env.IBinaryType binaryType
        start local 2 // org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction
         0: .line 486
            aload 0 /* this */
            aload 1 /* binaryType */
            iconst_1
            aload 2 /* accessRestriction */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.cacheBinaryType:(Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;ZLorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)Lorg/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding;
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction
        end local 1 // org.eclipse.jdt.internal.compiler.env.IBinaryType binaryType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    1     1         binaryType  Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;
            0    1     2  accessRestriction  Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;
    MethodParameters:
                   Name  Flags
      binaryType         
      accessRestriction  

  public org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding cacheBinaryType(org.eclipse.jdt.internal.compiler.env.IBinaryType, boolean, org.eclipse.jdt.internal.compiler.env.AccessRestriction);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;ZLorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)Lorg/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.env.IBinaryType binaryType
        start local 2 // boolean needFieldsAndMethods
        start local 3 // org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction
         0: .line 494
            bipush 47
            aload 1 /* binaryType */
            invokeinterface org.eclipse.jdt.internal.compiler.env.IBinaryType.getName:()[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.splitOn:(C[C)[[C
            astore 4 /* compoundName */
        start local 4 // char[][] compoundName
         1: .line 495
            aload 0 /* this */
            aload 4 /* compoundName */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getCachedType:([[C)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 5 /* existingType */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding existingType
         2: .line 497
            aload 5 /* existingType */
            ifnull 3
            aload 5 /* existingType */
            instanceof org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding
            ifeq 4
         3: .line 499
      StackMap locals: char[][] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 0 /* this */
            aload 1 /* binaryType */
            aload 0 /* this */
            aload 4 /* compoundName */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.computePackageFrom:([[CZ)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            iload 2 /* needFieldsAndMethods */
            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;ZLorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)Lorg/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding;
            areturn
         4: .line 500
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding existingType
        end local 4 // char[][] compoundName
        end local 3 // org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction
        end local 2 // boolean needFieldsAndMethods
        end local 1 // org.eclipse.jdt.internal.compiler.env.IBinaryType binaryType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    5     0                  this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    5     1            binaryType  Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;
            0    5     2  needFieldsAndMethods  Z
            0    5     3     accessRestriction  Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;
            1    5     4          compoundName  [[C
            2    5     5          existingType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
                      Name  Flags
      binaryType            
      needFieldsAndMethods  
      accessRestriction     

  public void completeTypeBindings();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
         0: .line 504
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            if_acmpeq 3
         1: .line 505
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.completeTypeBindings:()V
         2: .line 506
            return
         3: .line 508
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.stepCompleted:I
         4: .line 510
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.lastCompletedUnitIndex:I
            iconst_1
            iadd
            istore 1 /* i */
        start local 1 // int i
         5: goto 8
         6: .line 511
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.units:[Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            iload 1 /* i */
            aaload
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.unitBeingCompleted:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.checkAndSetImports:()V
         7: .line 510
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 1 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.lastUnitIndex:I
            if_icmple 6
        end local 1 // int i
         9: .line 513
            aload 0 /* this */
            iconst_2
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.stepCompleted:I
        10: .line 515
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.lastCompletedUnitIndex:I
            iconst_1
            iadd
            istore 1 /* i */
        start local 1 // int i
        11: goto 14
        12: .line 516
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.units:[Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            iload 1 /* i */
            aaload
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.unitBeingCompleted:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.connectTypeHierarchy:()V
        13: .line 515
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 1 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.lastUnitIndex:I
            if_icmple 12
        end local 1 // int i
        15: .line 518
            aload 0 /* this */
            iconst_3
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.stepCompleted:I
        16: .line 520
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.lastCompletedUnitIndex:I
            iconst_1
            iadd
            istore 1 /* i */
        start local 1 // int i
        17: goto 23
        18: .line 521
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.units:[Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            iload 1 /* i */
            aaload
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.unitBeingCompleted:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            astore 2 /* unitScope */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope unitScope
        19: .line 522
            aload 2 /* unitScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.checkParameterizedTypes:()V
        20: .line 523
            aload 2 /* unitScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.buildFieldsAndMethods:()V
        21: .line 524
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.units:[Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            iload 1 /* i */
            aconst_null
            aastore
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope unitScope
        22: .line 520
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 1 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.lastUnitIndex:I
            if_icmple 18
        end local 1 // int i
        24: .line 526
            aload 0 /* this */
            iconst_4
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.stepCompleted:I
        25: .line 527
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.lastUnitIndex:I
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.lastCompletedUnitIndex:I
        26: .line 528
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.unitBeingCompleted:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
        27: .line 529
            return
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   28     0       this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            5    9     1          i  I
           11   15     1          i  I
           17   24     1          i  I
           19   22     2  unitScope  Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;

  public void completeTypeBindings(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration parsedUnit
         0: .line 544
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            if_acmpeq 3
         1: .line 545
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 1 /* parsedUnit */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.completeTypeBindings:(Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;)V
         2: .line 546
            return
         3: .line 548
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.stepCompleted:I
            iconst_4
            if_icmpne 6
         4: .line 552
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.completeTypeBindings:()V
         5: .line 553
            goto 12
         6: .line 554
      StackMap locals:
      StackMap stack:
            aload 1 /* parsedUnit */
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            ifnonnull 7
            return
         7: .line 556
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.stepCompleted:I
            iconst_2
            if_icmplt 9
         8: .line 557
            aload 0 /* this */
            aload 1 /* parsedUnit */
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.unitBeingCompleted:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.checkAndSetImports:()V
         9: .line 559
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.stepCompleted:I
            iconst_3
            if_icmplt 11
        10: .line 560
            aload 0 /* this */
            aload 1 /* parsedUnit */
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.unitBeingCompleted:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.connectTypeHierarchy:()V
        11: .line 562
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.unitBeingCompleted:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
        12: .line 564
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration parsedUnit
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   13     1  parsedUnit  Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
    MethodParameters:
            Name  Flags
      parsedUnit  

  public void completeTypeBindings(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration, boolean);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration parsedUnit
        start local 2 // boolean buildFieldsAndMethods
         0: .line 580
            aload 1 /* parsedUnit */
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            ifnonnull 1
            return
         1: .line 581
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            astore 3 /* rootEnv */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment rootEnv
         2: .line 582
            aload 3 /* rootEnv */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.unitBeingCompleted:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            astore 4 /* previousUnitBeingCompleted */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration previousUnitBeingCompleted
         3: .line 583
            aload 3 /* rootEnv */
            aload 1 /* parsedUnit */
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.unitBeingCompleted:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.checkAndSetImports:()V
         4: .line 584
            aload 1 /* parsedUnit */
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.connectTypeHierarchy:()V
         5: .line 585
            aload 1 /* parsedUnit */
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.checkParameterizedTypes:()V
         6: .line 586
            iload 2 /* buildFieldsAndMethods */
            ifeq 8
         7: .line 587
            aload 1 /* parsedUnit */
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.buildFieldsAndMethods:()V
         8: .line 588
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
      StackMap stack:
            aload 3 /* rootEnv */
            aload 4 /* previousUnitBeingCompleted */
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.unitBeingCompleted:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
         9: .line 589
            return
        end local 4 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration previousUnitBeingCompleted
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment rootEnv
        end local 2 // boolean buildFieldsAndMethods
        end local 1 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration parsedUnit
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   10     0                        this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   10     1                  parsedUnit  Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            0   10     2       buildFieldsAndMethods  Z
            2   10     3                     rootEnv  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            3   10     4  previousUnitBeingCompleted  Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
    MethodParameters:
                       Name  Flags
      parsedUnit             
      buildFieldsAndMethods  

  public void completeTypeBindings(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration[], boolean[], int);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;[ZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration[] parsedUnits
        start local 2 // boolean[] buildFieldsAndMethods
        start local 3 // int unitCount
         0: .line 600
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            astore 4 /* rootEnv */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment rootEnv
         1: .line 601
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         2: goto 7
         3: .line 602
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment int
      StackMap stack:
            aload 1 /* parsedUnits */
            iload 5 /* i */
            aaload
            astore 6 /* parsedUnit */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration parsedUnit
         4: .line 603
            aload 6 /* parsedUnit */
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            ifnull 6
         5: .line 604
            aload 4 /* rootEnv */
            aload 6 /* parsedUnit */
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.unitBeingCompleted:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.checkAndSetImports:()V
        end local 6 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration parsedUnit
         6: .line 601
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            iload 3 /* unitCount */
            if_icmplt 3
        end local 5 // int i
         8: .line 607
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         9: goto 14
        10: .line 608
      StackMap locals:
      StackMap stack:
            aload 1 /* parsedUnits */
            iload 5 /* i */
            aaload
            astore 6 /* parsedUnit */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration parsedUnit
        11: .line 609
            aload 6 /* parsedUnit */
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            ifnull 13
        12: .line 610
            aload 4 /* rootEnv */
            aload 6 /* parsedUnit */
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.unitBeingCompleted:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.connectTypeHierarchy:()V
        end local 6 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration parsedUnit
        13: .line 607
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 5 /* i */
            iload 3 /* unitCount */
            if_icmplt 10
        end local 5 // int i
        15: .line 613
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        16: goto 23
        17: .line 614
      StackMap locals:
      StackMap stack:
            aload 1 /* parsedUnits */
            iload 5 /* i */
            aaload
            astore 6 /* parsedUnit */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration parsedUnit
        18: .line 615
            aload 6 /* parsedUnit */
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            ifnull 22
        19: .line 616
            aload 4 /* rootEnv */
            aload 6 /* parsedUnit */
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.unitBeingCompleted:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.checkParameterizedTypes:()V
        20: .line 617
            aload 2 /* buildFieldsAndMethods */
            iload 5 /* i */
            baload
            ifeq 22
        21: .line 618
            aload 6 /* parsedUnit */
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.buildFieldsAndMethods:()V
        end local 6 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration parsedUnit
        22: .line 613
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 5 /* i */
            iload 3 /* unitCount */
            if_icmplt 17
        end local 5 // int i
        24: .line 622
            aload 4 /* rootEnv */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.unitBeingCompleted:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
        25: .line 623
            return
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment rootEnv
        end local 3 // int unitCount
        end local 2 // boolean[] buildFieldsAndMethods
        end local 1 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration[] parsedUnits
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   26     0                   this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   26     1            parsedUnits  [Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            0   26     2  buildFieldsAndMethods  [Z
            0   26     3              unitCount  I
            1   26     4                rootEnv  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            2    8     5                      i  I
            4    6     6             parsedUnit  Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            9   15     5                      i  I
           11   13     6             parsedUnit  Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
           16   24     5                      i  I
           18   22     6             parsedUnit  Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
    MethodParameters:
                       Name  Flags
      parsedUnits            
      buildFieldsAndMethods  
      unitCount              

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding computeBoxingType(org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
         0: .line 626
            aload 1 /* type */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            tableswitch { // 2 - 33
                    2: 18
                    3: 12
                    4: 15
                    5: 30
                    6: 33
                    7: 21
                    8: 27
                    9: 24
                   10: 9
                   11: 33
                   12: 33
                   13: 33
                   14: 33
                   15: 33
                   16: 33
                   17: 33
                   18: 33
                   19: 33
                   20: 33
                   21: 33
                   22: 33
                   23: 33
                   24: 33
                   25: 33
                   26: 2
                   27: 4
                   28: 3
                   29: 7
                   30: 8
                   31: 6
                   32: 5
                   33: 1
              default: 33
          }
         1: .line 628
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.BOOLEAN:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            areturn
         2: .line 630
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.BYTE:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            areturn
         3: .line 632
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.CHAR:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            areturn
         4: .line 634
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.SHORT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            areturn
         5: .line 636
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.DOUBLE:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            areturn
         6: .line 638
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.FLOAT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            areturn
         7: .line 640
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.INT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            areturn
         8: .line 642
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.LONG:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            areturn
         9: .line 645
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.JAVA_LANG_INTEGER:[[C
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.javaBaseModule:()Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getType:([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 2 /* boxedType */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding boxedType
        10: .line 646
            aload 2 /* boxedType */
            ifnull 11
            aload 2 /* boxedType */
            areturn
        11: .line 647
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
            dup
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.JAVA_LANG_INTEGER:[[C
            aconst_null
            iconst_1
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding.<init>:([[CLorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;I)V
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding boxedType
        12: .line 649
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.JAVA_LANG_BYTE:[[C
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.javaBaseModule:()Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getType:([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 2 /* boxedType */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding boxedType
        13: .line 650
            aload 2 /* boxedType */
            ifnull 14
            aload 2 /* boxedType */
            areturn
        14: .line 651
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
            dup
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.JAVA_LANG_BYTE:[[C
            aconst_null
            iconst_1
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding.<init>:([[CLorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;I)V
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding boxedType
        15: .line 653
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.JAVA_LANG_SHORT:[[C
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.javaBaseModule:()Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getType:([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 2 /* boxedType */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding boxedType
        16: .line 654
            aload 2 /* boxedType */
            ifnull 17
            aload 2 /* boxedType */
            areturn
        17: .line 655
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
            dup
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.JAVA_LANG_SHORT:[[C
            aconst_null
            iconst_1
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding.<init>:([[CLorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;I)V
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding boxedType
        18: .line 657
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.JAVA_LANG_CHARACTER:[[C
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.javaBaseModule:()Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getType:([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 2 /* boxedType */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding boxedType
        19: .line 658
            aload 2 /* boxedType */
            ifnull 20
            aload 2 /* boxedType */
            areturn
        20: .line 659
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
            dup
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.JAVA_LANG_CHARACTER:[[C
            aconst_null
            iconst_1
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding.<init>:([[CLorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;I)V
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding boxedType
        21: .line 661
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.JAVA_LANG_LONG:[[C
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.javaBaseModule:()Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getType:([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 2 /* boxedType */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding boxedType
        22: .line 662
            aload 2 /* boxedType */
            ifnull 23
            aload 2 /* boxedType */
            areturn
        23: .line 663
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
            dup
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.JAVA_LANG_LONG:[[C
            aconst_null
            iconst_1
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding.<init>:([[CLorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;I)V
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding boxedType
        24: .line 665
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.JAVA_LANG_FLOAT:[[C
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.javaBaseModule:()Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getType:([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 2 /* boxedType */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding boxedType
        25: .line 666
            aload 2 /* boxedType */
            ifnull 26
            aload 2 /* boxedType */
            areturn
        26: .line 667
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
            dup
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.JAVA_LANG_FLOAT:[[C
            aconst_null
            iconst_1
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding.<init>:([[CLorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;I)V
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding boxedType
        27: .line 669
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.JAVA_LANG_DOUBLE:[[C
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.javaBaseModule:()Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getType:([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 2 /* boxedType */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding boxedType
        28: .line 670
            aload 2 /* boxedType */
            ifnull 29
            aload 2 /* boxedType */
            areturn
        29: .line 671
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
            dup
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.JAVA_LANG_DOUBLE:[[C
            aconst_null
            iconst_1
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding.<init>:([[CLorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;I)V
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding boxedType
        30: .line 673
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.JAVA_LANG_BOOLEAN:[[C
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.javaBaseModule:()Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getType:([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 2 /* boxedType */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding boxedType
        31: .line 674
            aload 2 /* boxedType */
            ifnull 32
            aload 2 /* boxedType */
            areturn
        32: .line 675
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
            dup
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.JAVA_LANG_BOOLEAN:[[C
            aconst_null
            iconst_1
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding.<init>:([[CLorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;I)V
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding boxedType
        33: .line 694
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.kind:()I
            lookupswitch { // 5
                  516: 34
                 4100: 34
                 8196: 34
                32772: 34
                65540: 44
              default: 45
          }
        34: .line 699
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            tableswitch { // 26 - 33
                   26: 36
                   27: 38
                   28: 37
                   29: 41
                   30: 42
                   31: 40
                   32: 39
                   33: 35
              default: 43
          }
        35: .line 701
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.BOOLEAN:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            areturn
        36: .line 703
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.BYTE:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            areturn
        37: .line 705
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.CHAR:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            areturn
        38: .line 707
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.SHORT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            areturn
        39: .line 709
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.DOUBLE:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            areturn
        40: .line 711
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.FLOAT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            areturn
        41: .line 713
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.INT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            areturn
        42: .line 715
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.LONG:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            areturn
        43: .line 717
      StackMap locals:
      StackMap stack:
            goto 45
        44: .line 719
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            checkcast org.eclipse.jdt.internal.compiler.lookup.PolyTypeBinding
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PolyTypeBinding.computeBoxingType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        45: .line 721
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   46     0       this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   46     1       type  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           10   12     2  boxedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           13   15     2  boxedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           16   18     2  boxedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           19   21     2  boxedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           22   24     2  boxedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           25   27     2  boxedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           28   30     2  boxedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           31   33     2  boxedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
      Name  Flags
      type  

  public org.eclipse.jdt.internal.compiler.lookup.ModuleBinding javaBaseModule();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
         0: .line 725
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.JavaBaseModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            ifnull 2
         1: .line 726
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.JavaBaseModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            areturn
         2: .line 727
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 0 /* this */
            if_acmpeq 4
         3: .line 728
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.javaBaseModule:()Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.JavaBaseModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            areturn
         4: .line 729
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* resolvedModel */
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding resolvedModel
         5: .line 730
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.useModuleSystem:Z
            ifeq 7
         6: .line 731
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.JAVA_BASE:[C
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getModule:([C)Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            astore 1 /* resolvedModel */
         7: .line 732
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ModuleBinding
      StackMap stack:
            aload 0 /* this */
            aload 1 /* resolvedModel */
            ifnull 8
            aload 1 /* resolvedModel */
            goto 9
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
         8: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.UnNamedModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.ModuleBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.ModuleBinding
         9: dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.JavaBaseModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding resolvedModel
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     0           this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            5   10     1  resolvedModel  Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;

  private org.eclipse.jdt.internal.compiler.lookup.PackageBinding computePackageFrom(char[][], boolean);
    descriptor: ([[CZ)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=14, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // char[][] constantPoolName
        start local 2 // boolean isMissing
         0: .line 736
            aload 1 /* constantPoolName */
            arraylength
            iconst_1
            if_icmpne 2
         1: .line 737
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.defaultPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
            areturn
         2: .line 739
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* constantPoolName */
            iconst_0
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getPackage0:([C)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            astore 3 /* packageBinding */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
         3: .line 740
            aload 3 /* packageBinding */
            ifnull 4
            aload 3 /* packageBinding */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.TheNotFoundPackage:Lorg/eclipse/jdt/internal/compiler/lookup/ProblemPackageBinding;
            if_acmpne 21
         4: .line 741
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.PackageBinding
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.useModuleSystem:Z
            ifeq 17
         5: .line 742
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.isUnnamed:()Z
            ifeq 16
         6: .line 743
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nameEnvironment:Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;
            checkcast org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment
            iconst_1
            anewarray char[]
            dup
            iconst_0
            aload 1 /* constantPoolName */
            iconst_0
            aaload
            aastore
            getstatic org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.ANY:[C
            invokeinterface org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment.getUniqueModulesDeclaringPackage:([[C[C)[[C
            astore 4 /* declaringModules */
        start local 4 // char[][] declaringModules
         7: .line 744
            aload 4 /* declaringModules */
            ifnull 17
         8: .line 745
            aload 4 /* declaringModules */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 14
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] int org.eclipse.jdt.internal.compiler.lookup.PackageBinding char[][] top int int char[][]
      StackMap stack:
         9: aload 8
            iload 6
            aaload
            astore 5 /* mod */
        start local 5 // char[] mod
        10: .line 746
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 5 /* mod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getModule:([C)Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            astore 9 /* declaringModule */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding declaringModule
        11: .line 747
            aload 9 /* declaringModule */
            ifnull 13
        12: .line 748
            aload 9 /* declaringModule */
            aload 1 /* constantPoolName */
            iconst_0
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.getTopLevelPackage:([C)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            aload 3 /* packageBinding */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.SplitPackageBinding.combine:(Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            astore 3 /* packageBinding */
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding declaringModule
        end local 5 // char[] mod
        13: .line 745
      StackMap locals:
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
        14: iload 6
            iload 7
            if_icmplt 9
        end local 4 // char[][] declaringModules
        15: .line 751
            goto 17
        16: .line 752
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] int org.eclipse.jdt.internal.compiler.lookup.PackageBinding
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            aload 1 /* constantPoolName */
            iconst_0
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.getTopLevelPackage:([C)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            astore 3 /* packageBinding */
        17: .line 755
      StackMap locals:
      StackMap stack:
            aload 3 /* packageBinding */
            ifnull 18
            aload 3 /* packageBinding */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.TheNotFoundPackage:Lorg/eclipse/jdt/internal/compiler/lookup/ProblemPackageBinding;
            if_acmpne 19
        18: .line 756
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            aload 1 /* constantPoolName */
            iconst_0
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.createDeclaredToplevelPackage:([C)Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
            astore 3 /* packageBinding */
        19: .line 758
      StackMap locals:
      StackMap stack:
            iload 2 /* isMissing */
            ifeq 20
            aload 3 /* packageBinding */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.tagBits:J
            ldc 128
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.tagBits:J
        20: .line 759
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.knownPackages:Lorg/eclipse/jdt/internal/compiler/util/HashtableOfPackage;
            aload 1 /* constantPoolName */
            iconst_0
            aaload
            aload 3 /* packageBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.util.HashtableOfPackage.put:([CLorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            pop
        21: .line 762
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* i */
        start local 4 // int i
        22: aload 1 /* constantPoolName */
            arraylength
            iconst_1
            isub
            istore 5 /* length */
        start local 5 // int length
        23: goto 48
        24: .line 763
      StackMap locals: int int
      StackMap stack:
            aload 3 /* packageBinding */
            astore 6 /* parent */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding parent
        25: .line 764
            aload 6 /* parent */
            aload 1 /* constantPoolName */
            iload 4 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getPackage0:([C)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            dup
            astore 3 /* packageBinding */
            ifnull 26
            aload 3 /* packageBinding */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.TheNotFoundPackage:Lorg/eclipse/jdt/internal/compiler/lookup/ProblemPackageBinding;
            if_acmpne 47
        26: .line 765
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.PackageBinding
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.useModuleSystem:Z
            ifeq 42
        27: .line 766
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.isUnnamed:()Z
            ifeq 41
        28: .line 767
            aload 6 /* parent */
            getfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.compoundName:[[C
            aload 1 /* constantPoolName */
            iload 4 /* i */
            aaload
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.arrayConcat:([[C[C)[[C
            astore 7 /* currentCompoundName */
        start local 7 // char[][] currentCompoundName
        29: .line 768
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nameEnvironment:Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;
            checkcast org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment
        30: .line 769
            aload 7 /* currentCompoundName */
            getstatic org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.ANY:[C
        31: .line 768
            invokeinterface org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment.getModulesDeclaringPackage:([[C[C)[[C
            astore 8 /* declaringModules */
        start local 8 // char[][] declaringModules
        32: .line 770
            aload 8 /* declaringModules */
            ifnull 42
        33: .line 771
            aload 8 /* declaringModules */
            dup
            astore 12
            arraylength
            istore 11
            iconst_0
            istore 10
            goto 39
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] int org.eclipse.jdt.internal.compiler.lookup.PackageBinding int int org.eclipse.jdt.internal.compiler.lookup.PackageBinding char[][] char[][] top int int char[][]
      StackMap stack:
        34: aload 12
            iload 10
            aaload
            astore 9 /* mod */
        start local 9 // char[] mod
        35: .line 772
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 9 /* mod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getModule:([C)Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            astore 13 /* declaringModule */
        start local 13 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding declaringModule
        36: .line 773
            aload 13 /* declaringModule */
            ifnull 38
        37: .line 774
            aload 13 /* declaringModule */
            aload 7 /* currentCompoundName */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.getVisiblePackage:([[C)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            aload 3 /* packageBinding */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.SplitPackageBinding.combine:(Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            astore 3 /* packageBinding */
        end local 13 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding declaringModule
        end local 9 // char[] mod
        38: .line 771
      StackMap locals:
      StackMap stack:
            iinc 10 1
      StackMap locals:
      StackMap stack:
        39: iload 10
            iload 11
            if_icmplt 34
        end local 8 // char[][] declaringModules
        end local 7 // char[][] currentCompoundName
        40: .line 777
            goto 42
        41: .line 778
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] int org.eclipse.jdt.internal.compiler.lookup.PackageBinding int int org.eclipse.jdt.internal.compiler.lookup.PackageBinding
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            aload 6 /* parent */
            aload 1 /* constantPoolName */
            iload 4 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.getVisiblePackage:(Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;[C)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            astore 3 /* packageBinding */
        42: .line 781
      StackMap locals:
      StackMap stack:
            aload 3 /* packageBinding */
            ifnull 43
            aload 3 /* packageBinding */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.TheNotFoundPackage:Lorg/eclipse/jdt/internal/compiler/lookup/ProblemPackageBinding;
            if_acmpne 44
        43: .line 782
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            aload 1 /* constantPoolName */
            iconst_0
            iload 4 /* i */
            iconst_1
            iadd
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.subarray:([[CII)[[C
            aload 6 /* parent */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.createDeclaredPackage:([[CLorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
            astore 3 /* packageBinding */
        44: .line 784
      StackMap locals:
      StackMap stack:
            iload 2 /* isMissing */
            ifeq 46
        45: .line 785
            aload 3 /* packageBinding */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.tagBits:J
            ldc 128
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.tagBits:J
        46: .line 787
      StackMap locals:
      StackMap stack:
            aload 6 /* parent */
            aload 3 /* packageBinding */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.addPackage:(Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            astore 3 /* packageBinding */
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding parent
        47: .line 762
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        48: iload 4 /* i */
            iload 5 /* length */
            if_icmplt 24
        end local 5 // int length
        end local 4 // int i
        49: .line 790
            aload 3 /* packageBinding */
            instanceof org.eclipse.jdt.internal.compiler.lookup.SplitPackageBinding
            ifeq 61
        50: .line 791
            aconst_null
            astore 4 /* candidate */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding candidate
        51: .line 793
            aload 3 /* packageBinding */
            checkcast org.eclipse.jdt.internal.compiler.lookup.SplitPackageBinding
            getfield org.eclipse.jdt.internal.compiler.lookup.SplitPackageBinding.incarnations:Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 6
            goto 58
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] int org.eclipse.jdt.internal.compiler.lookup.PackageBinding org.eclipse.jdt.internal.compiler.lookup.PackageBinding top java.util.Iterator
      StackMap stack:
        52: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.lookup.PackageBinding
            astore 5 /* incarnation */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding incarnation
        53: .line 794
            aload 5 /* incarnation */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.hasCompilationUnit:(Z)Z
            ifeq 58
        54: .line 795
            aload 4 /* candidate */
            ifnull 57
        55: .line 796
            aconst_null
            astore 4 /* candidate */
        56: .line 797
            goto 59
        57: .line 799
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] int org.eclipse.jdt.internal.compiler.lookup.PackageBinding org.eclipse.jdt.internal.compiler.lookup.PackageBinding org.eclipse.jdt.internal.compiler.lookup.PackageBinding java.util.Iterator
      StackMap stack:
            aload 5 /* incarnation */
            astore 4 /* candidate */
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding incarnation
        58: .line 793
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] int org.eclipse.jdt.internal.compiler.lookup.PackageBinding org.eclipse.jdt.internal.compiler.lookup.PackageBinding top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 52
        59: .line 802
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] int org.eclipse.jdt.internal.compiler.lookup.PackageBinding org.eclipse.jdt.internal.compiler.lookup.PackageBinding
      StackMap stack:
            aload 4 /* candidate */
            ifnull 61
        60: .line 803
            aload 4 /* candidate */
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding candidate
        61: .line 805
      StackMap locals:
      StackMap stack:
            aload 3 /* packageBinding */
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
        end local 2 // boolean isMissing
        end local 1 // char[][] constantPoolName
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   62     0                 this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   62     1     constantPoolName  [[C
            0   62     2            isMissing  Z
            3   62     3       packageBinding  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            7   15     4     declaringModules  [[C
           10   13     5                  mod  [C
           11   13     9      declaringModule  Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
           22   49     4                    i  I
           23   49     5               length  I
           25   47     6               parent  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
           29   40     7  currentCompoundName  [[C
           32   40     8     declaringModules  [[C
           35   38     9                  mod  [C
           36   38    13      declaringModule  Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
           51   61     4            candidate  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
           53   58     5          incarnation  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
    MethodParameters:
                  Name  Flags
      constantPoolName  
      isMissing         

  public org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding convertToParameterizedType(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding originalType
         0: .line 813
            aload 1 /* originalType */
            ifnull 14
         1: .line 814
            aload 1 /* originalType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isGenericType:()Z
            istore 2 /* isGeneric */
        start local 2 // boolean isGeneric
         2: .line 815
            iload 2 /* isGeneric */
            ifne 4
            aload 1 /* originalType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.hasEnclosingInstanceContext:()Z
            ifne 4
         3: .line 816
            aload 1 /* originalType */
            areturn
         4: .line 817
      StackMap locals: int
      StackMap stack:
            aload 1 /* originalType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 3 /* originalEnclosingType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding originalEnclosingType
         5: .line 818
            aload 3 /* originalEnclosingType */
            astore 4 /* convertedEnclosingType */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding convertedEnclosingType
         6: .line 819
            iload 2 /* isGeneric */
            istore 5 /* needToConvert */
        start local 5 // boolean needToConvert
         7: .line 820
            aload 3 /* originalEnclosingType */
            ifnull 10
            aload 1 /* originalType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.hasEnclosingInstanceContext:()Z
            ifeq 10
         8: .line 821
            aload 0 /* this */
            aload 3 /* originalEnclosingType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.convertToParameterizedType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 4 /* convertedEnclosingType */
         9: .line 822
            iload 5 /* needToConvert */
            aload 3 /* originalEnclosingType */
            aload 4 /* convertedEnclosingType */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ior
            istore 5 /* needToConvert */
        10: .line 824
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int
      StackMap stack:
            iload 5 /* needToConvert */
            ifeq 14
        11: .line 825
            aload 0 /* this */
            aload 1 /* originalType */
            iload 2 /* isGeneric */
            ifeq 12
            aload 1 /* originalType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.typeVariables:()[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            goto 13
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
        12: aconst_null
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[]
        13: aload 4 /* convertedEnclosingType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createParameterizedType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
            areturn
        end local 5 // boolean needToConvert
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding convertedEnclosingType
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding originalEnclosingType
        end local 2 // boolean isGeneric
        14: .line 828
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 1 /* originalType */
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding originalType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   15     0                    this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   15     1            originalType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            2   14     2               isGeneric  Z
            5   14     3   originalEnclosingType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            6   14     4  convertedEnclosingType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            7   14     5           needToConvert  Z
    MethodParameters:
              Name  Flags
      originalType  

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding convertToRawType(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, boolean);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Z)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        start local 2 // boolean forceRawEnclosingType
         0: .line 839
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.kind:()I
            lookupswitch { // 6
                   68: 2
                  132: 1
                  516: 1
                 1028: 1
                 4100: 1
                 8196: 1
              default: 5
          }
         1: .line 845
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            areturn
         2: .line 847
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.dimensions:()I
            istore 3 /* dimension */
        start local 3 // int dimension
         3: .line 848
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 4 /* originalType */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding originalType
         4: .line 849
            goto 9
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding originalType
        end local 3 // int dimension
         5: .line 851
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            iconst_1
            if_icmpne 7
         6: .line 852
            aload 1 /* type */
            areturn
         7: .line 853
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* dimension */
        start local 3 // int dimension
         8: .line 854
            aload 1 /* type */
            astore 4 /* originalType */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding originalType
         9: .line 857
      StackMap locals: int org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 4 /* originalType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.kind:()I
            lookupswitch { // 3
                  132: 10
                  260: 13
                 2052: 11
              default: 16
          }
        10: .line 859
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            areturn
        11: .line 861
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 5 /* needToConvert */
        start local 5 // boolean needToConvert
        12: .line 862
            goto 17
        end local 5 // boolean needToConvert
        13: .line 864
      StackMap locals:
      StackMap stack:
            aload 4 /* originalType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
            astore 6 /* paramType */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding paramType
        14: .line 865
            aload 6 /* paramType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.genericType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isGenericType:()Z
            istore 5 /* needToConvert */
        start local 5 // boolean needToConvert
        15: .line 866
            goto 17
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding paramType
        end local 5 // boolean needToConvert
        16: .line 868
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* needToConvert */
        start local 5 // boolean needToConvert
        17: .line 869
      StackMap locals: int
      StackMap stack:
            iload 2 /* forceRawEnclosingType */
        18: .line 871
            aload 4 /* originalType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isStatic:()Z
            ifeq 19
            iconst_0
            goto 20
      StackMap locals:
      StackMap stack: int
        19: iconst_1
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.TypeBinding int int org.eclipse.jdt.internal.compiler.lookup.TypeBinding int
      StackMap stack: int int
        20: iand
            istore 2 /* forceRawEnclosingType */
        21: .line 872
            aload 4 /* originalType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 6 /* originalEnclosing */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding originalEnclosing
        22: .line 874
            aload 6 /* originalEnclosing */
            ifnonnull 27
        23: .line 875
            iload 5 /* needToConvert */
            ifeq 24
            aload 0 /* this */
            aload 4 /* originalType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createRawType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/RawTypeBinding;
            goto 25
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
        24: aload 4 /* originalType */
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
        25: astore 7 /* convertedType */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding convertedType
        26: .line 876
            goto 49
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding convertedType
        27: .line 878
      StackMap locals:
      StackMap stack:
            aload 4 /* originalType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.hasEnclosingInstanceContext:()Z
            ifne 30
        28: .line 879
            aload 6 /* originalEnclosing */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 8 /* convertedEnclosing */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding convertedEnclosing
        29: .line 880
            goto 42
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding convertedEnclosing
        30: .line 881
      StackMap locals:
      StackMap stack:
            aload 6 /* originalEnclosing */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.kind:()I
            sipush 1028
            if_icmpne 34
        31: .line 882
            aload 6 /* originalEnclosing */
            astore 8 /* convertedEnclosing */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding convertedEnclosing
        32: .line 883
            iconst_1
            istore 5 /* needToConvert */
        33: .line 884
            goto 42
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding convertedEnclosing
      StackMap locals:
      StackMap stack:
        34: iload 2 /* forceRawEnclosingType */
            ifeq 38
            iload 5 /* needToConvert */
            ifne 38
        35: .line 885
            aload 0 /* this */
            aload 6 /* originalEnclosing */
            iload 2 /* forceRawEnclosingType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.convertToRawType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Z)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 8 /* convertedEnclosing */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding convertedEnclosing
        36: .line 886
            aload 6 /* originalEnclosing */
            aload 8 /* convertedEnclosing */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            istore 5 /* needToConvert */
        37: .line 887
            goto 42
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding convertedEnclosing
      StackMap locals:
      StackMap stack:
        38: iload 5 /* needToConvert */
            ifeq 41
        39: .line 888
            aload 0 /* this */
            aload 6 /* originalEnclosing */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.convertToRawType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Z)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 8 /* convertedEnclosing */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding convertedEnclosing
        40: .line 889
            goto 42
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding convertedEnclosing
        41: .line 890
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 6 /* originalEnclosing */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.convertToParameterizedType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 8 /* convertedEnclosing */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding convertedEnclosing
        42: .line 893
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.TypeBinding int int org.eclipse.jdt.internal.compiler.lookup.TypeBinding int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding top org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            iload 5 /* needToConvert */
            ifeq 45
        43: .line 894
            aload 0 /* this */
            aload 4 /* originalType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            aload 8 /* convertedEnclosing */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createRawType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/RawTypeBinding;
            astore 7 /* convertedType */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding convertedType
        44: .line 895
            goto 49
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding convertedType
      StackMap locals:
      StackMap stack:
        45: aload 6 /* originalEnclosing */
            aload 8 /* convertedEnclosing */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 48
        46: .line 896
            aload 0 /* this */
            aload 4 /* originalType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            aconst_null
            aload 8 /* convertedEnclosing */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createParameterizedType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
            astore 7 /* convertedType */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding convertedType
        47: .line 897
            goto 49
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding convertedType
        48: .line 898
      StackMap locals:
      StackMap stack:
            aload 4 /* originalType */
            astore 7 /* convertedType */
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding convertedEnclosing
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding convertedType
        49: .line 901
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.TypeBinding int int org.eclipse.jdt.internal.compiler.lookup.TypeBinding int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 4 /* originalType */
            aload 7 /* convertedType */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 53
        50: .line 902
            iload 3 /* dimension */
            ifle 51
            aload 0 /* this */
            aload 7 /* convertedType */
            iload 3 /* dimension */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createArrayType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            goto 52
      StackMap locals:
      StackMap stack:
        51: aload 7 /* convertedType */
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
        52: areturn
        53: .line 904
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            areturn
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding convertedType
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding originalEnclosing
        end local 5 // boolean needToConvert
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding originalType
        end local 3 // int dimension
        end local 2 // boolean forceRawEnclosingType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   54     0                   this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   54     1                   type  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   54     2  forceRawEnclosingType  Z
            3    5     3              dimension  I
            8   54     3              dimension  I
            4    5     4           originalType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            9   54     4           originalType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           12   13     5          needToConvert  Z
           15   16     5          needToConvert  Z
           17   54     5          needToConvert  Z
           14   16     6              paramType  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
           22   54     6      originalEnclosing  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           26   27     7          convertedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           44   45     7          convertedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           47   48     7          convertedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           49   54     7          convertedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           29   30     8     convertedEnclosing  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           32   34     8     convertedEnclosing  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           36   38     8     convertedEnclosing  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           40   41     8     convertedEnclosing  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           42   49     8     convertedEnclosing  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
                       Name  Flags
      type                   
      forceRawEnclosingType  

  public org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] convertToRawTypes(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[], boolean, boolean);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;ZZ)[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] originalTypes
        start local 2 // boolean forceErasure
        start local 3 // boolean forceRawEnclosingType
         0: .line 912
            aload 1 /* originalTypes */
            ifnonnull 1
            aconst_null
            areturn
         1: .line 913
      StackMap locals:
      StackMap stack:
            aload 1 /* originalTypes */
            astore 4 /* convertedTypes */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] convertedTypes
         2: .line 914
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: aload 1 /* originalTypes */
            arraylength
            istore 6 /* length */
        start local 6 // int length
         4: goto 17
         5: .line 915
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] int int
      StackMap stack:
            aload 1 /* originalTypes */
            iload 5 /* i */
            aaload
            astore 7 /* originalType */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding originalType
         6: .line 916
            aload 0 /* this */
            iload 2 /* forceErasure */
            ifeq 7
            aload 7 /* originalType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            goto 8
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] int int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] int int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
         7: aload 7 /* originalType */
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] int int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] int int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.TypeBinding
         8: iload 3 /* forceRawEnclosingType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.convertToRawType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Z)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 8 /* convertedType */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding convertedType
         9: .line 917
            aload 8 /* convertedType */
            aload 7 /* originalType */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 14
        10: .line 918
            aload 4 /* convertedTypes */
            aload 1 /* originalTypes */
            if_acmpne 12
        11: .line 919
            aload 1 /* originalTypes */
            iconst_0
            iload 6 /* length */
            anewarray org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            dup
            astore 4 /* convertedTypes */
            iconst_0
            iload 5 /* i */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 921
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 4 /* convertedTypes */
            iload 5 /* i */
            aload 8 /* convertedType */
            aastore
        13: .line 922
            goto 16
      StackMap locals:
      StackMap stack:
        14: aload 4 /* convertedTypes */
            aload 1 /* originalTypes */
            if_acmpeq 16
        15: .line 923
            aload 4 /* convertedTypes */
            iload 5 /* i */
            aload 7 /* originalType */
            aastore
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding convertedType
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding originalType
        16: .line 914
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 5 /* i */
            iload 6 /* length */
            if_icmplt 5
        end local 6 // int length
        end local 5 // int i
        18: .line 926
            aload 4 /* convertedTypes */
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] convertedTypes
        end local 3 // boolean forceRawEnclosingType
        end local 2 // boolean forceErasure
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] originalTypes
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   19     0                   this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   19     1          originalTypes  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0   19     2           forceErasure  Z
            0   19     3  forceRawEnclosingType  Z
            2   19     4         convertedTypes  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            3   18     5                      i  I
            4   18     6                 length  I
            6   16     7           originalType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            9   16     8          convertedType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
                       Name  Flags
      originalTypes          
      forceErasure           
      forceRawEnclosingType  

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding convertUnresolvedBinaryToRawType(org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
         0: .line 933
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.kind:()I
            lookupswitch { // 6
                   68: 2
                  132: 1
                  516: 1
                 1028: 1
                 4100: 1
                 8196: 1
              default: 5
          }
         1: .line 939
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            areturn
         2: .line 941
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.dimensions:()I
            istore 2 /* dimension */
        start local 2 // int dimension
         3: .line 942
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 3 /* originalType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding originalType
         4: .line 943
            goto 9
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding originalType
        end local 2 // int dimension
         5: .line 945
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            iconst_1
            if_icmpne 7
         6: .line 946
            aload 1 /* type */
            areturn
         7: .line 947
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* dimension */
        start local 2 // int dimension
         8: .line 948
            aload 1 /* type */
            astore 3 /* originalType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding originalType
         9: .line 951
      StackMap locals: int org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 3 /* originalType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.kind:()I
            lookupswitch { // 3
                  132: 10
                  260: 13
                 2052: 11
              default: 16
          }
        10: .line 953
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            areturn
        11: .line 955
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* needToConvert */
        start local 4 // boolean needToConvert
        12: .line 956
            goto 17
        end local 4 // boolean needToConvert
        13: .line 958
      StackMap locals:
      StackMap stack:
            aload 3 /* originalType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
            astore 5 /* paramType */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding paramType
        14: .line 959
            aload 5 /* paramType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.genericType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isGenericType:()Z
            istore 4 /* needToConvert */
        start local 4 // boolean needToConvert
        15: .line 960
            goto 17
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding paramType
        end local 4 // boolean needToConvert
        16: .line 962
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* needToConvert */
        start local 4 // boolean needToConvert
        17: .line 965
      StackMap locals: int
      StackMap stack:
            aload 3 /* originalType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 5 /* originalEnclosing */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding originalEnclosing
        18: .line 967
            aload 5 /* originalEnclosing */
            ifnonnull 23
        19: .line 968
            iload 4 /* needToConvert */
            ifeq 20
            aload 0 /* this */
            aload 3 /* originalType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createRawType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/RawTypeBinding;
            goto 21
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
        20: aload 3 /* originalType */
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
        21: astore 6 /* convertedType */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding convertedType
        22: .line 969
            goto 32
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding convertedType
        23: .line 970
      StackMap locals:
      StackMap stack:
            iload 4 /* needToConvert */
            ifne 25
            aload 3 /* originalType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isStatic:()Z
            ifeq 25
        24: .line 971
            aload 3 /* originalType */
            areturn
        25: .line 973
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* originalEnclosing */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.convertUnresolvedBinaryToRawType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 7 /* convertedEnclosing */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding convertedEnclosing
        26: .line 974
            aload 7 /* convertedEnclosing */
            aload 5 /* originalEnclosing */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 28
        27: .line 975
            iconst_1
            istore 4 /* needToConvert */
        28: .line 977
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.TypeBinding int org.eclipse.jdt.internal.compiler.lookup.TypeBinding int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding top org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            iload 4 /* needToConvert */
            ifeq 31
        29: .line 978
            aload 0 /* this */
            aload 3 /* originalType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            aload 7 /* convertedEnclosing */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createRawType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/RawTypeBinding;
            astore 6 /* convertedType */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding convertedType
        30: .line 979
            goto 32
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding convertedType
        31: .line 980
      StackMap locals:
      StackMap stack:
            aload 3 /* originalType */
            astore 6 /* convertedType */
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding convertedEnclosing
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding convertedType
        32: .line 983
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.TypeBinding int org.eclipse.jdt.internal.compiler.lookup.TypeBinding int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 3 /* originalType */
            aload 6 /* convertedType */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 36
        33: .line 984
            iload 2 /* dimension */
            ifle 34
            aload 0 /* this */
            aload 6 /* convertedType */
            iload 2 /* dimension */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createArrayType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            goto 35
      StackMap locals:
      StackMap stack:
        34: aload 6 /* convertedType */
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
        35: areturn
        36: .line 986
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            areturn
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding convertedType
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding originalEnclosing
        end local 4 // boolean needToConvert
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding originalType
        end local 2 // int dimension
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   37     0                this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   37     1                type  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            3    5     2           dimension  I
            8   37     2           dimension  I
            4    5     3        originalType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            9   37     3        originalType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           12   13     4       needToConvert  Z
           15   16     4       needToConvert  Z
           17   37     4       needToConvert  Z
           14   16     5           paramType  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
           18   37     5   originalEnclosing  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           22   23     6       convertedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           30   31     6       convertedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           32   37     6       convertedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           26   32     7  convertedEnclosing  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
      Name  Flags
      type  

  public org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding createAnnotation(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.ElementValuePair[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/ElementValuePair;)Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding annotationType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ElementValuePair[] pairs
         0: .line 992
            aload 2 /* pairs */
            arraylength
            ifeq 3
         1: .line 993
            aload 1 /* annotationType */
            aload 2 /* pairs */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding.setMethodBindings:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/ElementValuePair;)V
         2: .line 994
            new org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
            dup
            aload 1 /* annotationType */
            aload 2 /* pairs */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/ElementValuePair;)V
            areturn
         3: .line 996
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 1 /* annotationType */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getAnnotationType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Z)Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ElementValuePair[] pairs
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding annotationType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    4     1  annotationType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    4     2           pairs  [Lorg/eclipse/jdt/internal/compiler/lookup/ElementValuePair;
    MethodParameters:
                Name  Flags
      annotationType  
      pairs           

  public org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding createUnresolvedAnnotation(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.ElementValuePair[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/ElementValuePair;)Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding annotationType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ElementValuePair[] pairs
         0: .line 1003
            aload 2 /* pairs */
            arraylength
            ifeq 2
         1: .line 1004
            new org.eclipse.jdt.internal.compiler.lookup.UnresolvedAnnotationBinding
            dup
            aload 1 /* annotationType */
            aload 2 /* pairs */
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.UnresolvedAnnotationBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/ElementValuePair;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            areturn
         2: .line 1006
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 1 /* annotationType */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getAnnotationType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Z)Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ElementValuePair[] pairs
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding annotationType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    3     1  annotationType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    3     2           pairs  [Lorg/eclipse/jdt/internal/compiler/lookup/ElementValuePair;
    MethodParameters:
                Name  Flags
      annotationType  
      pairs           

  public org.eclipse.jdt.internal.compiler.lookup.ArrayBinding createArrayType(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, int);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafComponentType
        start local 2 // int dimensionCount
         0: .line 1013
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 1 /* leafComponentType */
            iload 2 /* dimensionCount */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getArrayType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            areturn
        end local 2 // int dimensionCount
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafComponentType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    1     1  leafComponentType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    1     2     dimensionCount  I
    MethodParameters:
                   Name  Flags
      leafComponentType  
      dimensionCount     

  public org.eclipse.jdt.internal.compiler.lookup.ArrayBinding createArrayType(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, int, org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafComponentType
        start local 2 // int dimensionCount
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
         0: .line 1017
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 1 /* leafComponentType */
            iload 2 /* dimensionCount */
            aload 3 /* annotations */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getArrayType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        end local 2 // int dimensionCount
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafComponentType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    1     1  leafComponentType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    1     2     dimensionCount  I
            0    1     3        annotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    MethodParameters:
                   Name  Flags
      leafComponentType  
      dimensionCount     
      annotations        

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding createIntersectionType18(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[]);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] intersectingTypes
         0: .line 1021
            aload 1 /* intersectingTypes */
            iconst_0
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isClass:()Z
            ifne 2
         1: .line 1022
            aload 1 /* intersectingTypes */
            new org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment$1
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment$1.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            invokestatic java.util.Arrays.sort:([Ljava/lang/Object;Ljava/util/Comparator;)V
         2: .line 1030
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 1 /* intersectingTypes */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getIntersectionType18:([Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] intersectingTypes
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    3     1  intersectingTypes  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
                   Name  Flags
      intersectingTypes  

  public org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding createBinaryTypeFrom(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;)Lorg/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment 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 1034
            aload 0 /* this */
            aload 1 /* binaryType */
            aload 2 /* packageBinding */
            iconst_1
            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;ZLorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)Lorg/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding;
            areturn
        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.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    1     1         binaryType  Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;
            0    1     2     packageBinding  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            0    1     3  accessRestriction  Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;
    MethodParameters:
                   Name  Flags
      binaryType         
      packageBinding     
      accessRestriction  

  public org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding createBinaryTypeFrom(org.eclipse.jdt.internal.compiler.env.IBinaryType, org.eclipse.jdt.internal.compiler.lookup.PackageBinding, boolean, org.eclipse.jdt.internal.compiler.env.AccessRestriction);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;ZLorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)Lorg/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment 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 // boolean needFieldsAndMethods
        start local 4 // org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction
         0: .line 1038
            aload 0 /* this */
            aload 2 /* packageBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            if_acmpeq 2
         1: .line 1039
            aload 2 /* packageBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 1 /* binaryType */
            aload 2 /* packageBinding */
            iload 3 /* needFieldsAndMethods */
            aload 4 /* accessRestriction */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createBinaryTypeFrom:(Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;ZLorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)Lorg/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding;
            areturn
         2: .line 1040
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
            dup
            aload 2 /* packageBinding */
            aload 1 /* binaryType */
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            astore 5 /* binaryBinding */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding binaryBinding
         3: .line 1043
            aload 2 /* packageBinding */
            aload 5 /* binaryBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.compoundName:[[C
            aload 5 /* binaryBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.compoundName:[[C
            arraylength
            iconst_1
            isub
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getType0:([C)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 6 /* cachedType */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding cachedType
         4: .line 1044
            aload 6 /* cachedType */
            ifnull 8
            aload 6 /* cachedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isUnresolvedType:()Z
            ifne 8
         5: .line 1045
            aload 6 /* cachedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isBinaryBinding:()Z
            ifeq 7
         6: .line 1046
            aload 6 /* cachedType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
            areturn
         7: .line 1049
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aconst_null
            areturn
         8: .line 1051
      StackMap locals:
      StackMap stack:
            aload 2 /* packageBinding */
            aload 5 /* binaryBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.addType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)V
         9: .line 1052
            aload 0 /* this */
            aload 5 /* binaryBinding */
            aload 4 /* accessRestriction */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.setAccessRestriction:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)V
        10: .line 1053
            aload 5 /* binaryBinding */
            aload 1 /* binaryType */
            iload 3 /* needFieldsAndMethods */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.cachePartsFrom:(Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;Z)V
        11: .line 1054
            aload 5 /* binaryBinding */
            areturn
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding cachedType
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding binaryBinding
        end local 4 // org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction
        end local 3 // boolean needFieldsAndMethods
        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.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   12     0                  this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   12     1            binaryType  Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;
            0   12     2        packageBinding  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            0   12     3  needFieldsAndMethods  Z
            0   12     4     accessRestriction  Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;
            3   12     5         binaryBinding  Lorg/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding;
            4   12     6            cachedType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
                      Name  Flags
      binaryType            
      packageBinding        
      needFieldsAndMethods  
      accessRestriction     

  public org.eclipse.jdt.internal.compiler.lookup.MissingTypeBinding createMissingType(org.eclipse.jdt.internal.compiler.lookup.PackageBinding, char[][]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;[[C)Lorg/eclipse/jdt/internal/compiler/lookup/MissingTypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
        start local 2 // char[][] compoundName
         0: .line 1064
            aload 1 /* packageBinding */
            ifnonnull 3
         1: .line 1065
            aload 0 /* this */
            aload 2 /* compoundName */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.computePackageFrom:([[CZ)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            astore 1 /* packageBinding */
         2: .line 1066
            aload 1 /* packageBinding */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.TheNotFoundPackage:Lorg/eclipse/jdt/internal/compiler/lookup/ProblemPackageBinding;
            if_acmpne 3
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.defaultPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
            astore 1 /* packageBinding */
         3: .line 1068
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.lookup.MissingTypeBinding
            dup
            aload 1 /* packageBinding */
            aload 2 /* compoundName */
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.MissingTypeBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;[[CLorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            astore 3 /* missingType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.MissingTypeBinding missingType
         4: .line 1069
            aload 3 /* missingType */
            getfield org.eclipse.jdt.internal.compiler.lookup.MissingTypeBinding.id:I
            iconst_1
            if_icmpeq 9
         5: .line 1071
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.JAVA_LANG_OBJECT:[[C
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.javaBaseModule:()Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getType:([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 4 /* objectType */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding objectType
         6: .line 1072
            aload 4 /* objectType */
            ifnonnull 8
         7: .line 1073
            aload 0 /* this */
            aconst_null
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.JAVA_LANG_OBJECT:[[C
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createMissingType:(Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;[[C)Lorg/eclipse/jdt/internal/compiler/lookup/MissingTypeBinding;
            astore 4 /* objectType */
         8: .line 1075
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MissingTypeBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 3 /* missingType */
            aload 4 /* objectType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MissingTypeBinding.setMissingSuperclass:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)V
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding objectType
         9: .line 1077
      StackMap locals:
      StackMap stack:
            aload 1 /* packageBinding */
            aload 3 /* missingType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.addType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)V
        10: .line 1078
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.missingTypes:Ljava/util/ArrayList;
            ifnonnull 12
        11: .line 1079
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iconst_3
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.missingTypes:Ljava/util/ArrayList;
        12: .line 1080
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.missingTypes:Ljava/util/ArrayList;
            aload 3 /* missingType */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        13: .line 1081
            aload 3 /* missingType */
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.MissingTypeBinding missingType
        end local 2 // char[][] compoundName
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   14     0            this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   14     1  packageBinding  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            0   14     2    compoundName  [[C
            4   14     3     missingType  Lorg/eclipse/jdt/internal/compiler/lookup/MissingTypeBinding;
            6    9     4      objectType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
                Name  Flags
      packageBinding  
      compoundName    

  public org.eclipse.jdt.internal.compiler.lookup.PackageBinding createPackage(char[][]);
    descriptor: ([[C)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // char[][] compoundName
         0: .line 1090
            aload 0 /* this */
            aload 1 /* compoundName */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createPlainPackage:([[C)Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
            areturn
        end local 1 // char[][] compoundName
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    1     1  compoundName  [[C
    MethodParameters:
              Name  Flags
      compoundName  

  public org.eclipse.jdt.internal.compiler.lookup.PlainPackageBinding createPlainPackage(char[][]);
    descriptor: ([[C)Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // char[][] compoundName
         0: .line 1093
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            aload 1 /* compoundName */
            bipush 46
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concatWith:([[CC)[C
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.getDeclaredPackage:([C)Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
            astore 2 /* packageBinding */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
         1: .line 1094
            aload 2 /* packageBinding */
            ifnull 4
            aload 2 /* packageBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.isValidBinding:()Z
            ifeq 4
         2: .line 1096
            aload 0 /* this */
            aload 1 /* compoundName */
            iconst_0
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getTopLevelPackage:([C)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            astore 2 /* packageBinding */
         3: .line 1097
            goto 14
         4: .line 1098
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.PackageBinding
      StackMap stack:
            aload 0 /* this */
            aload 1 /* compoundName */
            iconst_0
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getPackage0:([C)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            astore 2 /* packageBinding */
         5: .line 1099
            aload 2 /* packageBinding */
            ifnull 6
            aload 2 /* packageBinding */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.TheNotFoundPackage:Lorg/eclipse/jdt/internal/compiler/lookup/ProblemPackageBinding;
            if_acmpne 14
         6: .line 1100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            iconst_1
            anewarray char[]
            dup
            iconst_0
            aload 1 /* compoundName */
            iconst_0
            aaload
            aastore
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.getOrCreateDeclaredPackage:([[C)Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
            astore 2 /* packageBinding */
         7: .line 1101
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.useModuleSystem:Z
            ifeq 13
         8: .line 1102
            aconst_null
            astore 3 /* declaringModuleNames */
        start local 3 // char[][] declaringModuleNames
         9: .line 1103
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.isUnnamed:()Z
            ifeq 12
        10: .line 1104
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nameEnvironment:Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;
            checkcast org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment
            astore 4 /* moduleEnv */
        start local 4 // org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment moduleEnv
        11: .line 1105
            aload 4 /* moduleEnv */
            iconst_1
            anewarray char[]
            dup
            iconst_0
            aload 2 /* packageBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.readableName:()[C
            aastore
            getstatic org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.ANY:[C
            invokeinterface org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment.getUniqueModulesDeclaringPackage:([[C[C)[[C
            astore 3 /* declaringModuleNames */
        end local 4 // org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment moduleEnv
        12: .line 1107
      StackMap locals: char[][]
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            aload 2 /* packageBinding */
            aload 2 /* packageBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.compoundName:[[C
            aload 3 /* declaringModuleNames */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.combineWithPackagesFromOtherRelevantModules:(Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;[[C[[C)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            astore 2 /* packageBinding */
        end local 3 // char[][] declaringModuleNames
        13: .line 1109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.knownPackages:Lorg/eclipse/jdt/internal/compiler/util/HashtableOfPackage;
            aload 1 /* compoundName */
            iconst_0
            aaload
            aload 2 /* packageBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.util.HashtableOfPackage.put:([CLorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            pop
        14: .line 1113
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 3 /* i */
        start local 3 // int i
        15: aload 1 /* compoundName */
            arraylength
            istore 4 /* length */
        start local 4 // int length
        16: goto 33
        17: .line 1120
      StackMap locals: int int
      StackMap stack:
            aload 2 /* packageBinding */
            aload 1 /* compoundName */
            iload 3 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.hasType0Any:([C)Z
            ifeq 19
        18: .line 1121
            aconst_null
            areturn
        19: .line 1123
      StackMap locals:
      StackMap stack:
            aload 2 /* packageBinding */
            astore 5 /* parent */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding parent
        20: .line 1124
            aload 5 /* parent */
            aload 1 /* compoundName */
            iload 3 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getPackage0:([C)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            dup
            astore 2 /* packageBinding */
            ifnull 21
            aload 2 /* packageBinding */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.TheNotFoundPackage:Lorg/eclipse/jdt/internal/compiler/lookup/ProblemPackageBinding;
            if_acmpne 32
        21: .line 1129
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.PackageBinding
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nameEnvironment:Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;
            instanceof org.eclipse.jdt.internal.compiler.env.INameEnvironmentExtension
            ifeq 24
        22: .line 1133
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nameEnvironment:Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;
            checkcast org.eclipse.jdt.internal.compiler.env.INameEnvironmentExtension
            aload 1 /* compoundName */
            iload 3 /* i */
            aaload
            aload 5 /* parent */
            getfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.compoundName:[[C
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.nameForLookup:()[C
            invokeinterface org.eclipse.jdt.internal.compiler.env.INameEnvironmentExtension.findType:([C[[CZ[C)Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
            ifnull 26
        23: .line 1134
            aconst_null
            areturn
        24: .line 1137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nameEnvironment:Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;
            aload 1 /* compoundName */
            iload 3 /* i */
            aaload
            aload 5 /* parent */
            getfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.compoundName:[[C
            invokeinterface org.eclipse.jdt.internal.compiler.env.INameEnvironment.findType:([C[[C)Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
            ifnull 26
        25: .line 1138
            aconst_null
            areturn
        26: .line 1141
      StackMap locals:
      StackMap stack:
            aload 5 /* parent */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getIncarnation:(Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
            astore 6 /* singleParent */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding singleParent
        27: .line 1142
            aload 6 /* singleParent */
            aload 5 /* parent */
            if_acmpeq 29
            aload 6 /* singleParent */
            ifnull 29
        28: .line 1144
            aload 6 /* singleParent */
            aload 1 /* compoundName */
            iload 3 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getPackage0:([C)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            astore 2 /* packageBinding */
        29: .line 1146
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.PackageBinding
      StackMap stack:
            aload 2 /* packageBinding */
            ifnonnull 32
        30: .line 1147
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            aload 1 /* compoundName */
            iconst_0
            iload 3 /* i */
            iconst_1
            iadd
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.subarray:([[CII)[[C
            aload 5 /* parent */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.createDeclaredPackage:([[CLorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
            astore 2 /* packageBinding */
        31: .line 1148
            aload 5 /* parent */
            aload 2 /* packageBinding */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.addPackage:(Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            astore 2 /* packageBinding */
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding singleParent
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding parent
        32: .line 1113
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        33: iload 3 /* i */
            iload 4 /* length */
            if_icmplt 17
        end local 4 // int length
        end local 3 // int i
        34: .line 1152
            aload 2 /* packageBinding */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getIncarnation:(Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
        end local 1 // char[][] compoundName
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   35     0                  this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   35     1          compoundName  [[C
            1   35     2        packageBinding  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            9   13     3  declaringModuleNames  [[C
           11   12     4             moduleEnv  Lorg/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment;
           15   34     3                     i  I
           16   34     4                length  I
           20   32     5                parent  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
           27   32     6          singleParent  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
    MethodParameters:
              Name  Flags
      compoundName  

  public org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding createParameterizedGenericMethod(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/RawTypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding genericMethod
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding rawType
         0: .line 1157
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.uniqueParameterizedGenericMethodBindings:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            aload 1 /* genericMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding[]
            astore 3 /* cachedInfo */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding[] cachedInfo
         1: .line 1158
            iconst_0
            istore 4 /* needToGrow */
        start local 4 // boolean needToGrow
         2: .line 1159
            iconst_0
            istore 5 /* index */
        start local 5 // int index
         3: .line 1160
            aload 3 /* cachedInfo */
            ifnull 17
         4: .line 1163
            aload 3 /* cachedInfo */
            arraylength
            istore 6 /* max */
        start local 6 // int max
         5: goto 14
         6: .line 1164
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding[] int int int
      StackMap stack:
            aload 3 /* cachedInfo */
            iload 5 /* index */
            aaload
            astore 7 /* cachedMethod */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding cachedMethod
         7: .line 1165
            aload 7 /* cachedMethod */
            ifnonnull 8
            goto 15
         8: .line 1166
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
      StackMap stack:
            aload 7 /* cachedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding.isRaw:Z
            ifne 9
            goto 13
         9: .line 1167
      StackMap locals:
      StackMap stack:
            aload 7 /* cachedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 2 /* rawType */
            ifnonnull 10
            aload 1 /* genericMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            goto 11
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
        10: aload 2 /* rawType */
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding[] int int int org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
        11: if_acmpeq 12
            goto 13
        12: .line 1168
      StackMap locals:
      StackMap stack:
            aload 7 /* cachedMethod */
            areturn
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding cachedMethod
        13: .line 1163
      StackMap locals:
      StackMap stack:
            iinc 5 /* index */ 1
      StackMap locals:
      StackMap stack:
        14: iload 5 /* index */
            iload 6 /* max */
            if_icmplt 6
        end local 6 // int max
        15: .line 1170
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* needToGrow */
        16: .line 1171
            goto 19
        17: .line 1172
      StackMap locals:
      StackMap stack:
            iconst_5
            anewarray org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
            astore 3 /* cachedInfo */
        18: .line 1173
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.uniqueParameterizedGenericMethodBindings:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            aload 1 /* genericMethod */
            aload 3 /* cachedInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        19: .line 1176
      StackMap locals:
      StackMap stack:
            aload 3 /* cachedInfo */
            arraylength
            istore 6 /* length */
        start local 6 // int length
        20: .line 1177
            iload 4 /* needToGrow */
            ifeq 23
            iload 5 /* index */
            iload 6 /* length */
            if_icmpne 23
        21: .line 1178
            aload 3 /* cachedInfo */
            iconst_0
            iload 6 /* length */
            iconst_2
            imul
            anewarray org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
            dup
            astore 3 /* cachedInfo */
            iconst_0
            iload 6 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        22: .line 1179
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.uniqueParameterizedGenericMethodBindings:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            aload 1 /* genericMethod */
            aload 3 /* cachedInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        23: .line 1182
      StackMap locals: int
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
            dup
            aload 1 /* genericMethod */
            aload 2 /* rawType */
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/RawTypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            astore 7 /* parameterizedGenericMethod */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding parameterizedGenericMethod
        24: .line 1183
            aload 3 /* cachedInfo */
            iload 5 /* index */
            aload 7 /* parameterizedGenericMethod */
            aastore
        25: .line 1184
            aload 7 /* parameterizedGenericMethod */
            areturn
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding parameterizedGenericMethod
        end local 6 // int length
        end local 5 // int index
        end local 4 // boolean needToGrow
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding[] cachedInfo
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding rawType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding genericMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   26     0                        this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   26     1               genericMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   26     2                     rawType  Lorg/eclipse/jdt/internal/compiler/lookup/RawTypeBinding;
            1   26     3                  cachedInfo  [Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding;
            2   26     4                  needToGrow  Z
            3   26     5                       index  I
            5   15     6                         max  I
            7   13     7                cachedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding;
           20   26     6                      length  I
           24   26     7  parameterizedGenericMethod  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding;
    MethodParameters:
               Name  Flags
      genericMethod  
      rawType        

  public org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding createParameterizedGenericMethod(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding genericMethod
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] typeArguments
         0: .line 1188
            aload 0 /* this */
            aload 1 /* genericMethod */
            aload 2 /* typeArguments */
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createParameterizedGenericMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding;
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] typeArguments
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding genericMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    1     1  genericMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0    1     2  typeArguments  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
               Name  Flags
      genericMethod  
      typeArguments  

  public org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding createParameterizedGenericMethod(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.TypeBinding[], org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding genericMethod
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] typeArguments
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetType
         0: .line 1191
            aload 0 /* this */
            aload 1 /* genericMethod */
            aload 2 /* typeArguments */
            iconst_0
            iconst_0
            aload 3 /* targetType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createParameterizedGenericMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;ZZLorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding;
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetType
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] typeArguments
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding genericMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    1     1  genericMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0    1     2  typeArguments  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    1     3     targetType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
               Name  Flags
      genericMethod  
      typeArguments  
      targetType     

  public org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding createParameterizedGenericMethod(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.TypeBinding[], boolean, boolean, org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;ZZLorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=18, args_size=6
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding genericMethod
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] typeArguments
        start local 3 // boolean inferredWithUncheckedConversion
        start local 4 // boolean hasReturnProblem
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetType
         0: .line 1197
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.uniqueParameterizedGenericMethodBindings:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            aload 1 /* genericMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding[]
            astore 6 /* cachedInfo */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding[] cachedInfo
         1: .line 1198
            aload 2 /* typeArguments */
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding[]
      StackMap stack:
         2: aload 2 /* typeArguments */
            arraylength
      StackMap locals:
      StackMap stack: int
         3: istore 7 /* argLength */
        start local 7 // int argLength
         4: .line 1199
            iconst_0
            istore 8 /* needToGrow */
        start local 8 // boolean needToGrow
         5: .line 1200
            iconst_0
            istore 9 /* index */
        start local 9 // int index
         6: .line 1201
            aload 6 /* cachedInfo */
            ifnull 36
         7: .line 1204
            aload 6 /* cachedInfo */
            arraylength
            istore 10 /* max */
        start local 10 // int max
         8: goto 33
         9: .line 1205
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int int org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding[] int int int int
      StackMap stack:
            aload 6 /* cachedInfo */
            iload 9 /* index */
            aaload
            astore 11 /* cachedMethod */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding cachedMethod
        10: .line 1206
            aload 11 /* cachedMethod */
            ifnonnull 11
            goto 34
        11: .line 1207
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
      StackMap stack:
            aload 11 /* cachedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding.isRaw:Z
            ifeq 12
            goto 32
        12: .line 1208
      StackMap locals:
      StackMap stack:
            aload 11 /* cachedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding.targetType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 5 /* targetType */
            if_acmpeq 13
            goto 32
        13: .line 1209
      StackMap locals:
      StackMap stack:
            aload 11 /* cachedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding.inferredWithUncheckedConversion:Z
            iload 3 /* inferredWithUncheckedConversion */
            if_icmpeq 14
            goto 32
        14: .line 1210
      StackMap locals:
      StackMap stack:
            aload 11 /* cachedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding.typeArguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 12 /* cachedArguments */
        start local 12 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] cachedArguments
        15: .line 1211
            aload 12 /* cachedArguments */
            ifnonnull 16
            iconst_0
            goto 17
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
      StackMap stack:
        16: aload 12 /* cachedArguments */
            arraylength
      StackMap locals:
      StackMap stack: int
        17: istore 13 /* cachedArgLength */
        start local 13 // int cachedArgLength
        18: .line 1212
            iload 7 /* argLength */
            iload 13 /* cachedArgLength */
            if_icmpeq 19
            goto 32
        19: .line 1213
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 14 /* j */
        start local 14 // int j
        20: goto 23
        21: .line 1214
      StackMap locals: int
      StackMap stack:
            aload 2 /* typeArguments */
            iload 14 /* j */
            aaload
            aload 12 /* cachedArguments */
            iload 14 /* j */
            aaload
            if_acmpeq 22
            goto 32
        22: .line 1213
      StackMap locals:
      StackMap stack:
            iinc 14 /* j */ 1
      StackMap locals:
      StackMap stack:
        23: iload 14 /* j */
            iload 13 /* cachedArgLength */
            if_icmplt 21
        end local 14 // int j
        24: .line 1216
            iload 3 /* inferredWithUncheckedConversion */
            ifeq 31
        25: .line 1218
            aload 11 /* cachedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isParameterizedType:()Z
            ifne 32
            aload 11 /* cachedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isTypeVariable:()Z
            ifeq 26
            goto 32
        26: .line 1219
      StackMap locals:
      StackMap stack:
            aload 11 /* cachedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            dup
            astore 17
            arraylength
            istore 16
            iconst_0
            istore 15
            goto 30
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int int org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding[] int int int int org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int top int int org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
      StackMap stack:
        27: aload 17
            iload 15
            aaload
            astore 14 /* exc */
        start local 14 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding exc
        28: .line 1220
            aload 14 /* exc */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isParameterizedType:()Z
            ifne 32
            aload 14 /* exc */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isTypeVariable:()Z
            ifeq 29
            goto 32
        end local 14 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding exc
        29: .line 1219
      StackMap locals:
      StackMap stack:
            iinc 15 1
      StackMap locals:
      StackMap stack:
        30: iload 15
            iload 16
            if_icmplt 27
        31: .line 1223
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int int org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding[] int int int int org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int
      StackMap stack:
            aload 11 /* cachedMethod */
            areturn
        end local 13 // int cachedArgLength
        end local 12 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] cachedArguments
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding cachedMethod
        32: .line 1204
      StackMap locals:
      StackMap stack:
            iinc 9 /* index */ 1
      StackMap locals:
      StackMap stack:
        33: iload 9 /* index */
            iload 10 /* max */
            if_icmplt 9
        end local 10 // int max
        34: .line 1225
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 8 /* needToGrow */
        35: .line 1226
            goto 38
        36: .line 1227
      StackMap locals:
      StackMap stack:
            iconst_5
            anewarray org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
            astore 6 /* cachedInfo */
        37: .line 1228
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.uniqueParameterizedGenericMethodBindings:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            aload 1 /* genericMethod */
            aload 6 /* cachedInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        38: .line 1231
      StackMap locals:
      StackMap stack:
            aload 6 /* cachedInfo */
            arraylength
            istore 10 /* length */
        start local 10 // int length
        39: .line 1232
            iload 8 /* needToGrow */
            ifeq 42
            iload 9 /* index */
            iload 10 /* length */
            if_icmpne 42
        40: .line 1233
            aload 6 /* cachedInfo */
            iconst_0
            iload 10 /* length */
            iconst_2
            imul
            anewarray org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
            dup
            astore 6 /* cachedInfo */
            iconst_0
            iload 10 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        41: .line 1234
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.uniqueParameterizedGenericMethodBindings:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            aload 1 /* genericMethod */
            aload 6 /* cachedInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        42: .line 1238
      StackMap locals: int
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
            dup
            aload 1 /* genericMethod */
            aload 2 /* typeArguments */
            aload 0 /* this */
            iload 3 /* inferredWithUncheckedConversion */
            iload 4 /* hasReturnProblem */
            aload 5 /* targetType */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;ZZLorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        43: .line 1237
            astore 11 /* parameterizedGenericMethod */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding parameterizedGenericMethod
        44: .line 1239
            aload 6 /* cachedInfo */
            iload 9 /* index */
            aload 11 /* parameterizedGenericMethod */
            aastore
        45: .line 1240
            aload 11 /* parameterizedGenericMethod */
            areturn
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding parameterizedGenericMethod
        end local 10 // int length
        end local 9 // int index
        end local 8 // boolean needToGrow
        end local 7 // int argLength
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding[] cachedInfo
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetType
        end local 4 // boolean hasReturnProblem
        end local 3 // boolean inferredWithUncheckedConversion
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] typeArguments
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding genericMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot                             Name  Signature
            0   46     0                             this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   46     1                    genericMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   46     2                    typeArguments  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   46     3  inferredWithUncheckedConversion  Z
            0   46     4                 hasReturnProblem  Z
            0   46     5                       targetType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            1   46     6                       cachedInfo  [Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding;
            4   46     7                        argLength  I
            5   46     8                       needToGrow  Z
            6   46     9                            index  I
            8   34    10                              max  I
           10   32    11                     cachedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding;
           15   32    12                  cachedArguments  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           18   32    13                  cachedArgLength  I
           20   24    14                                j  I
           28   29    14                              exc  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           39   46    10                           length  I
           44   46    11       parameterizedGenericMethod  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding;
    MethodParameters:
                                 Name  Flags
      genericMethod                    
      typeArguments                    
      inferredWithUncheckedConversion  
      hasReturnProblem                 
      targetType                       

  public org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding createPolymorphicMethod(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.TypeBinding[], org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/PolymorphicMethodBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=12, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding originalPolymorphicMethod
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] parameters
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 1244
            new java.lang.String
            dup
            aload 1 /* originalPolymorphicMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            invokespecial java.lang.String.<init>:([C)V
            astore 4 /* key */
        start local 4 // java.lang.String key
         1: .line 1245
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.uniquePolymorphicMethodBindings:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            aload 4 /* key */
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding[]
            astore 5 /* cachedInfo */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding[] cachedInfo
         2: .line 1246
            aload 2 /* parameters */
            ifnonnull 3
            iconst_0
            goto 4
      StackMap locals: java.lang.String org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding[]
      StackMap stack:
         3: aload 2 /* parameters */
            arraylength
      StackMap locals:
      StackMap stack: int
         4: istore 6 /* parametersLength */
        start local 6 // int parametersLength
         5: .line 1247
            iload 6 /* parametersLength */
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            astore 7 /* parametersTypeBinding */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] parametersTypeBinding
         6: .line 1248
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         7: goto 22
         8: .line 1249
      StackMap locals: int org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int
      StackMap stack:
            aload 2 /* parameters */
            iload 8 /* i */
            aaload
            astore 9 /* parameterTypeBinding */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding parameterTypeBinding
         9: .line 1250
            aload 9 /* parameterTypeBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            bipush 12
            if_icmpne 12
        10: .line 1251
            aload 7 /* parametersTypeBinding */
            iload 8 /* i */
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.JAVA_LANG_VOID:[[C
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.javaBaseModule:()Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getType:([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aastore
        11: .line 1252
            goto 21
        12: .line 1253
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 9 /* parameterTypeBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isPolyType:()Z
            ifeq 20
        13: .line 1254
            aload 9 /* parameterTypeBinding */
            checkcast org.eclipse.jdt.internal.compiler.lookup.PolyTypeBinding
            astore 10 /* ptb */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.PolyTypeBinding ptb
        14: .line 1255
            aload 3 /* scope */
            instanceof org.eclipse.jdt.internal.compiler.lookup.BlockScope
            ifeq 18
            aload 10 /* ptb */
            getfield org.eclipse.jdt.internal.compiler.lookup.PolyTypeBinding.expression:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnonnull 18
        15: .line 1256
            aload 10 /* ptb */
            getfield org.eclipse.jdt.internal.compiler.lookup.PolyTypeBinding.expression:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 3 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getJavaLangObject:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.setExpectedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        16: .line 1257
            aload 7 /* parametersTypeBinding */
            iload 8 /* i */
            aload 10 /* ptb */
            getfield org.eclipse.jdt.internal.compiler.lookup.PolyTypeBinding.expression:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 3 /* scope */
            checkcast org.eclipse.jdt.internal.compiler.lookup.BlockScope
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.resolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aastore
        17: .line 1258
            goto 21
        18: .line 1259
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.PolyTypeBinding
      StackMap stack:
            aload 7 /* parametersTypeBinding */
            iload 8 /* i */
            aload 10 /* ptb */
            getfield org.eclipse.jdt.internal.compiler.lookup.PolyTypeBinding.expression:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aastore
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.PolyTypeBinding ptb
        19: .line 1261
            goto 21
        20: .line 1262
      StackMap locals:
      StackMap stack:
            aload 7 /* parametersTypeBinding */
            iload 8 /* i */
            aload 9 /* parameterTypeBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aastore
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding parameterTypeBinding
        21: .line 1248
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 8 /* i */
            iload 6 /* parametersLength */
            if_icmplt 8
        end local 8 // int i
        23: .line 1266
            iconst_0
            istore 8 /* needToGrow */
        start local 8 // boolean needToGrow
        24: .line 1267
            iconst_0
            istore 9 /* index */
        start local 9 // int index
        25: .line 1268
            aload 5 /* cachedInfo */
            ifnull 37
        26: .line 1271
            aload 5 /* cachedInfo */
            arraylength
            istore 10 /* max */
        start local 10 // int max
        27: goto 34
        28: .line 1272
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] org.eclipse.jdt.internal.compiler.lookup.Scope java.lang.String org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding[] int org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int int int
      StackMap stack:
            aload 5 /* cachedInfo */
            iload 9 /* index */
            aaload
            astore 11 /* cachedMethod */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding cachedMethod
        29: .line 1273
            aload 11 /* cachedMethod */
            ifnonnull 31
        30: .line 1274
            goto 35
        31: .line 1276
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding
      StackMap stack:
            aload 11 /* cachedMethod */
            aload 7 /* parametersTypeBinding */
            aload 1 /* originalPolymorphicMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding.matches:([Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 33
        32: .line 1277
            aload 11 /* cachedMethod */
            areturn
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding cachedMethod
        33: .line 1271
      StackMap locals:
      StackMap stack:
            iinc 9 /* index */ 1
      StackMap locals:
      StackMap stack:
        34: iload 9 /* index */
            iload 10 /* max */
            if_icmplt 28
        end local 10 // int max
        35: .line 1280
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 8 /* needToGrow */
        36: .line 1281
            goto 39
        37: .line 1282
      StackMap locals:
      StackMap stack:
            iconst_5
            anewarray org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding
            astore 5 /* cachedInfo */
        38: .line 1283
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.uniquePolymorphicMethodBindings:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            aload 4 /* key */
            aload 5 /* cachedInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        39: .line 1286
      StackMap locals:
      StackMap stack:
            aload 5 /* cachedInfo */
            arraylength
            istore 10 /* length */
        start local 10 // int length
        40: .line 1287
            iload 8 /* needToGrow */
            ifeq 43
            iload 9 /* index */
            iload 10 /* length */
            if_icmpne 43
        41: .line 1288
            aload 5 /* cachedInfo */
            iconst_0
            iload 10 /* length */
            iconst_2
            imul
            anewarray org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding
            dup
            astore 5 /* cachedInfo */
            iconst_0
            iload 10 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        42: .line 1289
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.uniquePolymorphicMethodBindings:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            aload 4 /* key */
            aload 5 /* cachedInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        43: .line 1292
      StackMap locals: int
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding
            dup
        44: .line 1293
            aload 1 /* originalPolymorphicMethod */
        45: .line 1294
            aload 7 /* parametersTypeBinding */
        46: .line 1292
            invokespecial org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
            astore 11 /* polymorphicMethod */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding polymorphicMethod
        47: .line 1295
            aload 5 /* cachedInfo */
            iload 9 /* index */
            aload 11 /* polymorphicMethod */
            aastore
        48: .line 1296
            aload 11 /* polymorphicMethod */
            areturn
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding polymorphicMethod
        end local 10 // int length
        end local 9 // int index
        end local 8 // boolean needToGrow
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] parametersTypeBinding
        end local 6 // int parametersLength
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding[] cachedInfo
        end local 4 // java.lang.String key
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] parameters
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding originalPolymorphicMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   49     0                       this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   49     1  originalPolymorphicMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   49     2                 parameters  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   49     3                      scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            1   49     4                        key  Ljava/lang/String;
            2   49     5                 cachedInfo  [Lorg/eclipse/jdt/internal/compiler/lookup/PolymorphicMethodBinding;
            5   49     6           parametersLength  I
            6   49     7      parametersTypeBinding  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            7   23     8                          i  I
            9   21     9       parameterTypeBinding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           14   19    10                        ptb  Lorg/eclipse/jdt/internal/compiler/lookup/PolyTypeBinding;
           24   49     8                 needToGrow  Z
           25   49     9                      index  I
           27   35    10                        max  I
           29   33    11               cachedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/PolymorphicMethodBinding;
           40   49    10                     length  I
           47   49    11          polymorphicMethod  Lorg/eclipse/jdt/internal/compiler/lookup/PolymorphicMethodBinding;
    MethodParameters:
                           Name  Flags
      originalPolymorphicMethod  
      parameters                 
      scope                      

  public boolean usesAnnotatedTypeSystem();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
         0: .line 1300
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.isAnnotatedTypeSystem:()Z
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;

  public org.eclipse.jdt.internal.compiler.lookup.MethodBinding updatePolymorphicMethodReturnType(org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding, org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/PolymorphicMethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding binding
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding typeBinding
         0: .line 1305
            new java.lang.String
            dup
            aload 1 /* binding */
            getfield org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding.selector:[C
            invokespecial java.lang.String.<init>:([C)V
            astore 3 /* key */
        start local 3 // java.lang.String key
         1: .line 1306
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.uniquePolymorphicMethodBindings:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            aload 3 /* key */
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding[]
            astore 4 /* cachedInfo */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding[] cachedInfo
         2: .line 1307
            iconst_0
            istore 5 /* needToGrow */
        start local 5 // boolean needToGrow
         3: .line 1308
            iconst_0
            istore 6 /* index */
        start local 6 // int index
         4: .line 1309
            aload 1 /* binding */
            getfield org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 7 /* parameters */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] parameters
         5: .line 1310
            aload 4 /* cachedInfo */
            ifnull 17
         6: .line 1313
            aload 4 /* cachedInfo */
            arraylength
            istore 8 /* max */
        start local 8 // int max
         7: goto 14
         8: .line 1314
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding java.lang.String org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding[] int int org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int
      StackMap stack:
            aload 4 /* cachedInfo */
            iload 6 /* index */
            aaload
            astore 9 /* cachedMethod */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding cachedMethod
         9: .line 1315
            aload 9 /* cachedMethod */
            ifnonnull 11
        10: .line 1316
            goto 15
        11: .line 1318
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding
      StackMap stack:
            aload 9 /* cachedMethod */
            aload 7 /* parameters */
            aload 2 /* typeBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding.matches:([Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 13
        12: .line 1319
            aload 9 /* cachedMethod */
            areturn
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding cachedMethod
        13: .line 1313
      StackMap locals:
      StackMap stack:
            iinc 6 /* index */ 1
      StackMap locals:
      StackMap stack:
        14: iload 6 /* index */
            iload 8 /* max */
            if_icmplt 8
        end local 8 // int max
        15: .line 1322
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 5 /* needToGrow */
        16: .line 1323
            goto 19
        17: .line 1324
      StackMap locals:
      StackMap stack:
            iconst_5
            anewarray org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding
            astore 4 /* cachedInfo */
        18: .line 1325
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.uniquePolymorphicMethodBindings:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            aload 3 /* key */
            aload 4 /* cachedInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        19: .line 1328
      StackMap locals:
      StackMap stack:
            aload 4 /* cachedInfo */
            arraylength
            istore 8 /* length */
        start local 8 // int length
        20: .line 1329
            iload 5 /* needToGrow */
            ifeq 23
            iload 6 /* index */
            iload 8 /* length */
            if_icmpne 23
        21: .line 1330
            aload 4 /* cachedInfo */
            iconst_0
            iload 8 /* length */
            iconst_2
            imul
            anewarray org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding
            dup
            astore 4 /* cachedInfo */
            iconst_0
            iload 8 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        22: .line 1331
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.uniquePolymorphicMethodBindings:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            aload 3 /* key */
            aload 4 /* cachedInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        23: .line 1334
      StackMap locals: int
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding
            dup
        24: .line 1335
            aload 1 /* binding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        25: .line 1336
            aload 2 /* typeBinding */
        26: .line 1337
            aload 7 /* parameters */
        27: .line 1334
            invokespecial org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
            astore 9 /* polymorphicMethod */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding polymorphicMethod
        28: .line 1338
            aload 4 /* cachedInfo */
            iload 6 /* index */
            aload 9 /* polymorphicMethod */
            aastore
        29: .line 1339
            aload 9 /* polymorphicMethod */
            areturn
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding polymorphicMethod
        end local 8 // int length
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] parameters
        end local 6 // int index
        end local 5 // boolean needToGrow
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding[] cachedInfo
        end local 3 // java.lang.String key
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding typeBinding
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding binding
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   30     0               this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   30     1            binding  Lorg/eclipse/jdt/internal/compiler/lookup/PolymorphicMethodBinding;
            0   30     2        typeBinding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            1   30     3                key  Ljava/lang/String;
            2   30     4         cachedInfo  [Lorg/eclipse/jdt/internal/compiler/lookup/PolymorphicMethodBinding;
            3   30     5         needToGrow  Z
            4   30     6              index  I
            5   30     7         parameters  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            7   15     8                max  I
            9   13     9       cachedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/PolymorphicMethodBinding;
           20   30     8             length  I
           28   30     9  polymorphicMethod  Lorg/eclipse/jdt/internal/compiler/lookup/PolymorphicMethodBinding;
    MethodParameters:
             Name  Flags
      binding      
      typeBinding  

  public org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding createGetClassMethod(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding receiverType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding originalMethod
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 1343
            aconst_null
            astore 4 /* retVal */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding retVal
         1: .line 1344
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.uniqueGetClassMethodBinding:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            ifnonnull 4
         2: .line 1345
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
            dup
            iconst_3
            invokespecial org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.<init>:(I)V
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.uniqueGetClassMethodBinding:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
         3: .line 1346
            goto 5
         4: .line 1347
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.uniqueGetClassMethodBinding:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            aload 1 /* receiverType */
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding
            astore 4 /* retVal */
         5: .line 1349
      StackMap locals:
      StackMap stack:
            aload 4 /* retVal */
            ifnonnull 8
         6: .line 1350
            aload 1 /* receiverType */
            aload 2 /* originalMethod */
            aload 3 /* scope */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding.instantiateGetClass:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding;
            astore 4 /* retVal */
         7: .line 1351
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.uniqueGetClassMethodBinding:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            aload 1 /* receiverType */
            aload 4 /* retVal */
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 1353
      StackMap locals:
      StackMap stack:
            aload 4 /* retVal */
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding retVal
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding originalMethod
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding receiverType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    9     1    receiverType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    9     2  originalMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0    9     3           scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            1    9     4          retVal  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding;
    MethodParameters:
                Name  Flags
      receiverType    
      originalMethod  
      scope           

  public org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding createMemberType(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding memberType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
         0: .line 1356
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 1 /* memberType */
            aload 2 /* enclosingType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getMemberType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding memberType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    1     1     memberType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    1     2  enclosingType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
               Name  Flags
      memberType     
      enclosingType  

  public org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding createParameterizedType(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.TypeBinding[], org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] typeArguments
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
         0: .line 1359
            aload 1 /* genericType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            astore 4 /* annotations */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
         1: .line 1360
            aload 4 /* annotations */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_ANNOTATIONS:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            if_acmpeq 3
         2: .line 1361
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 1 /* genericType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.unannotated:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            aload 2 /* typeArguments */
            aload 3 /* enclosingType */
            aload 4 /* annotations */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getParameterizedType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
            areturn
         3: .line 1362
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 1 /* genericType */
            aload 2 /* typeArguments */
            aload 3 /* enclosingType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getParameterizedType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] typeArguments
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    4     1    genericType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    4     2  typeArguments  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    4     3  enclosingType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            1    4     4    annotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    MethodParameters:
               Name  Flags
      genericType    
      typeArguments  
      enclosingType  

  public org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding createParameterizedType(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.TypeBinding[], org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] typeArguments
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
         0: .line 1366
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 1 /* genericType */
            aload 2 /* typeArguments */
            aload 3 /* enclosingType */
            aload 4 /* annotations */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getParameterizedType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] typeArguments
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    1     1    genericType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    1     2  typeArguments  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    1     3  enclosingType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    1     4    annotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    MethodParameters:
               Name  Flags
      genericType    
      typeArguments  
      enclosingType  
      annotations    

  public org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding maybeCreateParameterizedType(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding nonGenericType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
         0: .line 1369
            aload 2 /* enclosingType */
            ifnull 4
         1: .line 1370
            aload 2 /* enclosingType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isParameterizedType:()Z
            aload 2 /* enclosingType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isRawType:()Z
            ior
            ifeq 4
         2: .line 1371
            aload 1 /* nonGenericType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isStatic:()Z
            ifne 4
         3: .line 1369
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 3 /* canSeeEnclosingTypeParameters */
        start local 3 // boolean canSeeEnclosingTypeParameters
         6: .line 1372
            iload 3 /* canSeeEnclosingTypeParameters */
            ifeq 8
         7: .line 1373
            aload 0 /* this */
            aload 1 /* nonGenericType */
            aconst_null
            aload 2 /* enclosingType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createParameterizedType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
            areturn
         8: .line 1374
      StackMap locals: int
      StackMap stack:
            aload 1 /* nonGenericType */
            areturn
        end local 3 // boolean canSeeEnclosingTypeParameters
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding nonGenericType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    9     0                           this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    9     1                 nonGenericType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    9     2                  enclosingType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            6    9     3  canSeeEnclosingTypeParameters  Z
    MethodParameters:
                Name  Flags
      nonGenericType  
      enclosingType   

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding createAnnotatedType(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] annotations
         0: .line 1378
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 1 /* type */
            aload 2 /* annotations */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getAnnotatedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] annotations
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    1     1         type  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    1     2  annotations  [[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    MethodParameters:
             Name  Flags
      type         
      annotations  

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding createAnnotatedType(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=13, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] newbies
         0: .line 1383
            aload 2 /* newbies */
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 2 /* newbies */
            arraylength
      StackMap locals:
      StackMap stack: int
         2: istore 3 /* newLength */
        start local 3 // int newLength
         3: .line 1384
            aload 1 /* type */
            ifnull 4
            iload 3 /* newLength */
            ifne 5
         4: .line 1385
      StackMap locals: int
      StackMap stack:
            aload 1 /* type */
            areturn
         5: .line 1386
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.getTypeAnnotations:()[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            astore 4 /* oldies */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] oldies
         6: .line 1387
            aload 4 /* oldies */
            ifnonnull 7
            iconst_0
            goto 8
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]
      StackMap stack:
         7: aload 4 /* oldies */
            arraylength
      StackMap locals:
      StackMap stack: int
         8: istore 5 /* oldLength */
        start local 5 // int oldLength
         9: .line 1388
            iload 5 /* oldLength */
            ifle 12
        10: .line 1389
            aload 2 /* newbies */
            iconst_0
            iload 3 /* newLength */
            iload 5 /* oldLength */
            iadd
            anewarray org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
            dup
            astore 2 /* newbies */
            iconst_0
            iload 3 /* newLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 1390
            aload 4 /* oldies */
            iconst_0
            aload 2 /* newbies */
            iload 3 /* newLength */
            iload 5 /* oldLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 1392
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.isAnnotationBasedNullAnalysisEnabled:Z
            ifeq 35
        13: .line 1395
            lconst_0
            lstore 6 /* tagBitsSeen */
        start local 6 // long tagBitsSeen
        14: .line 1396
            aload 2 /* newbies */
            arraylength
            anewarray org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
            astore 8 /* filtered */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] filtered
        15: .line 1397
            iconst_0
            istore 9 /* count */
        start local 9 // int count
        16: .line 1398
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        17: goto 32
        18: .line 1399
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] int org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] int long org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] int int
      StackMap stack:
            aload 2 /* newbies */
            iload 10 /* i */
            aaload
            ifnonnull 22
        19: .line 1400
            aload 8 /* filtered */
            iload 9 /* count */
            iinc 9 /* count */ 1
            aconst_null
            aastore
        20: .line 1402
            lconst_0
            lstore 6 /* tagBitsSeen */
        21: .line 1403
            goto 31
        22: .line 1405
      StackMap locals:
      StackMap stack:
            lconst_0
            lstore 11 /* tagBits */
        start local 11 // long tagBits
        23: .line 1406
            aload 2 /* newbies */
            iload 10 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding.type:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            bipush 32
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.hasNullBit:(I)Z
            ifeq 26
        24: .line 1407
            ldc 72057594037927936
            lstore 11 /* tagBits */
        25: .line 1408
            goto 28
      StackMap locals: long
      StackMap stack:
        26: aload 2 /* newbies */
            iload 10 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding.type:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            bipush 64
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.hasNullBit:(I)Z
            ifeq 28
        27: .line 1409
            ldc 36028797018963968
            lstore 11 /* tagBits */
        28: .line 1411
      StackMap locals:
      StackMap stack:
            lload 6 /* tagBitsSeen */
            lload 11 /* tagBits */
            land
            lconst_0
            lcmp
            ifne 31
        29: .line 1412
            lload 6 /* tagBitsSeen */
            lload 11 /* tagBits */
            lor
            lstore 6 /* tagBitsSeen */
        30: .line 1413
            aload 8 /* filtered */
            iload 9 /* count */
            iinc 9 /* count */ 1
            aload 2 /* newbies */
            iload 10 /* i */
            aaload
            aastore
        end local 11 // long tagBits
        31: .line 1398
      StackMap locals:
      StackMap stack:
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        32: iload 10 /* i */
            aload 2 /* newbies */
            arraylength
            if_icmplt 18
        end local 10 // int i
        33: .line 1416
            iload 9 /* count */
            aload 2 /* newbies */
            arraylength
            if_icmpge 35
        34: .line 1417
            aload 8 /* filtered */
            iconst_0
            iload 9 /* count */
            anewarray org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
            dup
            astore 2 /* newbies */
            iconst_0
            iload 9 /* count */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        end local 9 // int count
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] filtered
        end local 6 // long tagBitsSeen
        35: .line 1419
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] int org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 1 /* type */
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]
            dup
            iconst_0
            aload 2 /* newbies */
            aastore
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getAnnotatedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 5 // int oldLength
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] oldies
        end local 3 // int newLength
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] newbies
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   36     0         this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   36     1         type  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   36     2      newbies  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            3   36     3    newLength  I
            6   36     4       oldies  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            9   36     5    oldLength  I
           14   35     6  tagBitsSeen  J
           15   35     8     filtered  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
           16   35     9        count  I
           17   33    10            i  I
           23   31    11      tagBits  J
    MethodParameters:
         Name  Flags
      type     
      newbies  

  public org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding createRawType(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/RawTypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
         0: .line 1423
            aload 1 /* genericType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            astore 3 /* annotations */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
         1: .line 1424
            aload 3 /* annotations */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_ANNOTATIONS:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            if_acmpeq 3
         2: .line 1425
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 1 /* genericType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.unannotated:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            aload 2 /* enclosingType */
            aload 3 /* annotations */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getRawType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/RawTypeBinding;
            areturn
         3: .line 1426
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 1 /* genericType */
            aload 2 /* enclosingType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getRawType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/RawTypeBinding;
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    4     1    genericType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    4     2  enclosingType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            1    4     3    annotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    MethodParameters:
               Name  Flags
      genericType    
      enclosingType  

  public org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding createRawType(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/RawTypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
         0: .line 1430
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 1 /* genericType */
            aload 2 /* enclosingType */
            aload 3 /* annotations */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getRawType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/RawTypeBinding;
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    1     1    genericType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    1     2  enclosingType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    1     3    annotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    MethodParameters:
               Name  Flags
      genericType    
      enclosingType  
      annotations    

  public org.eclipse.jdt.internal.compiler.lookup.WildcardBinding createWildcard(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, int, org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.TypeBinding[], int);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;ILorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I)Lorg/eclipse/jdt/internal/compiler/lookup/WildcardBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=6
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        start local 2 // int rank
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding bound
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] otherBounds
        start local 5 // int boundKind
         0: .line 1434
            aload 1 /* genericType */
            ifnull 4
         1: .line 1435
            aload 1 /* genericType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            astore 6 /* annotations */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
         2: .line 1436
            aload 6 /* annotations */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_ANNOTATIONS:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            if_acmpeq 4
         3: .line 1437
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 1 /* genericType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.unannotated:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            iload 2 /* rank */
            aload 3 /* bound */
            aload 4 /* otherBounds */
            iload 5 /* boundKind */
            aload 6 /* annotations */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getWildcard:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;ILorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/WildcardBinding;
            areturn
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
         4: .line 1439
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 1 /* genericType */
            iload 2 /* rank */
            aload 3 /* bound */
            aload 4 /* otherBounds */
            iload 5 /* boundKind */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getWildcard:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;ILorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I)Lorg/eclipse/jdt/internal/compiler/lookup/WildcardBinding;
            areturn
        end local 5 // int boundKind
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] otherBounds
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding bound
        end local 2 // int rank
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    5     1  genericType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    5     2         rank  I
            0    5     3        bound  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    5     4  otherBounds  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    5     5    boundKind  I
            2    4     6  annotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    MethodParameters:
             Name  Flags
      genericType  
      rank         
      bound        
      otherBounds  
      boundKind    

  public org.eclipse.jdt.internal.compiler.lookup.CaptureBinding createCapturedWildcard(org.eclipse.jdt.internal.compiler.lookup.WildcardBinding, org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, int, int, org.eclipse.jdt.internal.compiler.ast.ASTNode, int);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/WildcardBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;IILorg/eclipse/jdt/internal/compiler/ast/ASTNode;I)Lorg/eclipse/jdt/internal/compiler/lookup/CaptureBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.WildcardBinding wildcard
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding contextType
        start local 3 // int start
        start local 4 // int end
        start local 5 // org.eclipse.jdt.internal.compiler.ast.ASTNode cud
        start local 6 // int id
         0: .line 1443
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 1 /* wildcard */
            aload 2 /* contextType */
            iload 3 /* start */
            iload 4 /* end */
            aload 5 /* cud */
            iload 6 /* id */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getCapturedWildcard:(Lorg/eclipse/jdt/internal/compiler/lookup/WildcardBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;IILorg/eclipse/jdt/internal/compiler/ast/ASTNode;I)Lorg/eclipse/jdt/internal/compiler/lookup/CaptureBinding;
            areturn
        end local 6 // int id
        end local 5 // org.eclipse.jdt.internal.compiler.ast.ASTNode cud
        end local 4 // int end
        end local 3 // int start
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding contextType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.WildcardBinding wildcard
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    1     1     wildcard  Lorg/eclipse/jdt/internal/compiler/lookup/WildcardBinding;
            0    1     2  contextType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    1     3        start  I
            0    1     4          end  I
            0    1     5          cud  Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            0    1     6           id  I
    MethodParameters:
             Name  Flags
      wildcard     
      contextType  
      start        
      end          
      cud          
      id           

  public org.eclipse.jdt.internal.compiler.lookup.WildcardBinding createWildcard(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, int, org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.TypeBinding[], int, org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;ILorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/WildcardBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        start local 2 // int rank
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding bound
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] otherBounds
        start local 5 // int boundKind
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
         0: .line 1447
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 1 /* genericType */
            iload 2 /* rank */
            aload 3 /* bound */
            aload 4 /* otherBounds */
            iload 5 /* boundKind */
            aload 6 /* annotations */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getWildcard:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;ILorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/WildcardBinding;
            areturn
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        end local 5 // int boundKind
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] otherBounds
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding bound
        end local 2 // int rank
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    1     1  genericType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    1     2         rank  I
            0    1     3        bound  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    1     4  otherBounds  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    1     5    boundKind  I
            0    1     6  annotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    MethodParameters:
             Name  Flags
      genericType  
      rank         
      bound        
      otherBounds  
      boundKind    
      annotations  

  public org.eclipse.jdt.internal.compiler.env.AccessRestriction getAccessRestriction(org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
         0: .line 1454
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.accessRestrictions:Ljava/util/Map;
            aload 1 /* type */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.env.AccessRestriction
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    1     1  type  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
      Name  Flags
      type  

  public org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding getCachedType(char[][]);
    descriptor: ([[C)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=8, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // char[][] compoundName
         0: .line 1466
            aload 0 /* this */
            aload 1 /* compoundName */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getCachedType0:([[C)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 2 /* result */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding result
         1: .line 1467
            aload 2 /* result */
            ifnonnull 14
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.useModuleSystem:Z
            ifeq 14
         2: .line 1468
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.isUnnamed:()Z
            ifne 3
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.isAuto:Z
            ifeq 4
         3: .line 1469
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.knownModules:Lorg/eclipse/jdt/internal/compiler/util/HashtableOfModule;
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfModule.valueTable:[Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            goto 5
         4: .line 1470
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.getAllRequiredModules:()[Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
         5: .line 1468
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.ModuleBinding[]
            astore 3 /* modulesToSearch */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding[] modulesToSearch
         6: .line 1471
            aload 3 /* modulesToSearch */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 13
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ModuleBinding[] top int int org.eclipse.jdt.internal.compiler.lookup.ModuleBinding[]
      StackMap stack:
         7: aload 7
            iload 5
            aaload
            astore 4 /* someModule */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding someModule
         8: .line 1472
            aload 4 /* someModule */
            ifnonnull 9
            goto 12
         9: .line 1473
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ModuleBinding[] org.eclipse.jdt.internal.compiler.lookup.ModuleBinding int int org.eclipse.jdt.internal.compiler.lookup.ModuleBinding[]
      StackMap stack:
            aload 4 /* someModule */
            getfield org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 1 /* compoundName */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getCachedType0:([[C)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 2 /* result */
        10: .line 1474
            aload 2 /* result */
            ifnull 12
            aload 2 /* result */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isValidBinding:()Z
            ifeq 12
        11: .line 1475
            goto 14
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding someModule
        12: .line 1471
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ModuleBinding[] top int int org.eclipse.jdt.internal.compiler.lookup.ModuleBinding[]
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        13: iload 5
            iload 6
            if_icmplt 7
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding[] modulesToSearch
        14: .line 1478
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding result
        end local 1 // char[][] compoundName
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   15     0             this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   15     1     compoundName  [[C
            1   15     2           result  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            6   14     3  modulesToSearch  [Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            8   12     4       someModule  Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
    MethodParameters:
              Name  Flags
      compoundName  

  public org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding getCachedType0(char[][]);
    descriptor: ([[C)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // char[][] compoundName
         0: .line 1481
            aload 1 /* compoundName */
            arraylength
            iconst_1
            if_icmpne 2
         1: .line 1482
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.defaultPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
            aload 1 /* compoundName */
            iconst_0
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PlainPackageBinding.getType0:([C)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            areturn
         2: .line 1484
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* compoundName */
            iconst_0
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getPackage0:([C)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            astore 2 /* packageBinding */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
         3: .line 1485
            aload 2 /* packageBinding */
            ifnull 4
            aload 2 /* packageBinding */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.TheNotFoundPackage:Lorg/eclipse/jdt/internal/compiler/lookup/ProblemPackageBinding;
            if_acmpne 5
         4: .line 1486
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.PackageBinding
      StackMap stack:
            aconst_null
            areturn
         5: .line 1488
      StackMap locals:
      StackMap stack:
            aload 2 /* packageBinding */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getIncarnation:(Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
            astore 2 /* packageBinding */
         6: .line 1489
            aload 2 /* packageBinding */
            ifnull 7
            aload 2 /* packageBinding */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.TheNotFoundPackage:Lorg/eclipse/jdt/internal/compiler/lookup/ProblemPackageBinding;
            if_acmpne 8
         7: .line 1490
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         8: .line 1492
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 3 /* i */
        start local 3 // int i
         9: aload 1 /* compoundName */
            arraylength
            iconst_1
            isub
            istore 4 /* packageLength */
        start local 4 // int packageLength
        10: goto 14
        11: .line 1493
      StackMap locals: int int
      StackMap stack:
            aload 2 /* packageBinding */
            aload 1 /* compoundName */
            iload 3 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getPackage0Any:([C)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            dup
            astore 2 /* packageBinding */
            ifnull 12
            aload 2 /* packageBinding */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.TheNotFoundPackage:Lorg/eclipse/jdt/internal/compiler/lookup/ProblemPackageBinding;
            if_acmpne 13
        12: .line 1494
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        13: .line 1492
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 3 /* i */
            iload 4 /* packageLength */
            if_icmplt 11
        end local 4 // int packageLength
        end local 3 // int i
        15: .line 1495
            aload 2 /* packageBinding */
            aload 1 /* compoundName */
            aload 1 /* compoundName */
            arraylength
            iconst_1
            isub
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getType0:([C)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
        end local 1 // char[][] compoundName
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   16     0            this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   16     1    compoundName  [[C
            3   16     2  packageBinding  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            9   15     3               i  I
           10   15     4   packageLength  I
    MethodParameters:
              Name  Flags
      compoundName  

  public org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding getNullableAnnotation();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
         0: .line 1499
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nullableAnnotation:Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            ifnull 2
         1: .line 1500
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nullableAnnotation:Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            areturn
         2: .line 1501
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 0 /* this */
            if_acmpeq 4
         3: .line 1502
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getNullableAnnotation:()Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nullableAnnotation:Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            areturn
         4: .line 1504
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.nullableAnnotationName:[[C
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getResolvedType:([[CLorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 1 /* nullable */
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding nullable
         5: .line 1505
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 1 /* nullable */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getAnnotationType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Z)Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nullableAnnotation:Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding nullable
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            5    6     1  nullable  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;

  public char[][] getNullableAnnotationName();
    descriptor: ()[[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
         0: .line 1509
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.nullableAnnotationName:[[C
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;

  public org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding getNonNullAnnotation();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
         0: .line 1513
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nonNullAnnotation:Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            ifnull 2
         1: .line 1514
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nonNullAnnotation:Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            areturn
         2: .line 1515
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 0 /* this */
            if_acmpeq 4
         3: .line 1516
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getNonNullAnnotation:()Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nonNullAnnotation:Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            areturn
         4: .line 1518
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.nonNullAnnotationName:[[C
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getResolvedType:([[CLorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 1 /* nonNull */
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding nonNull
         5: .line 1519
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 1 /* nonNull */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getAnnotationType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Z)Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nonNullAnnotation:Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding nonNull
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            5    6     1  nonNull  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;

  public org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] nullAnnotationsFromTagBits(long);
    descriptor: (J)[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // long nullTagBits
         0: .line 1523
            lload 1 /* nullTagBits */
            ldc 72057594037927936
            lcmp
            ifne 2
         1: .line 1524
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getNonNullAnnotation:()Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            aastore
            areturn
         2: .line 1525
      StackMap locals:
      StackMap stack:
            lload 1 /* nullTagBits */
            ldc 36028797018963968
            lcmp
            ifne 4
         3: .line 1526
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getNullableAnnotation:()Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            aastore
            areturn
         4: .line 1527
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // long nullTagBits
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    5     1  nullTagBits  J
    MethodParameters:
             Name  Flags
      nullTagBits  

  public char[][] getNonNullAnnotationName();
    descriptor: ()[[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
         0: .line 1531
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.nonNullAnnotationName:[[C
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;

  public char[][] getNonNullByDefaultAnnotationName();
    descriptor: ()[[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
         0: .line 1535
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.nonNullByDefaultAnnotationName:[[C
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;

  int getNullAnnotationBit(char[][]);
    descriptor: ([[C)I
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // char[][] qualifiedTypeName
         0: .line 1539
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.allNullAnnotations:Ljava/util/Map;
            ifnonnull 20
         1: .line 1540
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.allNullAnnotations:Ljava/util/Map;
         2: .line 1541
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.allNullAnnotations:Ljava/util/Map;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.nonNullAnnotationName:[[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.toString:([[C)Ljava/lang/String;
            bipush 32
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 1542
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.allNullAnnotations:Ljava/util/Map;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.nullableAnnotationName:[[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.toString:([[C)Ljava/lang/String;
            bipush 64
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 1543
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.allNullAnnotations:Ljava/util/Map;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.nonNullByDefaultAnnotationName:[[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.toString:([[C)Ljava/lang/String;
            sipush 128
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 1544
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.nullableAnnotationSecondaryNames:[Ljava/lang/String;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 9
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] top int int java.lang.String[]
      StackMap stack:
         6: aload 5
            iload 3
            aaload
            astore 2 /* name */
        start local 2 // java.lang.String name
         7: .line 1545
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.allNullAnnotations:Ljava/util/Map;
            aload 2 /* name */
            bipush 64
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 2 // java.lang.String name
         8: .line 1544
            iinc 3 1
      StackMap locals:
      StackMap stack:
         9: iload 3
            iload 4
            if_icmplt 6
        10: .line 1546
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.nonNullAnnotationSecondaryNames:[Ljava/lang/String;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 14
      StackMap locals:
      StackMap stack:
        11: aload 5
            iload 3
            aaload
            astore 2 /* name */
        start local 2 // java.lang.String name
        12: .line 1547
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.allNullAnnotations:Ljava/util/Map;
            aload 2 /* name */
            bipush 32
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 2 // java.lang.String name
        13: .line 1546
            iinc 3 1
      StackMap locals:
      StackMap stack:
        14: iload 3
            iload 4
            if_icmplt 11
        15: .line 1548
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.nonNullByDefaultAnnotationSecondaryNames:[Ljava/lang/String;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 19
      StackMap locals:
      StackMap stack:
        16: aload 5
            iload 3
            aaload
            astore 2 /* name */
        start local 2 // java.lang.String name
        17: .line 1549
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.allNullAnnotations:Ljava/util/Map;
            aload 2 /* name */
            sipush 128
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 2 // java.lang.String name
        18: .line 1548
            iinc 3 1
      StackMap locals:
      StackMap stack:
        19: iload 3
            iload 4
            if_icmplt 16
        20: .line 1551
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][]
      StackMap stack:
            aload 1 /* qualifiedTypeName */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.toString:([[C)Ljava/lang/String;
            astore 2 /* qualifiedTypeString */
        start local 2 // java.lang.String qualifiedTypeString
        21: .line 1552
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.allNullAnnotations:Ljava/util/Map;
            aload 2 /* qualifiedTypeString */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            astore 3 /* typeBit */
        start local 3 // java.lang.Integer typeBit
        22: .line 1553
            aload 3 /* typeBit */
            ifnonnull 23
            iconst_0
            goto 24
      StackMap locals: java.lang.String java.lang.Integer
      StackMap stack:
        23: aload 3 /* typeBit */
            invokevirtual java.lang.Integer.intValue:()I
      StackMap locals:
      StackMap stack: int
        24: ireturn
        end local 3 // java.lang.Integer typeBit
        end local 2 // java.lang.String qualifiedTypeString
        end local 1 // char[][] qualifiedTypeName
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   25     0                 this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   25     1    qualifiedTypeName  [[C
            7    8     2                 name  Ljava/lang/String;
           12   13     2                 name  Ljava/lang/String;
           17   18     2                 name  Ljava/lang/String;
           21   25     2  qualifiedTypeString  Ljava/lang/String;
           22   25     3              typeBit  Ljava/lang/Integer;
    MethodParameters:
                   Name  Flags
      qualifiedTypeName  

  public boolean isNullnessAnnotationPackage(org.eclipse.jdt.internal.compiler.lookup.PackageBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding pkg
         0: .line 1556
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nonnullAnnotationPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            aload 1 /* pkg */
            if_acmpeq 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nullableAnnotationPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            aload 1 /* pkg */
            if_acmpeq 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nonnullByDefaultAnnotationPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            aload 1 /* pkg */
            if_acmpeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding pkg
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    2     1   pkg  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
    MethodParameters:
      Name  Flags
      pkg   

  public boolean usesNullTypeAnnotations();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
         0: .line 1560
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 0 /* this */
            if_acmpeq 2
         1: .line 1561
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.usesNullTypeAnnotations:()Z
            ireturn
         2: .line 1563
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.useNullTypeAnnotations:Ljava/lang/Boolean;
            ifnull 4
         3: .line 1564
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.useNullTypeAnnotations:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
         4: .line 1566
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.initializeUsesNullTypeAnnotation:()V
         5: .line 1567
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.deferredEnumMethods:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 15
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment top java.util.Iterator
      StackMap stack:
         6: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.lookup.MethodBinding
            astore 1 /* enumMethod */
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding enumMethod
         7: .line 1568
            iconst_0
            istore 3 /* purpose */
        start local 3 // int purpose
         8: .line 1569
            aload 1 /* enumMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.VALUEOF:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 11
         9: .line 1570
            bipush 10
            istore 3 /* purpose */
        10: .line 1571
            goto 13
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.MethodBinding java.util.Iterator int
      StackMap stack:
        11: aload 1 /* enumMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.VALUES:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 13
        12: .line 1572
            bipush 9
            istore 3 /* purpose */
        13: .line 1574
      StackMap locals:
      StackMap stack:
            iload 3 /* purpose */
            ifeq 15
        14: .line 1575
            aload 1 /* enumMethod */
            iload 3 /* purpose */
            aload 0 /* this */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding.markNonNull:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;ILorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
        end local 3 // int purpose
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding enumMethod
        15: .line 1567
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment top java.util.Iterator
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        16: .line 1577
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.deferredEnumMethods:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
        17: .line 1578
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.useNullTypeAnnotations:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   18     0        this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            7   15     1  enumMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            8   15     3     purpose  I

  private void initializeUsesNullTypeAnnotation();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=8, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
         0: .line 1582
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            putfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.useNullTypeAnnotations:Ljava/lang/Boolean;
         1: .line 1583
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.isAnnotationBasedNullAnalysisEnabled:Z
            ifeq 2
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.originalSourceLevel:J
            ldc 3407872
            lcmp
            ifge 3
         2: .line 1584
      StackMap locals:
      StackMap stack:
            return
         3: .line 1587
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.mayTolerateMissingType:Z
            istore 3 /* origMayTolerateMissingType */
        start local 3 // boolean origMayTolerateMissingType
         4: .line 1588
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.mayTolerateMissingType:Z
         5: .line 1590
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nullableAnnotation:Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            ifnull 6
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nullableAnnotation:Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding.getAnnotationType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            goto 7
         6: .line 1591
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment top top int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getNullableAnnotationName:()[[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.UnNamedModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getType:([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
         7: .line 1590
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 1 /* nullable */
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding nullable
         8: .line 1592
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nonNullAnnotation:Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            ifnull 9
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nonNullAnnotation:Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding.getAnnotationType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            goto 10
         9: .line 1593
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding top int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getNonNullAnnotationName:()[[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.UnNamedModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getType:([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
        10: .line 1592
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 2 /* nonNull */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding nonNull
        11: .line 1594
            goto 15
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding nonNull
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding nullable
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment top top int
      StackMap stack: java.lang.Throwable
        12: astore 4
        13: .line 1595
            aload 0 /* this */
            iload 3 /* origMayTolerateMissingType */
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.mayTolerateMissingType:Z
        14: .line 1596
            aload 4
            athrow
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding nullable
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding nonNull
        15: .line 1595
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* origMayTolerateMissingType */
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.mayTolerateMissingType:Z
        16: .line 1597
            aload 1 /* nullable */
            ifnonnull 18
            aload 2 /* nonNull */
            ifnonnull 18
        17: .line 1598
            return
        18: .line 1599
      StackMap locals:
      StackMap stack:
            aload 1 /* nullable */
            ifnull 19
            aload 2 /* nonNull */
            ifnonnull 20
        19: .line 1600
      StackMap locals:
      StackMap stack:
            return
        20: .line 1601
      StackMap locals:
      StackMap stack:
            aload 1 /* nullable */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.getAnnotationTagBits:()J
            ldc 9007199254740992
            land
            lstore 4 /* nullableMetaBits */
        start local 4 // long nullableMetaBits
        21: .line 1602
            aload 2 /* nonNull */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.getAnnotationTagBits:()J
            ldc 9007199254740992
            land
            lstore 6 /* nonNullMetaBits */
        start local 6 // long nonNullMetaBits
        22: .line 1603
            lload 4 /* nullableMetaBits */
            lload 6 /* nonNullMetaBits */
            lcmp
            ifeq 24
        23: .line 1604
            return
        24: .line 1605
      StackMap locals: long long
      StackMap stack:
            lload 4 /* nullableMetaBits */
            lconst_0
            lcmp
            ifne 26
        25: .line 1606
            return
        26: .line 1607
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            putfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.useNullTypeAnnotations:Ljava/lang/Boolean;
        27: .line 1608
            return
        end local 6 // long nonNullMetaBits
        end local 4 // long nullableMetaBits
        end local 3 // boolean origMayTolerateMissingType
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding nonNull
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding nullable
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   28     0                        this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            8   12     1                    nullable  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           15   28     1                    nullable  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           11   12     2                     nonNull  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           15   28     2                     nonNull  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            4   28     3  origMayTolerateMissingType  Z
           21   28     4            nullableMetaBits  J
           22   28     6             nonNullMetaBits  J
      Exception table:
        from    to  target  type
           5    12      12  any

  org.eclipse.jdt.internal.compiler.lookup.PackageBinding getPackage0(char[]);
    descriptor: ([C)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // char[] name
         0: .line 1618
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.knownPackages:Lorg/eclipse/jdt/internal/compiler/util/HashtableOfPackage;
            aload 1 /* name */
            invokevirtual org.eclipse.jdt.internal.compiler.util.HashtableOfPackage.get:([C)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            areturn
        end local 1 // char[] name
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    1     1  name  [C
    MethodParameters:
      Name  Flags
      name  

  public org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding getResolvedType(char[][], org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: ([[CLorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // char[][] compoundName
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 1626
            aload 0 /* this */
            aload 1 /* compoundName */
            aload 2 /* scope */
            ifnonnull 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.UnNamedModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            goto 2
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] org.eclipse.jdt.internal.compiler.lookup.Scope
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][]
         1: aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.module:()Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] org.eclipse.jdt.internal.compiler.lookup.Scope
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] org.eclipse.jdt.internal.compiler.lookup.ModuleBinding
         2: aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getResolvedType:([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 1 // char[][] compoundName
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    3     1  compoundName  [[C
            0    3     2         scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
    MethodParameters:
              Name  Flags
      compoundName  
      scope         

  public org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding getResolvedType(char[][], org.eclipse.jdt.internal.compiler.lookup.ModuleBinding, org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: ([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // char[][] compoundName
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding moduleBinding
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 1629
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            aload 2 /* moduleBinding */
            if_acmpeq 2
         1: .line 1630
            aload 2 /* moduleBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 1 /* compoundName */
            aload 2 /* moduleBinding */
            aload 3 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getResolvedType:([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            areturn
         2: .line 1631
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* compoundName */
            aload 2 /* moduleBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getType:([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 4 /* type */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding type
         3: .line 1632
            aload 4 /* type */
            ifnull 4
            aload 4 /* type */
            areturn
         4: .line 1636
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.problemReporter:Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
         5: .line 1637
            aload 1 /* compoundName */
         6: .line 1638
            aload 3 /* scope */
            ifnonnull 7
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.unitBeingCompleted:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            goto 8
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] org.eclipse.jdt.internal.compiler.lookup.ModuleBinding org.eclipse.jdt.internal.compiler.lookup.Scope org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.problem.ProblemReporter char[][]
         7: aload 3 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.referenceCompilationUnit:()Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
         8: .line 1639
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] org.eclipse.jdt.internal.compiler.lookup.ModuleBinding org.eclipse.jdt.internal.compiler.lookup.Scope org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.problem.ProblemReporter char[][] org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.missingClassFileLocation:Ljava/lang/Object;
         9: .line 1636
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.isClassPathCorrect:([[CLorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;Ljava/lang/Object;)V
        10: .line 1640
            aload 0 /* this */
            aconst_null
            aload 1 /* compoundName */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createMissingType:(Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;[[C)Lorg/eclipse/jdt/internal/compiler/lookup/MissingTypeBinding;
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding type
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding moduleBinding
        end local 1 // char[][] compoundName
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   11     1   compoundName  [[C
            0   11     2  moduleBinding  Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            0   11     3          scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            3   11     4           type  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
               Name  Flags
      compoundName   
      moduleBinding  
      scope          

  public org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding getResolvedJavaBaseType(char[][], org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: ([[CLorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // char[][] compoundName
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 1643
            aload 0 /* this */
            aload 1 /* compoundName */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.javaBaseModule:()Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getResolvedType:([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 1 // char[][] compoundName
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    1     1  compoundName  [[C
            0    1     2         scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
    MethodParameters:
              Name  Flags
      compoundName  
      scope         

  org.eclipse.jdt.internal.compiler.lookup.PackageBinding getTopLevelPackage(char[]);
    descriptor: ([C)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // char[] name
         0: .line 1651
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.useModuleSystem:Z
            ifeq 2
         1: .line 1652
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            aload 1 /* name */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.getTopLevelPackage:([C)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            areturn
         2: .line 1654
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getPackage0:([C)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            astore 2 /* packageBinding */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
         3: .line 1655
            aload 2 /* packageBinding */
            ifnull 7
         4: .line 1656
            aload 2 /* packageBinding */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.TheNotFoundPackage:Lorg/eclipse/jdt/internal/compiler/lookup/ProblemPackageBinding;
            if_acmpne 6
         5: .line 1657
            aconst_null
            areturn
         6: .line 1658
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.PackageBinding
      StackMap stack:
            aload 2 /* packageBinding */
            areturn
         7: .line 1660
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nameEnvironment:Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;
            aconst_null
            aload 1 /* name */
            invokeinterface org.eclipse.jdt.internal.compiler.env.INameEnvironment.isPackage:([[C[C)Z
            ifeq 10
         8: .line 1661
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.knownPackages:Lorg/eclipse/jdt/internal/compiler/util/HashtableOfPackage;
            aload 1 /* name */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            aload 1 /* name */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.createDeclaredToplevelPackage:([C)Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
            dup
            astore 2 /* packageBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.util.HashtableOfPackage.put:([CLorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            pop
         9: .line 1662
            aload 2 /* packageBinding */
            areturn
        10: .line 1665
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.knownPackages:Lorg/eclipse/jdt/internal/compiler/util/HashtableOfPackage;
            aload 1 /* name */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.TheNotFoundPackage:Lorg/eclipse/jdt/internal/compiler/lookup/ProblemPackageBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.util.HashtableOfPackage.put:([CLorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            pop
        11: .line 1666
            aconst_null
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
        end local 1 // char[] name
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0            this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   12     1            name  [C
            3   12     2  packageBinding  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
    MethodParameters:
      Name  Flags
      name  

  public org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding getType(char[][]);
    descriptor: ([[C)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // char[][] compoundName
         0: .line 1670
            aload 0 /* this */
            aload 1 /* compoundName */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.UnNamedModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getType:([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            areturn
        end local 1 // char[][] compoundName
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    1     1  compoundName  [[C
    MethodParameters:
              Name  Flags
      compoundName  

  public org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding getType(char[][], org.eclipse.jdt.internal.compiler.lookup.ModuleBinding);
    descriptor: ([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // char[][] compoundName
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding mod
         0: .line 1679
            aload 1 /* compoundName */
            arraylength
            iconst_1
            if_icmpne 8
         1: .line 1680
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.defaultPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
            aload 1 /* compoundName */
            iconst_0
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PlainPackageBinding.getType0:([C)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            dup
            astore 3 /* referenceBinding */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding referenceBinding
         2: ifnonnull 27
         3: .line 1681
            aload 0 /* this */
            aload 1 /* compoundName */
            iconst_0
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getPackage0:([C)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            astore 4 /* packageBinding */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
         4: .line 1682
            aload 4 /* packageBinding */
            ifnull 6
            aload 4 /* packageBinding */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.TheNotFoundPackage:Lorg/eclipse/jdt/internal/compiler/lookup/ProblemPackageBinding;
            if_acmpeq 6
         5: .line 1683
            aconst_null
            areturn
         6: .line 1684
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.PackageBinding
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.defaultPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
            aload 1 /* compoundName */
            iconst_0
            aaload
            aload 2 /* mod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.askForType:(Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 3 /* referenceBinding */
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
         7: .line 1686
            goto 27
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding referenceBinding
         8: .line 1687
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* compoundName */
            iconst_0
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getPackage0:([C)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            astore 4 /* packageBinding */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
         9: .line 1688
            aload 4 /* packageBinding */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.TheNotFoundPackage:Lorg/eclipse/jdt/internal/compiler/lookup/ProblemPackageBinding;
            if_acmpne 11
        10: .line 1689
            aconst_null
            areturn
        11: .line 1691
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] org.eclipse.jdt.internal.compiler.lookup.ModuleBinding top org.eclipse.jdt.internal.compiler.lookup.PackageBinding
      StackMap stack:
            aload 4 /* packageBinding */
            ifnull 21
        12: .line 1692
            iconst_1
            istore 5 /* i */
        start local 5 // int i
        13: aload 1 /* compoundName */
            arraylength
            iconst_1
            isub
            istore 6 /* packageLength */
        start local 6 // int packageLength
        14: goto 20
        15: .line 1693
      StackMap locals: int int
      StackMap stack:
            aload 4 /* packageBinding */
            aload 1 /* compoundName */
            iload 5 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getPackage0:([C)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            dup
            astore 4 /* packageBinding */
            ifnonnull 17
        16: .line 1694
            goto 21
        17: .line 1695
      StackMap locals:
      StackMap stack:
            aload 4 /* packageBinding */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.TheNotFoundPackage:Lorg/eclipse/jdt/internal/compiler/lookup/ProblemPackageBinding;
            if_acmpne 19
        18: .line 1696
            aconst_null
            areturn
        19: .line 1692
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 5 /* i */
            iload 6 /* packageLength */
            if_icmplt 15
        end local 6 // int packageLength
        end local 5 // int i
        21: .line 1700
      StackMap locals:
      StackMap stack:
            aload 4 /* packageBinding */
            ifnonnull 24
        22: .line 1701
            aload 0 /* this */
            aload 1 /* compoundName */
            aload 2 /* mod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.askForType:([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 3 /* referenceBinding */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding referenceBinding
        23: goto 27
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding referenceBinding
        24: .line 1702
      StackMap locals:
      StackMap stack:
            aload 4 /* packageBinding */
            aload 1 /* compoundName */
            aload 1 /* compoundName */
            arraylength
            iconst_1
            isub
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getType0:([C)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            dup
            astore 3 /* referenceBinding */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding referenceBinding
        25: ifnonnull 27
        26: .line 1703
            aload 0 /* this */
            aload 4 /* packageBinding */
            aload 1 /* compoundName */
            aload 1 /* compoundName */
            arraylength
            iconst_1
            isub
            aaload
            aload 2 /* mod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.askForType:(Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 3 /* referenceBinding */
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
        27: .line 1706
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] org.eclipse.jdt.internal.compiler.lookup.ModuleBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 3 /* referenceBinding */
            ifnull 28
            aload 3 /* referenceBinding */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.TheNotFoundType:Lorg/eclipse/jdt/internal/compiler/lookup/ProblemReferenceBinding;
            if_acmpne 29
        28: .line 1707
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        29: .line 1708
      StackMap locals:
      StackMap stack:
            aload 3 /* referenceBinding */
            aload 0 /* this */
            iconst_0
            invokestatic org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.resolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;Z)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 3 /* referenceBinding */
        30: .line 1713
            aload 3 /* referenceBinding */
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding referenceBinding
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding mod
        end local 1 // char[][] compoundName
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   31     0              this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   31     1      compoundName  [[C
            0   31     2               mod  Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            2    8     3  referenceBinding  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           23   24     3  referenceBinding  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           25   31     3  referenceBinding  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            4    7     4    packageBinding  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            9   27     4    packageBinding  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
           13   21     5                 i  I
           14   21     6     packageLength  I
    MethodParameters:
              Name  Flags
      compoundName  
      mod           

  private org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] getTypeArgumentsFromSignature(org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper, org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[], org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, char[][][], org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[[[CLorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;)[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=10, args_size=7
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper wrapper
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] staticVariables
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        start local 5 // char[][][] missingTypeNames
        start local 6 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker walker
         0: .line 1719
            new java.util.ArrayList
            dup
            iconst_2
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 7 /* args */
        start local 7 // java.util.ArrayList args
         1: .line 1720
            iconst_0
            istore 8 /* rank */
        start local 8 // int rank
         2: .line 1722
      StackMap locals: java.util.ArrayList int
      StackMap stack:
            aload 7 /* args */
            aload 0 /* this */
            aload 1 /* wrapper */
            aload 2 /* staticVariables */
            aload 3 /* enclosingType */
            aload 4 /* genericType */
            iload 8 /* rank */
            aload 5 /* missingTypeNames */
         3: .line 1723
            aload 6 /* walker */
            iload 8 /* rank */
            iinc 8 /* rank */ 1
            invokeinterface org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker.toTypeArgument:(I)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
         4: .line 1722
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getTypeFromVariantTypeSignature:(Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;I[[[CLorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         5: .line 1724
            aload 1 /* wrapper */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            aload 1 /* wrapper */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            caload
            bipush 62
            if_icmpne 2
         6: .line 1725
            aload 1 /* wrapper */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
         7: .line 1726
            aload 7 /* args */
            invokevirtual java.util.ArrayList.size:()I
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            astore 9 /* typeArguments */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] typeArguments
         8: .line 1727
            aload 7 /* args */
            aload 9 /* typeArguments */
            invokevirtual java.util.ArrayList.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            pop
         9: .line 1728
            aload 9 /* typeArguments */
            areturn
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] typeArguments
        end local 8 // int rank
        end local 7 // java.util.ArrayList args
        end local 6 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker walker
        end local 5 // char[][][] missingTypeNames
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] staticVariables
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper wrapper
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   10     0              this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   10     1           wrapper  Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;
            0   10     2   staticVariables  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            0   10     3     enclosingType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0   10     4       genericType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0   10     5  missingTypeNames  [[[C
            0   10     6            walker  Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            1   10     7              args  Ljava/util/ArrayList;
            2   10     8              rank  I
            8   10     9     typeArguments  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
                  Name  Flags
      wrapper           
      staticVariables   
      enclosingType     
      genericType       
      missingTypeNames  
      walker            

  private org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding getTypeFromCompoundName(char[][], boolean, boolean);
    descriptor: ([[CZZ)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // char[][] compoundName
        start local 2 // boolean isParameterized
        start local 3 // boolean wasMissingType
         0: .line 1738
            aload 0 /* this */
            aload 1 /* compoundName */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getCachedType:([[C)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 4 /* binding */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding binding
         1: .line 1739
            aload 4 /* binding */
            ifnonnull 10
         2: .line 1740
            aload 0 /* this */
            aload 1 /* compoundName */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.computePackageFrom:([[CZ)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            astore 5 /* packageBinding */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
         3: .line 1741
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.useModuleSystem:Z
            ifeq 5
         4: .line 1743
            aload 5 /* packageBinding */
            aload 1 /* compoundName */
            aload 1 /* compoundName */
            arraylength
            iconst_1
            isub
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getType0:([C)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 4 /* binding */
         5: .line 1745
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.PackageBinding
      StackMap stack:
            aload 4 /* binding */
            ifnonnull 10
         6: .line 1746
            new org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding
            dup
            aload 1 /* compoundName */
            aload 5 /* packageBinding */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.<init>:([[CLorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;)V
            astore 4 /* binding */
         7: .line 1747
            iload 3 /* wasMissingType */
            ifeq 9
         8: .line 1748
            aload 4 /* binding */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.tagBits:J
            ldc 128
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.tagBits:J
         9: .line 1750
      StackMap locals:
      StackMap stack:
            aload 5 /* packageBinding */
            aload 4 /* binding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.addType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)V
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
        10: .line 1753
      StackMap locals:
      StackMap stack:
            aload 4 /* binding */
            getstatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.TheNotFoundType:Lorg/eclipse/jdt/internal/compiler/lookup/ProblemReferenceBinding;
            if_acmpne 15
        11: .line 1755
            iload 3 /* wasMissingType */
            ifne 13
        12: .line 1760
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.problemReporter:Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 1 /* compoundName */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.unitBeingCompleted:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.missingClassFileLocation:Ljava/lang/Object;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.isClassPathCorrect:([[CLorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;Ljava/lang/Object;)V
        13: .line 1763
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            aload 1 /* compoundName */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createMissingType:(Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;[[C)Lorg/eclipse/jdt/internal/compiler/lookup/MissingTypeBinding;
            astore 4 /* binding */
        14: .line 1764
            goto 17
      StackMap locals:
      StackMap stack:
        15: iload 2 /* isParameterized */
            ifne 17
        16: .line 1766
            aload 0 /* this */
            aload 4 /* binding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.convertUnresolvedBinaryToRawType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 4 /* binding */
        17: .line 1768
      StackMap locals:
      StackMap stack:
            aload 4 /* binding */
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding binding
        end local 3 // boolean wasMissingType
        end local 2 // boolean isParameterized
        end local 1 // char[][] compoundName
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   18     0             this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   18     1     compoundName  [[C
            0   18     2  isParameterized  Z
            0   18     3   wasMissingType  Z
            1   18     4          binding  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            3   10     5   packageBinding  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
    MethodParameters:
                 Name  Flags
      compoundName     
      isParameterized  
      wasMissingType   

  org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding getTypeFromConstantPoolName(char[], int, int, boolean, char[][][], org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker);
    descriptor: ([CIIZ[[[CLorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    flags: (0x0000) 
    Code:
      stack=4, locals=11, args_size=7
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // char[] signature
        start local 2 // int start
        start local 3 // int end
        start local 4 // boolean isParameterized
        start local 5 // char[][][] missingTypeNames
        start local 6 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker walker
         0: .line 1778
            iload 3 /* end */
            iconst_m1
            if_icmpne 2
         1: .line 1779
            aload 1 /* signature */
            arraylength
            istore 3 /* end */
         2: .line 1780
      StackMap locals:
      StackMap stack:
            bipush 47
            aload 1 /* signature */
            iload 2 /* start */
            iload 3 /* end */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.splitOn:(C[CII)[[C
            astore 7 /* compoundName */
        start local 7 // char[][] compoundName
         3: .line 1781
            iconst_0
            istore 8 /* wasMissingType */
        start local 8 // boolean wasMissingType
         4: .line 1782
            aload 5 /* missingTypeNames */
            ifnull 13
         5: .line 1783
            iconst_0
            istore 9 /* i */
        start local 9 // int i
         6: aload 5 /* missingTypeNames */
            arraylength
            istore 10 /* max */
        start local 10 // int max
         7: goto 12
         8: .line 1784
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[] int int int char[][][] org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker char[][] int int int
      StackMap stack:
            aload 7 /* compoundName */
            aload 5 /* missingTypeNames */
            iload 9 /* i */
            aaload
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([[C[[C)Z
            ifeq 11
         9: .line 1785
            iconst_1
            istore 8 /* wasMissingType */
        10: .line 1786
            goto 13
        11: .line 1783
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 9 /* i */
            iload 10 /* max */
            if_icmplt 8
        end local 10 // int max
        end local 9 // int i
        13: .line 1790
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 7 /* compoundName */
            iload 4 /* isParameterized */
            iload 8 /* wasMissingType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getTypeFromCompoundName:([[CZZ)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 9 /* binding */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding binding
        14: .line 1791
            aload 6 /* walker */
            getstatic org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker.EMPTY_ANNOTATION_WALKER:Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            if_acmpeq 16
        15: .line 1792
            aload 0 /* this */
            aload 9 /* binding */
            aload 6 /* walker */
            aload 5 /* missingTypeNames */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.annotateType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;[[[C)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 9 /* binding */
        16: .line 1794
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 9 /* binding */
            areturn
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding binding
        end local 8 // boolean wasMissingType
        end local 7 // char[][] compoundName
        end local 6 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker walker
        end local 5 // char[][][] missingTypeNames
        end local 4 // boolean isParameterized
        end local 3 // int end
        end local 2 // int start
        end local 1 // char[] signature
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   17     0              this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   17     1         signature  [C
            0   17     2             start  I
            0   17     3               end  I
            0   17     4   isParameterized  Z
            0   17     5  missingTypeNames  [[[C
            0   17     6            walker  Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            3   17     7      compoundName  [[C
            4   17     8    wasMissingType  Z
            6   13     9                 i  I
            7   13    10               max  I
           14   17     9           binding  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
                  Name  Flags
      signature         
      start             
      end               
      isParameterized   
      missingTypeNames  
      walker            

  org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding getTypeFromConstantPoolName(char[], int, int, boolean, char[][][]);
    descriptor: ([CIIZ[[[C)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    flags: (0x0000) 
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // char[] signature
        start local 2 // int start
        start local 3 // int end
        start local 4 // boolean isParameterized
        start local 5 // char[][][] missingTypeNames
         0: .line 1798
            aload 0 /* this */
            aload 1 /* signature */
            iload 2 /* start */
            iload 3 /* end */
            iload 4 /* isParameterized */
            aload 5 /* missingTypeNames */
            getstatic org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker.EMPTY_ANNOTATION_WALKER:Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getTypeFromConstantPoolName:([CIIZ[[[CLorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            areturn
        end local 5 // char[][][] missingTypeNames
        end local 4 // boolean isParameterized
        end local 3 // int end
        end local 2 // int start
        end local 1 // char[] signature
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    1     1         signature  [C
            0    1     2             start  I
            0    1     3               end  I
            0    1     4   isParameterized  Z
            0    1     5  missingTypeNames  [[[C
    MethodParameters:
                  Name  Flags
      signature         
      start             
      end               
      isParameterized   
      missingTypeNames  

  org.eclipse.jdt.internal.compiler.lookup.TypeBinding getTypeFromSignature(char[], int, int, boolean, org.eclipse.jdt.internal.compiler.lookup.TypeBinding, char[][][], org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker);
    descriptor: ([CIIZLorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[[[CLorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0000) 
    Code:
      stack=6, locals=12, args_size=8
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // char[] signature
        start local 2 // int start
        start local 3 // int end
        start local 4 // boolean isParameterized
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding enclosingType
        start local 6 // char[][][] missingTypeNames
        start local 7 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker walker
         0: .line 1810
            iconst_0
            istore 8 /* dimension */
        start local 8 // int dimension
         1: .line 1811
            goto 4
         2: .line 1812
      StackMap locals: int
      StackMap stack:
            iinc 2 /* start */ 1
         3: .line 1813
            iinc 8 /* dimension */ 1
         4: .line 1811
      StackMap locals:
      StackMap stack:
            aload 1 /* signature */
            iload 2 /* start */
            caload
            bipush 91
            if_icmpeq 2
         5: .line 1816
            aconst_null
            astore 9 /* annotationsOnDimensions */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] annotationsOnDimensions
         6: .line 1817
            iload 8 /* dimension */
            ifle 17
            aload 7 /* walker */
            getstatic org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker.EMPTY_ANNOTATION_WALKER:Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            if_acmpeq 17
         7: .line 1818
            iconst_0
            istore 10 /* i */
        start local 10 // int i
         8: goto 16
         9: .line 1819
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] int
      StackMap stack:
            aload 7 /* walker */
            iconst_0
            iconst_1
            invokeinterface org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker.getAnnotationsAtCursor:(IZ)[Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
            aload 0 /* this */
            aload 6 /* missingTypeNames */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.createAnnotations:([Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;[[[C)[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            astore 11 /* annotations */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        10: .line 1820
            aload 11 /* annotations */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_ANNOTATIONS:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            if_acmpeq 14
        11: .line 1821
            aload 9 /* annotationsOnDimensions */
            ifnonnull 13
        12: .line 1822
            iload 8 /* dimension */
            anewarray org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]
            astore 9 /* annotationsOnDimensions */
        13: .line 1823
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]
      StackMap stack:
            aload 9 /* annotationsOnDimensions */
            iload 10 /* i */
            aload 11 /* annotations */
            aastore
        14: .line 1825
      StackMap locals:
      StackMap stack:
            aload 7 /* walker */
            invokeinterface org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker.toNextArrayDimension:()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            astore 7 /* walker */
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        15: .line 1818
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 10 /* i */
            iload 8 /* dimension */
            if_icmplt 9
        end local 10 // int i
        17: .line 1829
      StackMap locals:
      StackMap stack:
            iload 3 /* end */
            iconst_m1
            if_icmpne 19
        18: .line 1830
            aload 1 /* signature */
            arraylength
            iconst_1
            isub
            istore 3 /* end */
        19: .line 1833
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 10 /* binding */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding binding
        20: .line 1834
            iload 2 /* start */
            iload 3 /* end */
            if_icmpne 42
        21: .line 1835
            aload 1 /* signature */
            iload 2 /* start */
            caload
            lookupswitch { // 9
                   66: 32
                   67: 28
                   68: 30
                   70: 34
                   73: 22
                   74: 36
                   83: 38
                   86: 26
                   90: 24
              default: 40
          }
        22: .line 1837
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.INT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            astore 10 /* binding */
        23: .line 1838
            goto 43
        24: .line 1840
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.BOOLEAN:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            astore 10 /* binding */
        25: .line 1841
            goto 43
        26: .line 1843
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.VOID:Lorg/eclipse/jdt/internal/compiler/lookup/VoidTypeBinding;
            astore 10 /* binding */
        27: .line 1844
            goto 43
        28: .line 1846
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.CHAR:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            astore 10 /* binding */
        29: .line 1847
            goto 43
        30: .line 1849
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.DOUBLE:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            astore 10 /* binding */
        31: .line 1850
            goto 43
        32: .line 1852
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.BYTE:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            astore 10 /* binding */
        33: .line 1853
            goto 43
        34: .line 1855
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.FLOAT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            astore 10 /* binding */
        35: .line 1856
            goto 43
        36: .line 1858
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.LONG:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            astore 10 /* binding */
        37: .line 1859
            goto 43
        38: .line 1861
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.SHORT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            astore 10 /* binding */
        39: .line 1862
            goto 43
        40: .line 1864
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.problemReporter:Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 5 /* enclosingType */
            aload 1 /* signature */
            iload 2 /* start */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.corruptedSignature:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[CI)V
        41: .line 1867
            goto 43
        42: .line 1868
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* signature */
            iload 2 /* start */
            iconst_1
            iadd
            iload 3 /* end */
            iload 4 /* isParameterized */
            aload 6 /* missingTypeNames */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getTypeFromConstantPoolName:([CIIZ[[[C)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 10 /* binding */
        43: .line 1871
      StackMap locals:
      StackMap stack:
            iload 4 /* isParameterized */
            ifeq 47
        44: .line 1872
            iload 8 /* dimension */
            ifeq 46
        45: .line 1873
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        46: .line 1874
      StackMap locals:
      StackMap stack:
            aload 10 /* binding */
            areturn
        47: .line 1877
      StackMap locals:
      StackMap stack:
            aload 7 /* walker */
            getstatic org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker.EMPTY_ANNOTATION_WALKER:Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            if_acmpeq 49
        48: .line 1878
            aload 0 /* this */
            aload 10 /* binding */
            aload 7 /* walker */
            aload 6 /* missingTypeNames */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.annotateType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;[[[C)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 10 /* binding */
        49: .line 1881
      StackMap locals:
      StackMap stack:
            iload 8 /* dimension */
            ifeq 51
        50: .line 1882
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 10 /* binding */
            iload 8 /* dimension */
            aload 9 /* annotationsOnDimensions */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.AnnotatableTypeSystem.flattenedAnnotations:([[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getArrayType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            astore 10 /* binding */
        51: .line 1884
      StackMap locals:
      StackMap stack:
            aload 10 /* binding */
            areturn
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding binding
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] annotationsOnDimensions
        end local 8 // int dimension
        end local 7 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker walker
        end local 6 // char[][][] missingTypeNames
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding enclosingType
        end local 4 // boolean isParameterized
        end local 3 // int end
        end local 2 // int start
        end local 1 // char[] signature
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   52     0                     this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   52     1                signature  [C
            0   52     2                    start  I
            0   52     3                      end  I
            0   52     4          isParameterized  Z
            0   52     5            enclosingType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   52     6         missingTypeNames  [[[C
            0   52     7                   walker  Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            1   52     8                dimension  I
            6   52     9  annotationsOnDimensions  [[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            8   17    10                        i  I
           10   15    11              annotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
           20   52    10                  binding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
                  Name  Flags
      signature         
      start             
      end               
      isParameterized   
      enclosingType     
      missingTypeNames  
      walker            

  private org.eclipse.jdt.internal.compiler.lookup.TypeBinding annotateType(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker, char[][][]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;[[[C)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding binding
        start local 2 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker walker
        start local 3 // char[][][] missingTypeNames
         0: .line 1888
            aload 2 /* walker */
            getstatic org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker.EMPTY_ANNOTATION_WALKER:Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            if_acmpne 2
         1: .line 1889
            aload 1 /* binding */
            areturn
         2: .line 1891
      StackMap locals:
      StackMap stack:
            aload 1 /* binding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.depth:()I
            iconst_1
            iadd
            istore 4 /* depth */
        start local 4 // int depth
         3: .line 1892
            iload 4 /* depth */
            iconst_1
            if_icmple 7
         4: .line 1894
            aload 1 /* binding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isUnresolvedType:()Z
            ifeq 6
         5: .line 1895
            aload 1 /* binding */
            checkcast org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding
            aload 0 /* this */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.resolve:(Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;Z)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 1 /* binding */
         6: .line 1896
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* binding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.countNonStaticNestingLevels:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)I
            iconst_1
            iadd
            istore 4 /* depth */
         7: .line 1898
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5 /* annotations */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] annotations
         8: .line 1899
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         9: goto 19
        10: .line 1900
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] int
      StackMap stack:
            aload 2 /* walker */
            aload 1 /* binding */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            iload 6 /* i */
            iload 4 /* depth */
            iconst_1
            isub
            if_icmpne 11
            iconst_1
            goto 12
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker char[][][] int org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] int
      StackMap stack: org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker int
        11: iconst_0
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker char[][][] int org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] int
      StackMap stack: org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker int int
        12: invokeinterface org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker.getAnnotationsAtCursor:(IZ)[Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
            aload 0 /* this */
            aload 3 /* missingTypeNames */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.createAnnotations:([Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;[[[C)[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            astore 7 /* annots */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annots
        13: .line 1901
            aload 7 /* annots */
            ifnull 17
            aload 7 /* annots */
            arraylength
            ifle 17
        14: .line 1902
            aload 5 /* annotations */
            ifnonnull 16
        15: .line 1903
            iload 4 /* depth */
            anewarray org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]
            astore 5 /* annotations */
        16: .line 1904
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]
      StackMap stack:
            aload 5 /* annotations */
            iload 6 /* i */
            aload 7 /* annots */
            aastore
        17: .line 1906
      StackMap locals:
      StackMap stack:
            aload 2 /* walker */
            invokeinterface org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker.toNextNestedType:()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            astore 2 /* walker */
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annots
        18: .line 1899
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 6 /* i */
            iload 4 /* depth */
            if_icmplt 10
        end local 6 // int i
        20: .line 1908
            aload 5 /* annotations */
            ifnull 22
        21: .line 1909
            aload 0 /* this */
            aload 1 /* binding */
            aload 5 /* annotations */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createAnnotatedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 1 /* binding */
        22: .line 1910
      StackMap locals:
      StackMap stack:
            aload 1 /* binding */
            areturn
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] annotations
        end local 4 // int depth
        end local 3 // char[][][] missingTypeNames
        end local 2 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker walker
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding binding
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   23     0              this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   23     1           binding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   23     2            walker  Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            0   23     3  missingTypeNames  [[[C
            3   23     4             depth  I
            8   23     5       annotations  [[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            9   20     6                 i  I
           13   18     7            annots  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    MethodParameters:
                  Name  Flags
      binding           
      walker            
      missingTypeNames  

  private int countNonStaticNestingLevels(org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding binding
         0: .line 1915
            aload 1 /* binding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isUnresolvedType:()Z
            ifeq 2
         1: .line 1916
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 1918
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 2 /* depth */
        start local 2 // int depth
         3: .line 1919
            aload 1 /* binding */
            astore 3 /* currentBinding */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding currentBinding
         4: .line 1920
            goto 9
         5: .line 1921
      StackMap locals: int org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            iinc 2 /* depth */ 1
         6: .line 1922
            aload 3 /* currentBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isStatic:()Z
            ifeq 8
         7: .line 1923
            goto 10
         8: .line 1924
      StackMap locals:
      StackMap stack:
            aload 3 /* currentBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 3 /* currentBinding */
         9: .line 1920
      StackMap locals:
      StackMap stack:
            aload 3 /* currentBinding */
            ifnonnull 5
        10: .line 1926
      StackMap locals:
      StackMap stack:
            iload 2 /* depth */
            ireturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding currentBinding
        end local 2 // int depth
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding binding
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   11     1         binding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            3   11     2           depth  I
            4   11     3  currentBinding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
         Name  Flags
      binding  

  boolean qualifiedNameMatchesSignature(char[][], char[]);
    descriptor: ([[C[C)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // char[][] name
        start local 2 // char[] signature
         0: .line 1930
            iconst_1
            istore 3 /* s */
        start local 3 // int s
         1: .line 1931
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 15
         3: .line 1932
      StackMap locals: int int
      StackMap stack:
            aload 1 /* name */
            iload 4 /* i */
            aaload
            astore 5 /* n */
        start local 5 // char[] n
         4: .line 1933
            iconst_0
            istore 6 /* j */
        start local 6 // int j
         5: goto 9
         6: .line 1934
      StackMap locals: char[] int
      StackMap stack:
            aload 5 /* n */
            iload 6 /* j */
            caload
            aload 2 /* signature */
            iload 3 /* s */
            iinc 3 /* s */ 1
            caload
            if_icmpeq 8
         7: .line 1935
            iconst_0
            ireturn
         8: .line 1933
      StackMap locals:
      StackMap stack:
            iinc 6 /* j */ 1
      StackMap locals:
      StackMap stack:
         9: iload 6 /* j */
            aload 5 /* n */
            arraylength
            if_icmplt 6
        end local 6 // int j
        10: .line 1936
            aload 2 /* signature */
            iload 3 /* s */
            caload
            bipush 59
            if_icmpne 12
            iload 4 /* i */
            aload 1 /* name */
            arraylength
            iconst_1
            isub
            if_icmpne 12
        11: .line 1937
            iconst_1
            ireturn
        12: .line 1938
      StackMap locals:
      StackMap stack:
            aload 2 /* signature */
            iload 3 /* s */
            iinc 3 /* s */ 1
            caload
            bipush 47
            if_icmpeq 14
        13: .line 1939
            iconst_0
            ireturn
        end local 5 // char[] n
        14: .line 1931
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 4 /* i */
            aload 1 /* name */
            arraylength
            if_icmplt 3
        end local 4 // int i
        16: .line 1941
            iconst_0
            ireturn
        end local 3 // int s
        end local 2 // char[] signature
        end local 1 // char[][] name
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   17     1       name  [[C
            0   17     2  signature  [C
            1   17     3          s  I
            2   16     4          i  I
            4   14     5          n  [C
            5   10     6          j  I
    MethodParameters:
           Name  Flags
      name       
      signature  

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding getTypeFromTypeSignature(org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper, org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[], org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, char[][][], org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[[[CLorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=19, args_size=6
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper wrapper
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] staticVariables
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
        start local 4 // char[][][] missingTypeNames
        start local 5 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker walker
         0: .line 1952
            iconst_0
            istore 6 /* dimension */
        start local 6 // int dimension
         1: .line 1953
            goto 4
         2: .line 1954
      StackMap locals: int
      StackMap stack:
            aload 1 /* wrapper */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
         3: .line 1955
            iinc 6 /* dimension */ 1
         4: .line 1953
      StackMap locals:
      StackMap stack:
            aload 1 /* wrapper */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            aload 1 /* wrapper */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            caload
            bipush 91
            if_icmpeq 2
         5: .line 1958
            aconst_null
            astore 7 /* annotationsOnDimensions */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] annotationsOnDimensions
         6: .line 1959
            iload 6 /* dimension */
            ifle 17
            aload 5 /* walker */
            getstatic org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker.EMPTY_ANNOTATION_WALKER:Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            if_acmpeq 17
         7: .line 1960
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         8: goto 16
         9: .line 1961
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] int
      StackMap stack:
            aload 5 /* walker */
            iconst_0
            iconst_1
            invokeinterface org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker.getAnnotationsAtCursor:(IZ)[Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
            aload 0 /* this */
            aload 4 /* missingTypeNames */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.createAnnotations:([Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;[[[C)[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            astore 9 /* annotations */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        10: .line 1962
            aload 9 /* annotations */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_ANNOTATIONS:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            if_acmpeq 14
        11: .line 1963
            aload 7 /* annotationsOnDimensions */
            ifnonnull 13
        12: .line 1964
            iload 6 /* dimension */
            anewarray org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]
            astore 7 /* annotationsOnDimensions */
        13: .line 1965
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]
      StackMap stack:
            aload 7 /* annotationsOnDimensions */
            iload 8 /* i */
            aload 9 /* annotations */
            aastore
        14: .line 1967
      StackMap locals:
      StackMap stack:
            aload 5 /* walker */
            invokeinterface org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker.toNextArrayDimension:()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            astore 5 /* walker */
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        15: .line 1960
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 8 /* i */
            iload 6 /* dimension */
            if_icmplt 9
        end local 8 // int i
        17: .line 1970
      StackMap locals:
      StackMap stack:
            aload 1 /* wrapper */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            aload 1 /* wrapper */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            caload
            bipush 84
            if_icmpne 38
        18: .line 1971
            aload 1 /* wrapper */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            iconst_1
            iadd
            istore 8 /* varStart */
        start local 8 // int varStart
        19: .line 1972
            aload 1 /* wrapper */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.computeEnd:()I
            istore 9 /* varEnd */
        start local 9 // int varEnd
        20: .line 1973
            aload 2 /* staticVariables */
            arraylength
            istore 10 /* i */
        start local 10 // int i
        21: goto 24
        22: .line 1974
      StackMap locals: int int int
      StackMap stack:
            aload 2 /* staticVariables */
            iload 10 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.sourceName:[C
            aload 1 /* wrapper */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            iload 8 /* varStart */
            iload 9 /* varEnd */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[CII)Z
            ifeq 24
        23: .line 1975
            aload 0 /* this */
            aload 2 /* staticVariables */
            iload 10 /* i */
            aaload
            iload 6 /* dimension */
            aload 7 /* annotationsOnDimensions */
            aload 5 /* walker */
            aload 4 /* missingTypeNames */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getTypeFromTypeVariable:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;I[[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;[[[C)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        24: .line 1973
      StackMap locals:
      StackMap stack:
            iinc 10 /* i */ -1
            iload 10 /* i */
            ifge 22
        end local 10 // int i
        25: .line 1976
            aload 3 /* enclosingType */
            astore 10 /* initialType */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding initialType
        26: .line 1979
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding char[][][] org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker int org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] int int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 3 /* enclosingType */
            instanceof org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
            ifeq 29
        27: .line 1980
            aload 3 /* enclosingType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
            getfield org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            astore 11 /* enclosingTypeVariables */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] enclosingTypeVariables
        28: .line 1981
            goto 30
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] enclosingTypeVariables
        29: .line 1982
      StackMap locals:
      StackMap stack:
            aload 3 /* enclosingType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.typeVariables:()[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            astore 11 /* enclosingTypeVariables */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] enclosingTypeVariables
        30: .line 1984
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[]
      StackMap stack:
            aload 11 /* enclosingTypeVariables */
            arraylength
            istore 12 /* i */
        start local 12 // int i
        31: goto 34
        32: .line 1985
      StackMap locals: int
      StackMap stack:
            aload 11 /* enclosingTypeVariables */
            iload 12 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.sourceName:[C
            aload 1 /* wrapper */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            iload 8 /* varStart */
            iload 9 /* varEnd */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[CII)Z
            ifeq 34
        33: .line 1986
            aload 0 /* this */
            aload 11 /* enclosingTypeVariables */
            iload 12 /* i */
            aaload
            iload 6 /* dimension */
            aload 7 /* annotationsOnDimensions */
            aload 5 /* walker */
            aload 4 /* missingTypeNames */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getTypeFromTypeVariable:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;I[[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;[[[C)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        34: .line 1984
      StackMap locals:
      StackMap stack:
            iinc 12 /* i */ -1
            iload 12 /* i */
            ifge 32
        end local 12 // int i
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] enclosingTypeVariables
        35: .line 1987
            aload 3 /* enclosingType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            dup
            astore 3 /* enclosingType */
            ifnonnull 26
        36: .line 1988
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.problemReporter:Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 1 /* wrapper */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            iload 8 /* varStart */
            iload 9 /* varEnd */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.subarray:([CII)[C
            aload 10 /* initialType */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.undefinedTypeVariableSignature:([CLorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)V
        37: .line 1989
            aconst_null
            areturn
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding initialType
        end local 9 // int varEnd
        end local 8 // int varStart
        38: .line 1992
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding char[][][] org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker int org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][]
      StackMap stack:
            aload 0 /* this */
            aload 1 /* wrapper */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            aload 1 /* wrapper */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            aload 1 /* wrapper */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.computeEnd:()I
            aload 1 /* wrapper */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.end:I
            aload 1 /* wrapper */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.bracket:I
            if_icmpne 39
            iconst_1
            goto 40
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding char[][][] org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker int org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][]
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[] int int
        39: iconst_0
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding char[][][] org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker int org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][]
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[] int int int
        40: dup
            istore 8 /* isParameterized */
        start local 8 // boolean isParameterized
        41: aload 3 /* enclosingType */
            aload 4 /* missingTypeNames */
            aload 5 /* walker */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getTypeFromSignature:([CIIZLorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[[[CLorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 9 /* type */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        42: .line 1994
            iload 8 /* isParameterized */
            ifne 46
        43: .line 1995
            iload 6 /* dimension */
            ifne 44
            aload 9 /* type */
            goto 45
      StackMap locals: int org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
        44: aload 0 /* this */
            aload 9 /* type */
            iload 6 /* dimension */
            aload 7 /* annotationsOnDimensions */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.AnnotatableTypeSystem.flattenedAnnotations:([[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createArrayType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
        45: areturn
        46: .line 1998
      StackMap locals:
      StackMap stack:
            aload 9 /* type */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 10 /* actualType */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding actualType
        47: .line 1999
            aload 5 /* walker */
            getstatic org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker.EMPTY_ANNOTATION_WALKER:Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            if_acmpeq 50
            aload 10 /* actualType */
            instanceof org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding
            ifeq 50
        48: .line 2000
            aload 10 /* actualType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.depth:()I
            ifle 50
        49: .line 2001
            aload 10 /* actualType */
            aload 0 /* this */
            iconst_0
            invokestatic org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.resolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;Z)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 10 /* actualType */
        50: .line 2002
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 10 /* actualType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 11 /* actualEnclosing */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding actualEnclosing
        51: .line 2004
            aload 5 /* walker */
            astore 12 /* savedWalker */
        start local 12 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker savedWalker
        52: .line 2005
            aload 5 /* walker */
            getstatic org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker.EMPTY_ANNOTATION_WALKER:Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            if_acmpeq 59
            aload 10 /* actualType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.depth:()I
            ifle 59
        53: .line 2006
            aload 0 /* this */
            aload 10 /* actualType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.countNonStaticNestingLevels:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)I
            istore 13 /* nonStaticNestingLevels */
        start local 13 // int nonStaticNestingLevels
        54: .line 2007
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        55: goto 58
        56: .line 2008
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding char[][][] org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker int org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] int org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker int int
      StackMap stack:
            aload 5 /* walker */
            invokeinterface org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker.toNextNestedType:()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            astore 5 /* walker */
        57: .line 2007
            iinc 14 /* i */ 1
      StackMap locals:
      StackMap stack:
        58: iload 14 /* i */
            iload 13 /* nonStaticNestingLevels */
            if_icmplt 56
        end local 14 // int i
        end local 13 // int nonStaticNestingLevels
        59: .line 2012
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* wrapper */
            aload 2 /* staticVariables */
            aload 3 /* enclosingType */
            aload 10 /* actualType */
            aload 4 /* missingTypeNames */
            aload 5 /* walker */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getTypeArgumentsFromSignature:(Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[[[CLorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;)[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 13 /* typeArguments */
        start local 13 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] typeArguments
        60: .line 2013
            aload 0 /* this */
            aload 10 /* actualType */
            aload 13 /* typeArguments */
            aload 11 /* actualEnclosing */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createParameterizedType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
            astore 14 /* currentType */
        start local 14 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding currentType
        61: .line 2014
            aload 10 /* actualType */
            astore 15 /* plainCurrent */
        start local 15 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding plainCurrent
        62: .line 2016
            goto 87
        63: .line 2017
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 1 /* wrapper */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
        64: .line 2018
            aload 1 /* wrapper */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            istore 16 /* memberStart */
        start local 16 // int memberStart
        65: .line 2019
            aload 1 /* wrapper */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.nextWord:()[C
            astore 17 /* memberName */
        start local 17 // char[] memberName
        66: .line 2020
            aload 15 /* plainCurrent */
            aload 0 /* this */
            iconst_0
            invokestatic org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.resolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;Z)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 15 /* plainCurrent */
        67: .line 2021
            aload 15 /* plainCurrent */
            aload 17 /* memberName */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.getMemberType:([C)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 18 /* memberType */
        start local 18 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding memberType
        68: .line 2023
            aload 18 /* memberType */
            ifnonnull 70
        69: .line 2024
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.problemReporter:Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 14 /* currentType */
            aload 1 /* wrapper */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            iload 16 /* memberStart */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.corruptedSignature:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[CI)V
        70: .line 2025
      StackMap locals: int char[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 18 /* memberType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isStatic:()Z
            ifeq 73
        71: .line 2027
            aload 12 /* savedWalker */
            astore 5 /* walker */
        72: .line 2028
            goto 74
        73: .line 2029
      StackMap locals:
      StackMap stack:
            aload 5 /* walker */
            invokeinterface org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker.toNextNestedType:()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            astore 5 /* walker */
        74: .line 2031
      StackMap locals:
      StackMap stack:
            aload 1 /* wrapper */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            aload 1 /* wrapper */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            caload
            bipush 60
            if_icmpne 78
        75: .line 2032
            aload 1 /* wrapper */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
        76: .line 2033
            aload 0 /* this */
            aload 1 /* wrapper */
            aload 2 /* staticVariables */
            aload 3 /* enclosingType */
            aload 18 /* memberType */
            aload 4 /* missingTypeNames */
            aload 5 /* walker */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getTypeArgumentsFromSignature:(Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[[[CLorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;)[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 13 /* typeArguments */
        77: .line 2034
            goto 79
        78: .line 2035
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 13 /* typeArguments */
        79: .line 2037
      StackMap locals:
      StackMap stack:
            aload 13 /* typeArguments */
            ifnonnull 81
        80: .line 2038
            aload 18 /* memberType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isStatic:()Z
            ifne 85
            aload 14 /* currentType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isParameterizedType:()Z
            ifeq 85
        81: .line 2040
      StackMap locals:
      StackMap stack:
            aload 18 /* memberType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isStatic:()Z
            ifeq 83
        82: .line 2041
            aload 15 /* plainCurrent */
            astore 14 /* currentType */
        83: .line 2042
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 18 /* memberType */
            aload 13 /* typeArguments */
            aload 14 /* currentType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createParameterizedType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
            astore 14 /* currentType */
        84: .line 2043
            goto 86
        85: .line 2044
      StackMap locals:
      StackMap stack:
            aload 18 /* memberType */
            astore 14 /* currentType */
        86: .line 2046
      StackMap locals:
      StackMap stack:
            aload 18 /* memberType */
            astore 15 /* plainCurrent */
        end local 18 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding memberType
        end local 17 // char[] memberName
        end local 16 // int memberStart
        87: .line 2016
      StackMap locals:
      StackMap stack:
            aload 1 /* wrapper */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            aload 1 /* wrapper */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            caload
            bipush 46
            if_icmpeq 63
        88: .line 2048
            aload 1 /* wrapper */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
        89: .line 2049
            aload 0 /* this */
            aload 14 /* currentType */
            aload 12 /* savedWalker */
            aload 4 /* missingTypeNames */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.annotateType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;[[[C)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 16 /* annotatedType */
        start local 16 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding annotatedType
        90: .line 2050
            iload 6 /* dimension */
            ifne 91
            aload 16 /* annotatedType */
            goto 92
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
        91: aload 0 /* this */
            aload 16 /* annotatedType */
            iload 6 /* dimension */
            aload 7 /* annotationsOnDimensions */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.AnnotatableTypeSystem.flattenedAnnotations:([[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createArrayType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
        92: areturn
        end local 16 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding annotatedType
        end local 15 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding plainCurrent
        end local 14 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding currentType
        end local 13 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] typeArguments
        end local 12 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker savedWalker
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding actualEnclosing
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding actualType
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        end local 8 // boolean isParameterized
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] annotationsOnDimensions
        end local 6 // int dimension
        end local 5 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker walker
        end local 4 // char[][][] missingTypeNames
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] staticVariables
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper wrapper
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   93     0                     this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   93     1                  wrapper  Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;
            0   93     2          staticVariables  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            0   93     3            enclosingType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0   93     4         missingTypeNames  [[[C
            0   93     5                   walker  Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            1   93     6                dimension  I
            6   93     7  annotationsOnDimensions  [[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            8   17     8                        i  I
           10   15     9              annotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
           19   38     8                 varStart  I
           20   38     9                   varEnd  I
           21   25    10                        i  I
           26   38    10              initialType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           28   29    11   enclosingTypeVariables  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
           30   35    11   enclosingTypeVariables  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
           31   35    12                        i  I
           41   93     8          isParameterized  Z
           42   93     9                     type  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           47   93    10               actualType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           51   93    11          actualEnclosing  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           52   93    12              savedWalker  Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
           54   59    13   nonStaticNestingLevels  I
           55   59    14                        i  I
           60   93    13            typeArguments  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           61   93    14              currentType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           62   93    15             plainCurrent  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           65   87    16              memberStart  I
           66   87    17               memberName  [C
           68   87    18               memberType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           90   93    16            annotatedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
                  Name  Flags
      wrapper           
      staticVariables   
      enclosingType     
      missingTypeNames  
      walker            

  private org.eclipse.jdt.internal.compiler.lookup.TypeBinding getTypeFromTypeVariable(org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding, int, org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][], org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker, char[][][]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;I[[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;[[[C)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=7, args_size=6
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding typeVariableBinding
        start local 2 // int dimension
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] annotationsOnDimensions
        start local 4 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker walker
        start local 5 // char[][][] missingTypeNames
         0: .line 2054
            aload 4 /* walker */
            iconst_m1
            iconst_0
            invokeinterface org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker.getAnnotationsAtCursor:(IZ)[Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
            aload 0 /* this */
            aload 5 /* missingTypeNames */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.createAnnotations:([Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;[[[C)[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            astore 6 /* annotations */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
         1: .line 2055
            aload 6 /* annotations */
            ifnull 3
            aload 6 /* annotations */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_ANNOTATIONS:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            if_acmpeq 3
         2: .line 2056
            aload 0 /* this */
            aload 1 /* typeVariableBinding */
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]
            dup
            iconst_0
            aload 6 /* annotations */
            aastore
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createAnnotatedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
            astore 1 /* typeVariableBinding */
         3: .line 2058
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]
      StackMap stack:
            iload 2 /* dimension */
            ifne 5
         4: .line 2059
            aload 1 /* typeVariableBinding */
            areturn
         5: .line 2061
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 1 /* typeVariableBinding */
            iload 2 /* dimension */
            aload 3 /* annotationsOnDimensions */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.AnnotatableTypeSystem.flattenedAnnotations:([[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getArrayType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            areturn
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        end local 5 // char[][][] missingTypeNames
        end local 4 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker walker
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] annotationsOnDimensions
        end local 2 // int dimension
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding typeVariableBinding
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    6     0                     this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    6     1      typeVariableBinding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            0    6     2                dimension  I
            0    6     3  annotationsOnDimensions  [[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            0    6     4                   walker  Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            0    6     5         missingTypeNames  [[[C
            1    6     6              annotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    MethodParameters:
                         Name  Flags
      typeVariableBinding      
      dimension                
      annotationsOnDimensions  
      walker                   
      missingTypeNames         

  org.eclipse.jdt.internal.compiler.lookup.TypeBinding getTypeFromVariantTypeSignature(org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper, org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[], org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, int, char[][][], org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;I[[[CLorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0000) 
    Code:
      stack=7, locals=10, args_size=8
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper wrapper
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] staticVariables
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        start local 5 // int rank
        start local 6 // char[][][] missingTypeNames
        start local 7 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker walker
         0: .line 2076
            aload 1 /* wrapper */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.signature:[C
            aload 1 /* wrapper */
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            caload
            tableswitch { // 42 - 45
                   42: 9
                   43: 5
                   44: 12
                   45: 1
              default: 12
          }
         1: .line 2079
      StackMap locals:
      StackMap stack:
            aload 1 /* wrapper */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
         2: .line 2080
            aload 0 /* this */
            aload 1 /* wrapper */
            aload 2 /* staticVariables */
            aload 3 /* enclosingType */
            aload 6 /* missingTypeNames */
            aload 7 /* walker */
            invokeinterface org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker.toWildcardBound:()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getTypeFromTypeSignature:(Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[[[CLorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 8 /* bound */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding bound
         3: .line 2081
            aload 7 /* walker */
            iconst_m1
            iconst_0
            invokeinterface org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker.getAnnotationsAtCursor:(IZ)[Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
            aload 0 /* this */
            aload 6 /* missingTypeNames */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.createAnnotations:([Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;[[[C)[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            astore 9 /* annotations */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
         4: .line 2082
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 4 /* genericType */
            iload 5 /* rank */
            aload 8 /* bound */
            aconst_null
            iconst_2
            aload 9 /* annotations */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getWildcard:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;ILorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/WildcardBinding;
            areturn
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding bound
         5: .line 2085
      StackMap locals:
      StackMap stack:
            aload 1 /* wrapper */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
         6: .line 2086
            aload 0 /* this */
            aload 1 /* wrapper */
            aload 2 /* staticVariables */
            aload 3 /* enclosingType */
            aload 6 /* missingTypeNames */
            aload 7 /* walker */
            invokeinterface org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker.toWildcardBound:()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getTypeFromTypeSignature:(Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[[[CLorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 8 /* bound */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding bound
         7: .line 2087
            aload 7 /* walker */
            iconst_m1
            iconst_0
            invokeinterface org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker.getAnnotationsAtCursor:(IZ)[Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
            aload 0 /* this */
            aload 6 /* missingTypeNames */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.createAnnotations:([Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;[[[C)[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            astore 9 /* annotations */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
         8: .line 2088
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 4 /* genericType */
            iload 5 /* rank */
            aload 8 /* bound */
            aconst_null
            iconst_1
            aload 9 /* annotations */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getWildcard:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;ILorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/WildcardBinding;
            areturn
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding bound
         9: .line 2091
      StackMap locals:
      StackMap stack:
            aload 1 /* wrapper */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper.start:I
        10: .line 2092
            aload 7 /* walker */
            iconst_m1
            iconst_0
            invokeinterface org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker.getAnnotationsAtCursor:(IZ)[Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
            aload 0 /* this */
            aload 6 /* missingTypeNames */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.createAnnotations:([Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;[[[C)[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            astore 9 /* annotations */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        11: .line 2093
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 4 /* genericType */
            iload 5 /* rank */
            aconst_null
            aconst_null
            iconst_0
            aload 9 /* annotations */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getWildcard:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;ILorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/WildcardBinding;
            areturn
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        12: .line 2095
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* wrapper */
            aload 2 /* staticVariables */
            aload 3 /* enclosingType */
            aload 6 /* missingTypeNames */
            aload 7 /* walker */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getTypeFromTypeSignature:(Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[[[CLorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 7 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker walker
        end local 6 // char[][][] missingTypeNames
        end local 5 // int rank
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] staticVariables
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper wrapper
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   13     0              this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   13     1           wrapper  Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;
            0   13     2   staticVariables  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            0   13     3     enclosingType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0   13     4       genericType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0   13     5              rank  I
            0   13     6  missingTypeNames  [[[C
            0   13     7            walker  Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            3    5     8             bound  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            7    9     8             bound  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            4    5     9       annotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            8    9     9       annotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
           11   12     9       annotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    MethodParameters:
                  Name  Flags
      wrapper           
      staticVariables   
      enclosingType     
      genericType       
      rank              
      missingTypeNames  
      walker            

  boolean isMissingType(char[]);
    descriptor: ([C)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // char[] typeName
         0: .line 2100
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.missingTypes:Ljava/util/ArrayList;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.missingTypes:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* i */
        start local 2 // int i
         3: goto 7
         4: .line 2101
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.missingTypes:Ljava/util/ArrayList;
            iload 2 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.lookup.MissingTypeBinding
            astore 3 /* missingType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.MissingTypeBinding missingType
         5: .line 2102
            aload 3 /* missingType */
            getfield org.eclipse.jdt.internal.compiler.lookup.MissingTypeBinding.sourceName:[C
            aload 1 /* typeName */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 7
         6: .line 2103
            iconst_1
            ireturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.MissingTypeBinding missingType
         7: .line 2100
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ -1
            iload 2 /* i */
            ifge 4
        end local 2 // int i
         8: .line 2105
            iconst_0
            ireturn
        end local 1 // char[] typeName
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    9     1     typeName  [C
            3    8     2            i  I
            5    7     3  missingType  Lorg/eclipse/jdt/internal/compiler/lookup/MissingTypeBinding;
    MethodParameters:
          Name  Flags
      typeName  

  public org.eclipse.jdt.internal.compiler.lookup.MethodVerifier methodVerifier();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
         0: .line 2111
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.verifier:Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier;
            ifnonnull 2
         1: .line 2112
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.newMethodVerifier:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier;
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.verifier:Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier;
         2: .line 2113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.verifier:Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;

  public org.eclipse.jdt.internal.compiler.lookup.MethodVerifier newMethodVerifier();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
         0: .line 2122
            new org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;

  public void releaseClassFiles(org.eclipse.jdt.internal.compiler.ClassFile[]);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/ClassFile;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.ClassFile[] classFiles
         0: .line 2126
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: aload 1 /* classFiles */
            arraylength
            istore 3 /* fileCount */
        start local 3 // int fileCount
         2: goto 5
         3: .line 2127
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.classFilePool:Lorg/eclipse/jdt/internal/compiler/ClassFilePool;
            aload 1 /* classFiles */
            iload 2 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.ClassFilePool.release:(Lorg/eclipse/jdt/internal/compiler/ClassFile;)V
         4: .line 2126
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            iload 3 /* fileCount */
            if_icmplt 3
        end local 3 // int fileCount
        end local 2 // int i
         6: .line 2128
            return
        end local 1 // org.eclipse.jdt.internal.compiler.ClassFile[] classFiles
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    7     1  classFiles  [Lorg/eclipse/jdt/internal/compiler/ClassFile;
            1    6     2           i  I
            2    6     3   fileCount  I
    MethodParameters:
            Name  Flags
      classFiles  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
         0: .line 2131
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 0 /* this */
            if_acmpeq 3
         1: .line 2132
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.reset:()V
         2: .line 2133
            return
         3: .line 2135
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.stepCompleted:I
         4: .line 2136
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.util.HashtableOfModule
            dup
            invokespecial org.eclipse.jdt.internal.compiler.util.HashtableOfModule.<init>:()V
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.knownModules:Lorg/eclipse/jdt/internal/compiler/util/HashtableOfModule;
         5: .line 2137
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.lookup.ModuleBinding$UnNamedModule
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ModuleBinding$UnNamedModule.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.UnNamedModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
         6: .line 2138
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.UnNamedModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.module:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
         7: .line 2139
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.JavaBaseModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
         8: .line 2141
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.lookup.PlainPackageBinding
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.PlainPackageBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.defaultPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
         9: .line 2142
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.defaultImports:[Lorg/eclipse/jdt/internal/compiler/lookup/ImportBinding;
        10: .line 2143
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.util.HashtableOfPackage
            dup
            invokespecial org.eclipse.jdt.internal.compiler.util.HashtableOfPackage.<init>:()V
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.knownPackages:Lorg/eclipse/jdt/internal/compiler/util/HashtableOfPackage;
        11: .line 2144
            aload 0 /* this */
            new java.util.HashMap
            dup
            iconst_3
            invokespecial java.util.HashMap.<init>:(I)V
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.accessRestrictions:Ljava/util/Map;
        12: .line 2146
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.verifier:Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier;
        13: .line 2149
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
            dup
            iconst_3
            invokespecial org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.<init>:(I)V
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.uniqueParameterizedGenericMethodBindings:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
        14: .line 2150
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
            dup
            iconst_3
            invokespecial org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.<init>:(I)V
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.uniquePolymorphicMethodBindings:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
        15: .line 2151
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.uniqueGetClassMethodBinding:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
        16: .line 2152
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.missingTypes:Ljava/util/ArrayList;
        17: .line 2153
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typesBeingConnected:Ljava/util/Set;
        18: .line 2155
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.units:[Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            arraylength
            istore 1 /* i */
        start local 1 // int i
        19: goto 21
        20: .line 2156
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.units:[Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            iload 1 /* i */
            aconst_null
            aastore
        21: .line 2155
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ -1
            iload 1 /* i */
            ifge 20
        end local 1 // int i
        22: .line 2157
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.lastUnitIndex:I
        23: .line 2158
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.lastCompletedUnitIndex:I
        24: .line 2159
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.unitBeingCompleted:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
        25: .line 2161
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.classFilePool:Lorg/eclipse/jdt/internal/compiler/ClassFilePool;
            invokevirtual org.eclipse.jdt.internal.compiler.ClassFilePool.reset:()V
        26: .line 2162
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.reset:()V
        27: .line 2165
            return
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   28     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
           19   22     1     i  I

  public void setAccessRestriction(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.env.AccessRestriction);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding type
        start local 2 // org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction
         0: .line 2172
            aload 2 /* accessRestriction */
            ifnonnull 1
            return
         1: .line 2173
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.modifiers:I
            ldc 262144
            ior
            putfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.modifiers:I
         2: .line 2174
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.accessRestrictions:Ljava/util/Map;
            aload 1 /* type */
            aload 2 /* accessRestriction */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 2175
            return
        end local 2 // org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding type
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    4     1               type  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    4     2  accessRestriction  Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;
    MethodParameters:
                   Name  Flags
      type               
      accessRestriction  

  void updateCaches(org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding unresolvedType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding resolvedType
         0: .line 2178
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 1 /* unresolvedType */
            aload 2 /* resolvedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.updateCaches:(Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)V
         1: .line 2179
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding resolvedType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding unresolvedType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    2     1  unresolvedType  Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;
            0    2     2    resolvedType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
                Name  Flags
      unresolvedType  
      resolvedType    

  public void addResolutionListener(org.eclipse.jdt.internal.compiler.lookup.IQualifiedTypeResolutionListener);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/IQualifiedTypeResolutionListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.IQualifiedTypeResolutionListener resolutionListener
         0: .line 2184
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            dup
            astore 2
            monitorenter
         1: .line 2185
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.resolutionListeners:[Lorg/eclipse/jdt/internal/compiler/lookup/IQualifiedTypeResolutionListener;
            arraylength
            istore 3 /* length */
        start local 3 // int length
         2: .line 2186
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 8
         4: .line 2187
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.resolutionListeners:[Lorg/eclipse/jdt/internal/compiler/lookup/IQualifiedTypeResolutionListener;
            iload 4 /* i */
            aaload
            aload 1 /* resolutionListener */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 7
         5: .line 2188
            aload 2
            monitorexit
         6: return
         7: .line 2186
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 4
        end local 4 // int i
         9: .line 2190
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.resolutionListeners:[Lorg/eclipse/jdt/internal/compiler/lookup/IQualifiedTypeResolutionListener;
            iconst_0
        10: .line 2191
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            iload 3 /* length */
            iconst_1
            iadd
            anewarray org.eclipse.jdt.internal.compiler.lookup.IQualifiedTypeResolutionListener
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.resolutionListeners:[Lorg/eclipse/jdt/internal/compiler/lookup/IQualifiedTypeResolutionListener;
            iconst_0
            iload 3 /* length */
        11: .line 2190
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 2192
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.resolutionListeners:[Lorg/eclipse/jdt/internal/compiler/lookup/IQualifiedTypeResolutionListener;
            iload 3 /* length */
            aload 1 /* resolutionListener */
            aastore
        end local 3 // int length
        13: .line 2184
            aload 2
            monitorexit
        14: goto 17
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.IQualifiedTypeResolutionListener org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
      StackMap stack: java.lang.Throwable
        15: aload 2
            monitorexit
        16: athrow
        17: .line 2194
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.IQualifiedTypeResolutionListener resolutionListener
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   18     0                this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   18     1  resolutionListener  Lorg/eclipse/jdt/internal/compiler/lookup/IQualifiedTypeResolutionListener;
            2   13     3              length  I
            3    9     4                   i  I
      Exception table:
        from    to  target  type
           1     6      15  any
           7    14      15  any
          15    16      15  any
    MethodParameters:
                    Name  Flags
      resolutionListener  

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding getUnannotatedType(org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding typeBinding
         0: .line 2198
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 1 /* typeBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getUnannotatedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding typeBinding
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    1     1  typeBinding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
             Name  Flags
      typeBinding  

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] getAnnotatedTypes(org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
         0: .line 2203
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.typeSystem:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getAnnotatedTypes:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    1     1  type  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
      Name  Flags
      type  

  public org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] filterNullTypeAnnotations(org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] typeAnnotations
         0: .line 2207
            aload 1 /* typeAnnotations */
            arraylength
            ifne 2
         1: .line 2208
            aload 1 /* typeAnnotations */
            areturn
         2: .line 2209
      StackMap locals:
      StackMap stack:
            aload 1 /* typeAnnotations */
            arraylength
            anewarray org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
            astore 2 /* filtered */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] filtered
         3: .line 2210
            iconst_0
            istore 3 /* count */
        start local 3 // int count
         4: .line 2211
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 13
         6: .line 2212
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] int int
      StackMap stack:
            aload 1 /* typeAnnotations */
            iload 4 /* i */
            aaload
            astore 5 /* typeAnnotation */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding typeAnnotation
         7: .line 2213
            aload 5 /* typeAnnotation */
            ifnonnull 10
         8: .line 2214
            iinc 3 /* count */ 1
         9: .line 2215
            goto 12
        10: .line 2216
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
      StackMap stack:
            aload 5 /* typeAnnotation */
            getfield org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding.type:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            bipush 96
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.hasNullBit:(I)Z
            ifne 12
        11: .line 2217
            aload 2 /* filtered */
            iload 3 /* count */
            iinc 3 /* count */ 1
            aload 5 /* typeAnnotation */
            aastore
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding typeAnnotation
        12: .line 2211
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 4 /* i */
            aload 1 /* typeAnnotations */
            arraylength
            if_icmplt 6
        end local 4 // int i
        14: .line 2220
            iload 3 /* count */
            ifne 16
        15: .line 2221
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_ANNOTATIONS:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            areturn
        16: .line 2222
      StackMap locals:
      StackMap stack:
            iload 3 /* count */
            aload 1 /* typeAnnotations */
            arraylength
            if_icmpne 18
        17: .line 2223
            aload 1 /* typeAnnotations */
            areturn
        18: .line 2224
      StackMap locals:
      StackMap stack:
            aload 2 /* filtered */
            iconst_0
            iload 3 /* count */
            anewarray org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
            dup
            astore 2 /* filtered */
            iconst_0
            iload 3 /* count */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        19: .line 2225
            aload 2 /* filtered */
            areturn
        end local 3 // int count
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] filtered
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] typeAnnotations
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   20     0             this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   20     1  typeAnnotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            3   20     2         filtered  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            4   20     3            count  I
            5   14     4                i  I
            7   12     5   typeAnnotation  Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    MethodParameters:
                 Name  Flags
      typeAnnotations  

  public boolean containsNullTypeAnnotation(org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation[]);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation[] typeAnnotations
         0: .line 2229
            aload 1 /* typeAnnotations */
            arraylength
            ifne 2
         1: .line 2230
            iconst_0
            ireturn
         2: .line 2231
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 11
         4: .line 2232
      StackMap locals: int
      StackMap stack:
            aload 1 /* typeAnnotations */
            iload 2 /* i */
            aaload
            astore 3 /* typeAnnotation */
        start local 3 // org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation typeAnnotation
         5: .line 2233
            aload 3 /* typeAnnotation */
            invokeinterface org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation.getTypeName:()[C
            astore 4 /* typeName */
        start local 4 // char[] typeName
         6: .line 2235
            aload 4 /* typeName */
            ifnull 10
            aload 4 /* typeName */
            arraylength
            iconst_3
            if_icmplt 10
            aload 4 /* typeName */
            iconst_0
            caload
            bipush 76
            if_icmpeq 7
            goto 10
         7: .line 2236
      StackMap locals: org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation char[]
      StackMap stack:
            bipush 47
            aload 4 /* typeName */
            iconst_1
            aload 4 /* typeName */
            arraylength
            iconst_1
            isub
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.splitOn:(C[CII)[[C
            astore 5 /* name */
        start local 5 // char[][] name
         8: .line 2237
            aload 0 /* this */
            aload 5 /* name */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getNullAnnotationBit:([[C)I
            ifeq 10
         9: .line 2238
            iconst_1
            ireturn
        end local 5 // char[][] name
        end local 4 // char[] typeName
        end local 3 // org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation typeAnnotation
        10: .line 2231
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 2 /* i */
            aload 1 /* typeAnnotations */
            arraylength
            if_icmplt 4
        end local 2 // int i
        12: .line 2240
            iconst_0
            ireturn
        end local 1 // org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation[] typeAnnotations
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   13     0             this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   13     1  typeAnnotations  [Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
            3   12     2                i  I
            5   10     3   typeAnnotation  Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
            6   10     4         typeName  [C
            8   10     5             name  [[C
    MethodParameters:
                 Name  Flags
      typeAnnotations  

  public boolean containsNullTypeAnnotation(org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] typeAnnotations
         0: .line 2243
            aload 1 /* typeAnnotations */
            arraylength
            ifne 2
         1: .line 2244
            iconst_0
            ireturn
         2: .line 2245
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 8
         4: .line 2246
      StackMap locals: int
      StackMap stack:
            aload 1 /* typeAnnotations */
            iload 2 /* i */
            aaload
            astore 3 /* typeAnnotation */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding typeAnnotation
         5: .line 2247
            aload 3 /* typeAnnotation */
            getfield org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding.type:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            bipush 96
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.hasNullBit:(I)Z
            ifeq 7
         6: .line 2248
            iconst_1
            ireturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding typeAnnotation
         7: .line 2245
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            aload 1 /* typeAnnotations */
            arraylength
            if_icmplt 4
        end local 2 // int i
         9: .line 2250
            iconst_0
            ireturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] typeAnnotations
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0             this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   10     1  typeAnnotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            3    9     2                i  I
            5    7     3   typeAnnotation  Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    MethodParameters:
                 Name  Flags
      typeAnnotations  

  public org.eclipse.jdt.internal.compiler.lookup.Binding getInaccessibleBinding(char[][], org.eclipse.jdt.internal.compiler.lookup.ModuleBinding);
    descriptor: ([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=15, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
        start local 1 // char[][] compoundName
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding clientModule
         0: .line 2254
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 0 /* this */
            if_acmpeq 2
         1: .line 2255
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 1 /* compoundName */
            aload 2 /* clientModule */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getInaccessibleBinding:([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            areturn
         2: .line 2256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nameEnvironment:Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;
            instanceof org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment
            ifeq 33
         3: .line 2257
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.nameEnvironment:Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;
            checkcast org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment
            astore 3 /* moduleEnv */
        start local 3 // org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment moduleEnv
         4: .line 2258
            aload 1 /* compoundName */
            arraylength
            istore 4 /* length */
        start local 4 // int length
         5: .line 2259
            iload 4 /* length */
            istore 5 /* j */
        start local 5 // int j
         6: goto 32
         7: .line 2260
      StackMap locals: org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment int int
      StackMap stack:
            aload 1 /* compoundName */
            iconst_0
            iload 5 /* j */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.subarray:([[CII)[[C
            astore 6 /* candidateName */
        start local 6 // char[][] candidateName
         8: .line 2261
            aload 3 /* moduleEnv */
            aload 6 /* candidateName */
            getstatic org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.ANY:[C
            invokeinterface org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment.getModulesDeclaringPackage:([[C[C)[[C
            astore 7 /* moduleNames */
        start local 7 // char[][] moduleNames
         9: .line 2262
            aload 7 /* moduleNames */
            ifnull 31
        10: .line 2264
            aconst_null
            astore 8 /* inaccessiblePackage */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding inaccessiblePackage
        11: .line 2265
            aload 7 /* moduleNames */
            dup
            astore 12
            arraylength
            istore 11
            iconst_0
            istore 10
            goto 23
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] org.eclipse.jdt.internal.compiler.lookup.ModuleBinding org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment int int char[][] char[][] org.eclipse.jdt.internal.compiler.lookup.PackageBinding top int int char[][]
      StackMap stack:
        12: aload 12
            iload 10
            aaload
            astore 9 /* moduleName */
        start local 9 // char[] moduleName
        13: .line 2266
            aload 9 /* moduleName */
            getstatic org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.UNOBSERVABLE:[C
            if_acmpne 15
        14: .line 2267
            goto 22
        15: .line 2268
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] org.eclipse.jdt.internal.compiler.lookup.ModuleBinding org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment int int char[][] char[][] org.eclipse.jdt.internal.compiler.lookup.PackageBinding char[] int int char[][]
      StackMap stack:
            aload 0 /* this */
            aload 9 /* moduleName */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getModule:([C)Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            astore 13 /* mod */
        start local 13 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding mod
        16: .line 2269
            aload 13 /* mod */
            ifnull 22
        17: .line 2270
            aload 13 /* mod */
            aload 6 /* candidateName */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.getVisiblePackage:([[C)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            astore 14 /* pack */
        start local 14 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding pack
        18: .line 2271
            aload 14 /* pack */
            ifnull 22
            aload 14 /* pack */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.isValidBinding:()Z
            ifeq 22
        19: .line 2272
            aload 2 /* clientModule */
            aload 14 /* pack */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.canAccess:(Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;)Z
            ifeq 21
        20: .line 2273
            aconst_null
            areturn
        21: .line 2274
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ModuleBinding org.eclipse.jdt.internal.compiler.lookup.PackageBinding
      StackMap stack:
            aload 14 /* pack */
            astore 8 /* inaccessiblePackage */
        end local 14 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding pack
        end local 13 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding mod
        end local 9 // char[] moduleName
        22: .line 2265
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] org.eclipse.jdt.internal.compiler.lookup.ModuleBinding org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment int int char[][] char[][] org.eclipse.jdt.internal.compiler.lookup.PackageBinding top int int char[][]
      StackMap stack:
            iinc 10 1
      StackMap locals:
      StackMap stack:
        23: iload 10
            iload 11
            if_icmplt 12
        24: .line 2278
            aload 8 /* inaccessiblePackage */
            ifnonnull 26
        25: .line 2279
            aconst_null
            areturn
        26: .line 2280
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment char[][] org.eclipse.jdt.internal.compiler.lookup.ModuleBinding org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment int int char[][] char[][] org.eclipse.jdt.internal.compiler.lookup.PackageBinding
      StackMap stack:
            iload 5 /* j */
            iload 4 /* length */
            if_icmpge 30
        27: .line 2282
            aload 8 /* inaccessiblePackage */
            aload 1 /* compoundName */
            iload 5 /* j */
            aaload
            aload 8 /* inaccessiblePackage */
            getfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.enclosingModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getType:([CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 9 /* type */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        28: .line 2283
            aload 9 /* type */
            instanceof org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            ifeq 30
            aload 9 /* type */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isValidBinding:()Z
            ifeq 30
        29: .line 2284
            new org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
            dup
            aload 1 /* compoundName */
            aload 9 /* type */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            bipush 30
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding.<init>:([[CLorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;I)V
            areturn
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        30: .line 2286
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.lookup.ProblemPackageBinding
            dup
            aload 6 /* candidateName */
            bipush 30
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ProblemPackageBinding.<init>:([[CILorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            areturn
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding inaccessiblePackage
        end local 7 // char[][] moduleNames
        end local 6 // char[][] candidateName
        31: .line 2259
      StackMap locals:
      StackMap stack:
            iinc 5 /* j */ -1
      StackMap locals:
      StackMap stack:
        32: iload 5 /* j */
            ifgt 7
        end local 5 // int j
        end local 4 // int length
        end local 3 // org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment moduleEnv
        33: .line 2290
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding clientModule
        end local 1 // char[][] compoundName
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   34     0                 this  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   34     1         compoundName  [[C
            0   34     2         clientModule  Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            4   33     3            moduleEnv  Lorg/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment;
            5   33     4               length  I
            6   33     5                    j  I
            8   31     6        candidateName  [[C
            9   31     7          moduleNames  [[C
           11   31     8  inaccessiblePackage  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
           13   22     9           moduleName  [C
           16   22    13                  mod  Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
           18   22    14                 pack  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
           28   30     9                 type  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
              Name  Flags
      compoundName  
      clientModule  

  private static org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer lambda$0(org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment, char[][], org.eclipse.jdt.internal.compiler.lookup.ModuleBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment;[[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding mod
         0: .line 237
            aload 0
            aload 1
            aload 2 /* mod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.nameForLookup:()[C
            invokeinterface org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment.findType:([[C[C)Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding mod
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     2   mod  Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;

  private static org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer lambda$1(org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment, org.eclipse.jdt.internal.compiler.lookup.PackageBinding, char[], org.eclipse.jdt.internal.compiler.lookup.ModuleBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment;Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding mod
         0: .line 297
            aload 0
            aload 3 /* mod */
            aload 1
            aload 2
            invokestatic org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.fromSplitPackageOrOracle:(Lorg/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment;Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;[C)Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding mod
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     3   mod  Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
}
SourceFile: "LookupEnvironment.java"
NestMembers:
  org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment$1
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment$1
  public UnNamedModule = org.eclipse.jdt.internal.compiler.lookup.ModuleBinding$UnNamedModule of org.eclipse.jdt.internal.compiler.lookup.ModuleBinding