class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18$1 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.InferenceContext18$1
  super_class: java.lang.Object
{
  final org.eclipse.jdt.internal.compiler.lookup.InferenceContext18 this$0;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext18;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

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

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

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

  void <init>(org.eclipse.jdt.internal.compiler.lookup.InferenceContext18, int, org.eclipse.jdt.internal.compiler.lookup.InferenceVariable[], org.eclipse.jdt.internal.compiler.lookup.CaptureBinding18[], org.eclipse.jdt.internal.compiler.lookup.BoundSet);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext18;I[Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;[Lorg/eclipse/jdt/internal/compiler/lookup/CaptureBinding18;Lorg/eclipse/jdt/internal/compiler/lookup/BoundSet;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.InferenceContext18$1 this
         0: .line 1200
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jdt.internal.compiler.lookup.InferenceContext18$1.this$0:Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext18;
            aload 0 /* this */
            iload 2
            putfield org.eclipse.jdt.internal.compiler.lookup.InferenceContext18$1.val$numVars:I
            aload 0 /* this */
            aload 3
            putfield org.eclipse.jdt.internal.compiler.lookup.InferenceContext18$1.val$variables:[Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;
            aload 0 /* this */
            aload 4
            putfield org.eclipse.jdt.internal.compiler.lookup.InferenceContext18$1.val$zs:[Lorg/eclipse/jdt/internal/compiler/lookup/CaptureBinding18;
            aload 0 /* this */
            aload 5
            putfield org.eclipse.jdt.internal.compiler.lookup.InferenceContext18$1.val$kurrentBoundSet:Lorg/eclipse/jdt/internal/compiler/lookup/BoundSet;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.InferenceContext18$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext18$1;
    MethodParameters:
                     Name  Flags
      this$0               final
      val$numVars          final
      val$variables        final
      val$zs               final
      val$kurrentBoundSet  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.InferenceContext18$1 this
         0: .line 1203
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.InferenceContext18$1.this$0:Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext18;
            getfield org.eclipse.jdt.internal.compiler.lookup.InferenceContext18.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.InferenceContext18$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext18$1;

  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.InferenceContext18$1 this
         0: .line 1207
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.InferenceContext18$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext18$1;

  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=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.InferenceContext18$1 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding typeVariable
         0: .line 1211
            iconst_0
            istore 2 /* j */
        start local 2 // int j
         1: goto 5
         2: .line 1212
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.InferenceContext18$1.val$variables:[Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;
            iload 2 /* j */
            aaload
            aload 1 /* typeVariable */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 4
         3: .line 1213
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.InferenceContext18$1.val$zs:[Lorg/eclipse/jdt/internal/compiler/lookup/CaptureBinding18;
            iload 2 /* j */
            aaload
            areturn
         4: .line 1211
      StackMap locals:
      StackMap stack:
            iinc 2 /* j */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* j */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.InferenceContext18$1.val$numVars:I
            if_icmplt 2
        end local 2 // int j
         6: .line 1218
            aload 1 /* typeVariable */
            instanceof org.eclipse.jdt.internal.compiler.lookup.InferenceVariable
            ifeq 11
         7: .line 1219
            aload 1 /* typeVariable */
            checkcast org.eclipse.jdt.internal.compiler.lookup.InferenceVariable
            astore 2 /* inferenceVariable */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.InferenceVariable inferenceVariable
         8: .line 1220
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.InferenceContext18$1.val$kurrentBoundSet:Lorg/eclipse/jdt/internal/compiler/lookup/BoundSet;
            aload 2 /* inferenceVariable */
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BoundSet.getInstantiation:(Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 3 /* instantiation */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding instantiation
         9: .line 1221
            aload 3 /* instantiation */
            ifnull 11
        10: .line 1222
            aload 3 /* instantiation */
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding instantiation
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.InferenceVariable inferenceVariable
        11: .line 1224
      StackMap locals:
      StackMap stack:
            aload 1 /* typeVariable */
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding typeVariable
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.InferenceContext18$1 this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext18$1;
            0   12     1       typeVariable  Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            1    6     2                  j  I
            8   11     2  inferenceVariable  Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;
            9   11     3      instantiation  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
              Name  Flags
      typeVariable  
}
SourceFile: "InferenceContext18.java"
EnclosingMethod: org.eclipse.jdt.internal.compiler.lookup.InferenceContext18.resolve:([Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;)Lorg/eclipse/jdt/internal/compiler/lookup/BoundSet;
NestHost: org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
InnerClasses:
  org.eclipse.jdt.internal.compiler.lookup.InferenceContext18$1