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

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

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

  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=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.CaptureBinding18$1 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding typeVariable
         0: .line 254
            aload 1 /* typeVariable */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.CaptureBinding18$1.this$0:Lorg/eclipse/jdt/internal/compiler/lookup/CaptureBinding18;
            if_acmpne 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.CaptureBinding18$1.val$newCapture:Lorg/eclipse/jdt/internal/compiler/lookup/CaptureBinding18;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* typeVariable */
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
         2: areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding typeVariable
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.CaptureBinding18$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/eclipse/jdt/internal/compiler/lookup/CaptureBinding18$1;
            0    3     1  typeVariable  Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
    MethodParameters:
              Name  Flags
      typeVariable  

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

  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.CaptureBinding18$1 this
         0: .line 262
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.CaptureBinding18$1.this$0:Lorg/eclipse/jdt/internal/compiler/lookup/CaptureBinding18;
            getfield org.eclipse.jdt.internal.compiler.lookup.CaptureBinding18.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.CaptureBinding18$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/CaptureBinding18$1;
}
SourceFile: "CaptureBinding18.java"
EnclosingMethod: org.eclipse.jdt.internal.compiler.lookup.CaptureBinding18.substituteInferenceVariable:(Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
NestHost: org.eclipse.jdt.internal.compiler.lookup.CaptureBinding18
InnerClasses:
  org.eclipse.jdt.internal.compiler.lookup.CaptureBinding18$1