class org.eclipse.jdt.internal.compiler.lookup.Scope$3 implements org.eclipse.jdt.internal.compiler.lookup.Substitution
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.lookup.Scope$3
  super_class: java.lang.Object
{
  final org.eclipse.jdt.internal.compiler.lookup.Scope this$0;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.eclipse.jdt.internal.compiler.lookup.Scope val$scope;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.eclipse.jdt.internal.compiler.util.SimpleLookupTable val$map;
    descriptor: Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jdt.internal.compiler.lookup.Scope, org.eclipse.jdt.internal.compiler.lookup.Scope, org.eclipse.jdt.internal.compiler.util.SimpleLookupTable);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$3 this
         0: .line 5125
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jdt.internal.compiler.lookup.Scope$3.this$0:Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            aload 0 /* this */
            aload 2
            putfield org.eclipse.jdt.internal.compiler.lookup.Scope$3.val$scope:Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            aload 0 /* this */
            aload 3
            putfield org.eclipse.jdt.internal.compiler.lookup.Scope$3.val$map:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/Scope$3;
    MethodParameters:
           Name  Flags
      this$0     final
      val$scope  final
      val$map    final

  public org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$3 this
         0: .line 5128
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.Scope$3.val$scope:Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/Scope$3;

  public boolean isRawSubstitution();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$3 this
         0: .line 5132
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/Scope$3;

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding substitute(org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$3 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding typeVariable
         0: .line 5136
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.Scope$3.val$map:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            aload 1 /* typeVariable */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.unannotated:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            astore 2 /* retVal */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding retVal
         1: .line 5137
            aload 2 /* retVal */
            ifnonnull 2
            aload 1 /* typeVariable */
            goto 4
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
         2: aload 1 /* typeVariable */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.hasTypeAnnotations:()Z
            ifeq 3
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope$3.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 2 /* retVal */
            aload 1 /* typeVariable */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.getTypeAnnotations:()[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            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;
            goto 4
      StackMap locals:
      StackMap stack:
         3: aload 2 /* retVal */
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
         4: areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding retVal
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding typeVariable
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$3 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lorg/eclipse/jdt/internal/compiler/lookup/Scope$3;
            0    5     1  typeVariable  Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            1    5     2        retVal  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
              Name  Flags
      typeVariable  
}
SourceFile: "Scope.java"
EnclosingMethod: org.eclipse.jdt.internal.compiler.lookup.Scope.getStaticFactory:(Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
NestHost: org.eclipse.jdt.internal.compiler.lookup.Scope
InnerClasses:
  org.eclipse.jdt.internal.compiler.lookup.Scope$3