public class org.eclipse.jdt.internal.compiler.lookup.MethodBinding extends org.eclipse.jdt.internal.compiler.lookup.Binding
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
  super_class: org.eclipse.jdt.internal.compiler.lookup.Binding
{
  public int modifiers;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

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

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

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

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

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

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

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

  char[] signature;
    descriptor: [C
    flags: (0x0000) 

  public long tagBits;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  protected org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] typeAnnotations;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    flags: (0x0004) ACC_PROTECTED

  public java.lang.Boolean[] parameterNonNullness;
    descriptor: [Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC

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

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

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 77
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.Binding.<init>:()V
         1: .line 64
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_TYPE_VARIABLES:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
         2: .line 68
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_ANNOTATIONS:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
         3: .line 75
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_PARAMETER_NAMES:[[C
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameterNames:[[C
         4: .line 78
            return
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public void <init>(int, char[], org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.TypeBinding[], org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[], org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding);
    descriptor: (I[CLorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // int modifiers
        start local 2 // char[] selector
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding returnType
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] parameters
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] thrownExceptions
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding declaringClass
         0: .line 80
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.Binding.<init>:()V
         1: .line 64
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_TYPE_VARIABLES:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
         2: .line 68
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_ANNOTATIONS:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
         3: .line 75
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_PARAMETER_NAMES:[[C
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameterNames:[[C
         4: .line 81
            aload 0 /* this */
            iload 1 /* modifiers */
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
         5: .line 82
            aload 0 /* this */
            aload 2 /* selector */
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
         6: .line 83
            aload 0 /* this */
            aload 3 /* returnType */
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         7: .line 84
            aload 0 /* this */
            aload 4 /* parameters */
            ifnull 8
            aload 4 /* parameters */
            arraylength
            ifne 9
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding int char[] org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
         8: getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_PARAMETERS:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            goto 10
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
         9: aload 4 /* parameters */
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding int char[] org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
        10: putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        11: .line 85
            aload 0 /* this */
            aload 5 /* thrownExceptions */
            ifnull 12
            aload 5 /* thrownExceptions */
            arraylength
            ifne 13
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
        12: getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_EXCEPTIONS:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            goto 14
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
        13: aload 5 /* thrownExceptions */
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding int char[] org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[]
        14: putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
        15: .line 86
            aload 0 /* this */
            aload 6 /* declaringClass */
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
        16: .line 89
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            ifnull 20
        17: .line 90
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isStrictfp:()Z
            ifeq 20
        18: .line 91
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isNative:()Z
            ifne 20
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isAbstract:()Z
            ifne 20
        19: .line 92
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            sipush 2048
            ior
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
        20: .line 93
      StackMap locals:
      StackMap stack:
            return
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding declaringClass
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] thrownExceptions
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] parameters
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding returnType
        end local 2 // char[] selector
        end local 1 // int modifiers
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   21     0              this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   21     1         modifiers  I
            0   21     2          selector  [C
            0   21     3        returnType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   21     4        parameters  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   21     5  thrownExceptions  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0   21     6    declaringClass  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
                  Name  Flags
      modifiers         
      selector          
      returnType        
      parameters        
      thrownExceptions  
      declaringClass    

  public void <init>(int, org.eclipse.jdt.internal.compiler.lookup.TypeBinding[], org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[], org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding);
    descriptor: (I[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // int modifiers
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] parameters
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] thrownExceptions
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding declaringClass
         0: .line 96
            aload 0 /* this */
            iload 1 /* modifiers */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.INIT:[C
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.VOID:Lorg/eclipse/jdt/internal/compiler/lookup/VoidTypeBinding;
            aload 2 /* parameters */
            aload 3 /* thrownExceptions */
            aload 4 /* declaringClass */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.MethodBinding.<init>:(I[CLorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)V
         1: .line 97
            return
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding declaringClass
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] thrownExceptions
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] parameters
        end local 1 // int modifiers
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0    2     1         modifiers  I
            0    2     2        parameters  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    2     3  thrownExceptions  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    2     4    declaringClass  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
                  Name  Flags
      modifiers         
      parameters        
      thrownExceptions  
      declaringClass    

  public void <init>(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding initialMethodBinding
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding declaringClass
         0: .line 99
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.Binding.<init>:()V
         1: .line 64
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_TYPE_VARIABLES:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
         2: .line 68
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_ANNOTATIONS:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
         3: .line 75
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_PARAMETER_NAMES:[[C
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameterNames:[[C
         4: .line 100
            aload 0 /* this */
            aload 1 /* initialMethodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
         5: .line 101
            aload 0 /* this */
            aload 1 /* initialMethodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
         6: .line 102
            aload 0 /* this */
            aload 1 /* initialMethodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         7: .line 103
            aload 0 /* this */
            aload 1 /* initialMethodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         8: .line 104
            aload 0 /* this */
            aload 1 /* initialMethodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
         9: .line 105
            aload 0 /* this */
            aload 2 /* declaringClass */
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
        10: .line 106
            aload 2 /* declaringClass */
            aload 0 /* this */
            aload 1 /* initialMethodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 1 /* initialMethodBinding */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.retrieveAnnotationHolder:(Lorg/eclipse/jdt/internal/compiler/lookup/Binding;Z)Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationHolder;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.storeAnnotationHolder:(Lorg/eclipse/jdt/internal/compiler/lookup/Binding;Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationHolder;)V
        11: .line 107
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding declaringClass
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding initialMethodBinding
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   12     0                  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   12     1  initialMethodBinding  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   12     2        declaringClass  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
                      Name  Flags
      initialMethodBinding  
      declaringClass        

  public final boolean areParameterErasuresEqual(org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
         0: .line 111
            aload 1 /* method */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 2 /* args */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] args
         1: .line 112
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* args */
            if_acmpne 3
         2: .line 113
            iconst_1
            ireturn
         3: .line 115
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 3 /* length */
        start local 3 // int length
         4: .line 116
            iload 3 /* length */
            aload 2 /* args */
            arraylength
            if_icmpeq 6
         5: .line 117
            iconst_0
            ireturn
         6: .line 119
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         7: goto 11
         8: .line 120
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 4 /* i */
            aaload
            aload 2 /* args */
            iload 4 /* i */
            aaload
            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 10
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 4 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* args */
            iload 4 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            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 10
         9: .line 121
            iconst_0
            ireturn
        10: .line 119
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 8
        end local 4 // int i
        12: .line 122
            iconst_1
            ireturn
        end local 3 // int length
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] args
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   13     1  method  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            1   13     2    args  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            4   13     3  length  I
            7   12     4       i  I
    MethodParameters:
        Name  Flags
      method  

  public final boolean areParametersCompatibleWith(org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] arguments
         0: .line 130
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 2 /* paramLength */
        start local 2 // int paramLength
         1: .line 131
            aload 1 /* arguments */
            arraylength
            istore 3 /* argLength */
        start local 3 // int argLength
         2: .line 132
            iload 3 /* argLength */
            istore 4 /* lastIndex */
        start local 4 // int lastIndex
         3: .line 133
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isVarargs:()Z
            ifeq 21
         4: .line 134
            iload 2 /* paramLength */
            iconst_1
            isub
            istore 4 /* lastIndex */
         5: .line 135
            iload 2 /* paramLength */
            iload 3 /* argLength */
            if_icmpne 10
         6: .line 136
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 4 /* lastIndex */
            aaload
            astore 5 /* varArgType */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding varArgType
         7: .line 137
            aload 1 /* arguments */
            iload 4 /* lastIndex */
            aaload
            astore 6 /* lastArgument */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding lastArgument
         8: .line 138
            aload 5 /* varArgType */
            aload 6 /* lastArgument */
            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 21
            aload 6 /* lastArgument */
            aload 5 /* varArgType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifne 21
         9: .line 139
            iconst_0
            ireturn
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding lastArgument
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding varArgType
        10: .line 140
      StackMap locals: int int int
      StackMap stack:
            iload 2 /* paramLength */
            iload 3 /* argLength */
            if_icmpge 19
        11: .line 141
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 4 /* lastIndex */
            aaload
            checkcast org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.elementsType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 5 /* varArgType */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding varArgType
        12: .line 142
            iload 4 /* lastIndex */
            istore 6 /* i */
        start local 6 // int i
        13: goto 17
        14: .line 143
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding int
      StackMap stack:
            aload 5 /* varArgType */
            aload 1 /* arguments */
            iload 6 /* i */
            aaload
            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 16
            aload 1 /* arguments */
            iload 6 /* i */
            aaload
            aload 5 /* varArgType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifne 16
        15: .line 144
            iconst_0
            ireturn
        16: .line 142
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 6 /* i */
            iload 3 /* argLength */
            if_icmplt 14
        end local 6 // int i
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding varArgType
        18: .line 145
            goto 21
      StackMap locals:
      StackMap stack:
        19: iload 4 /* lastIndex */
            iload 3 /* argLength */
            if_icmpeq 21
        20: .line 146
            iconst_0
            ireturn
        21: .line 150
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        22: goto 26
        23: .line 151
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 5 /* i */
            aaload
            aload 1 /* arguments */
            iload 5 /* i */
            aaload
            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 25
            aload 1 /* arguments */
            iload 5 /* i */
            aaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 5 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifne 25
        24: .line 152
            iconst_0
            ireturn
        25: .line 150
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        26: iload 5 /* i */
            iload 4 /* lastIndex */
            if_icmplt 23
        end local 5 // int i
        27: .line 153
            iconst_1
            ireturn
        end local 4 // int lastIndex
        end local 3 // int argLength
        end local 2 // int paramLength
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] arguments
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   28     0          this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   28     1     arguments  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            1   28     2   paramLength  I
            2   28     3     argLength  I
            3   28     4     lastIndex  I
            7   10     5    varArgType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            8   10     6  lastArgument  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           12   18     5    varArgType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           13   18     6             i  I
           22   27     5             i  I
    MethodParameters:
           Name  Flags
      arguments  

  public final boolean areParametersEqual(org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
         0: .line 158
            aload 1 /* method */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 2 /* args */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] args
         1: .line 159
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* args */
            if_acmpne 3
         2: .line 160
            iconst_1
            ireturn
         3: .line 162
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 3 /* length */
        start local 3 // int length
         4: .line 163
            iload 3 /* length */
            aload 2 /* args */
            arraylength
            if_icmpeq 6
         5: .line 164
            iconst_0
            ireturn
         6: .line 166
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         7: goto 11
         8: .line 167
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 4 /* i */
            aaload
            aload 2 /* args */
            iload 4 /* i */
            aaload
            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 10
         9: .line 168
            iconst_0
            ireturn
        10: .line 166
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 8
        end local 4 // int i
        12: .line 169
            iconst_1
            ireturn
        end local 3 // int length
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] args
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   13     1  method  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            1   13     2    args  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            4   13     3  length  I
            7   12     4       i  I
    MethodParameters:
        Name  Flags
      method  

  public final boolean areTypeVariableErasuresEqual(org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
         0: .line 179
            aload 1 /* method */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            astore 2 /* vars */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] vars
         1: .line 180
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            aload 2 /* vars */
            if_acmpne 3
         2: .line 181
            iconst_1
            ireturn
         3: .line 183
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[]
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            arraylength
            istore 3 /* length */
        start local 3 // int length
         4: .line 184
            iload 3 /* length */
            aload 2 /* vars */
            arraylength
            if_icmpeq 6
         5: .line 185
            iconst_0
            ireturn
         6: .line 187
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         7: goto 11
         8: .line 188
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            iload 4 /* i */
            aaload
            aload 2 /* vars */
            iload 4 /* i */
            aaload
            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 10
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            iload 4 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* vars */
            iload 4 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            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 10
         9: .line 189
            iconst_0
            ireturn
        10: .line 187
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 8
        end local 4 // int i
        12: .line 190
            iconst_1
            ireturn
        end local 3 // int length
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] vars
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   13     1  method  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            1   13     2    vars  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            4   13     3  length  I
            7   12     4       i  I
    MethodParameters:
        Name  Flags
      method  

  public org.eclipse.jdt.internal.compiler.lookup.MethodBinding asRawMethod(org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment env
         0: .line 193
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_TYPE_VARIABLES:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            if_acmpne 1
            aload 0 /* this */
            areturn
         1: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            arraylength
            istore 2 /* length */
        start local 2 // int length
         2: .line 197
            iload 2 /* length */
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            astore 3 /* arguments */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] arguments
         3: .line 198
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 7
         5: .line 199
      StackMap locals: int org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int
      StackMap stack:
            aload 3 /* arguments */
            iload 4 /* i */
            aload 0 /* this */
            aload 1 /* env */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            iload 4 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.makeRawArgument:(Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aastore
         6: .line 198
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            iload 2 /* length */
            if_icmplt 5
        end local 4 // int i
         8: .line 201
            aload 1 /* env */
            aload 0 /* this */
            aload 3 /* arguments */
            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/ParameterizedGenericMethodBinding;
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] arguments
        end local 2 // int length
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment env
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0    9     1        env  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            2    9     2     length  I
            3    9     3  arguments  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            4    8     4          i  I
    MethodParameters:
      Name  Flags
      env   

  private org.eclipse.jdt.internal.compiler.lookup.TypeBinding makeRawArgument(org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment, org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=8, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment env
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding var
         0: .line 204
            aload 2 /* var */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.boundsCount:()I
            iconst_1
            if_icmpgt 5
         1: .line 205
            aload 2 /* var */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.upperBound:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 3 /* upperBound */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding upperBound
         2: .line 206
            aload 3 /* upperBound */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isTypeVariable:()Z
            ifeq 4
         3: .line 207
            aload 0 /* this */
            aload 1 /* env */
            aload 3 /* upperBound */
            checkcast org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.makeRawArgument:(Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
         4: .line 208
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 1 /* env */
            aload 3 /* upperBound */
            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;
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding upperBound
         5: .line 211
      StackMap locals:
      StackMap stack:
            aload 2 /* var */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.superInterfaces:()[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 3 /* itsSuperinterfaces */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] itsSuperinterfaces
         6: .line 212
            aload 3 /* itsSuperinterfaces */
            arraylength
            istore 4 /* superLength */
        start local 4 // int superLength
         7: .line 213
            aconst_null
            astore 5 /* rawFirstBound */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding rawFirstBound
         8: .line 214
            aconst_null
            astore 6 /* rawOtherBounds */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] rawOtherBounds
         9: .line 215
            aload 2 /* var */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.boundsCount:()I
            iload 4 /* superLength */
            if_icmpne 18
        10: .line 216
            aload 1 /* env */
            aload 3 /* itsSuperinterfaces */
            iconst_0
            aaload
            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;
            astore 5 /* rawFirstBound */
        11: .line 217
            iload 4 /* superLength */
            iconst_1
            isub
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            astore 6 /* rawOtherBounds */
        12: .line 218
            iconst_1
            istore 7 /* s */
        start local 7 // int s
        13: goto 16
        14: .line 219
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int
      StackMap stack:
            aload 6 /* rawOtherBounds */
            iload 7 /* s */
            iconst_1
            isub
            aload 1 /* env */
            aload 3 /* itsSuperinterfaces */
            iload 7 /* s */
            aaload
            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;
            aastore
        15: .line 218
            iinc 7 /* s */ 1
      StackMap locals:
      StackMap stack:
        16: iload 7 /* s */
            iload 4 /* superLength */
            if_icmplt 14
        end local 7 // int s
        17: .line 220
            goto 25
        18: .line 221
      StackMap locals:
      StackMap stack:
            aload 1 /* env */
            aload 2 /* var */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.superclass:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            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;
            astore 5 /* rawFirstBound */
        19: .line 222
            iload 4 /* superLength */
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            astore 6 /* rawOtherBounds */
        20: .line 223
            iconst_0
            istore 7 /* s */
        start local 7 // int s
        21: goto 24
        22: .line 224
      StackMap locals: int
      StackMap stack:
            aload 6 /* rawOtherBounds */
            iload 7 /* s */
            aload 1 /* env */
            aload 3 /* itsSuperinterfaces */
            iload 7 /* s */
            aaload
            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;
            aastore
        23: .line 223
            iinc 7 /* s */ 1
      StackMap locals:
      StackMap stack:
        24: iload 7 /* s */
            iload 4 /* superLength */
            if_icmplt 22
        end local 7 // int s
        25: .line 226
      StackMap locals:
      StackMap stack:
            aload 1 /* env */
            aconst_null
            iconst_0
            aload 5 /* rawFirstBound */
            aload 6 /* rawOtherBounds */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createWildcard:(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 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] rawOtherBounds
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding rawFirstBound
        end local 4 // int superLength
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] itsSuperinterfaces
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding var
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment env
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   26     0                this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   26     1                 env  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   26     2                 var  Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            2    5     3          upperBound  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            6   26     3  itsSuperinterfaces  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            7   26     4         superLength  I
            8   26     5       rawFirstBound  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            9   26     6      rawOtherBounds  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           13   17     7                   s  I
           21   25     7                   s  I
    MethodParameters:
      Name  Flags
      env   
      var   

  public final boolean canBeSeenBy(org.eclipse.jdt.internal.compiler.lookup.InvocationSite, org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=7, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.InvocationSite invocationSite
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 240
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isPublic:()Z
            ifeq 1
            iconst_1
            ireturn
         1: .line 242
      StackMap locals:
      StackMap stack:
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.enclosingSourceType:()Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            astore 3 /* invocationType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding invocationType
         2: .line 243
            aload 3 /* invocationType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            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 3
            iconst_1
            ireturn
         3: .line 245
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isProtected:()Z
            ifeq 6
         4: .line 247
            aload 3 /* invocationType */
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            if_acmpne 5
            iconst_1
            ireturn
         5: .line 248
      StackMap locals:
      StackMap stack:
            aload 1 /* invocationSite */
            invokeinterface org.eclipse.jdt.internal.compiler.lookup.InvocationSite.isSuperAccess:()Z
            ireturn
         6: .line 251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isPrivate:()Z
            ifeq 20
         7: .line 254
            aload 3 /* invocationType */
            astore 4 /* outerInvocationType */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding outerInvocationType
         8: .line 255
            aload 4 /* outerInvocationType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 5 /* temp */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding temp
         9: .line 256
            goto 12
        10: .line 257
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 5 /* temp */
            astore 4 /* outerInvocationType */
        11: .line 258
            aload 5 /* temp */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 5 /* temp */
        12: .line 256
      StackMap locals:
      StackMap stack:
            aload 5 /* temp */
            ifnonnull 10
        13: .line 261
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 6 /* outerDeclaringClass */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding outerDeclaringClass
        14: .line 262
            aload 6 /* outerDeclaringClass */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 5 /* temp */
        15: .line 263
            goto 18
        16: .line 264
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 5 /* temp */
            astore 6 /* outerDeclaringClass */
        17: .line 265
            aload 5 /* temp */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 5 /* temp */
        18: .line 263
      StackMap locals:
      StackMap stack:
            aload 5 /* temp */
            ifnonnull 16
        19: .line 267
            aload 4 /* outerInvocationType */
            aload 6 /* outerDeclaringClass */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ireturn
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding outerDeclaringClass
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding temp
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding outerInvocationType
        20: .line 271
      StackMap locals:
      StackMap stack:
            aload 3 /* invocationType */
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            if_acmpne 21
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        21: iconst_0
            ireturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding invocationType
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.InvocationSite invocationSite
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   22     0                 this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   22     1       invocationSite  Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;
            0   22     2                scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            2   22     3       invocationType  Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            8   20     4  outerInvocationType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            9   20     5                 temp  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           14   20     6  outerDeclaringClass  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
                Name  Flags
      invocationSite  
      scope           

  public final boolean canBeSeenBy(org.eclipse.jdt.internal.compiler.lookup.PackageBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding invocationPackage
         0: .line 274
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isPublic:()Z
            ifeq 1
            iconst_1
            ireturn
         1: .line 275
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isPrivate:()Z
            ifeq 2
            iconst_0
            ireturn
         2: .line 278
      StackMap locals:
      StackMap stack:
            aload 1 /* invocationPackage */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.getPackage:()Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            if_acmpne 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding invocationPackage
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0    4     1  invocationPackage  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
    MethodParameters:
                   Name  Flags
      invocationPackage  

  public final boolean canBeSeenBy(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.InvocationSite, org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=9, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding receiverType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.InvocationSite invocationSite
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 289
            aload 3 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.enclosingSourceType:()Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            astore 4 /* invocationType */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding invocationType
         1: .line 290
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isInterface:()Z
            ifeq 8
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isStatic:()Z
            ifeq 8
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isPrivate:()Z
            ifne 8
         2: .line 292
            aload 3 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.sourceLevel:J
            ldc 3407872
            lcmp
            ifge 4
         3: .line 293
            iconst_0
            ireturn
         4: .line 294
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
      StackMap stack:
            aload 2 /* invocationSite */
            invokeinterface org.eclipse.jdt.internal.compiler.lookup.InvocationSite.isTypeAccess:()Z
            ifne 5
            aload 2 /* invocationSite */
            invokeinterface org.eclipse.jdt.internal.compiler.lookup.InvocationSite.receiverIsImplicitThis:()Z
            ifeq 7
      StackMap locals:
      StackMap stack:
         5: aload 1 /* receiverType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            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 7
         6: .line 295
            iconst_1
            ireturn
         7: .line 296
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         8: .line 299
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isPublic:()Z
            ifeq 9
            iconst_1
            ireturn
         9: .line 302
      StackMap locals:
      StackMap stack:
            aload 4 /* invocationType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            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 10
            aload 4 /* invocationType */
            aload 1 /* receiverType */
            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 10
            iconst_1
            ireturn
        10: .line 304
      StackMap locals:
      StackMap stack:
            aload 4 /* invocationType */
            ifnonnull 13
        11: .line 305
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isPrivate:()Z
            ifne 12
            aload 3 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getCurrentPackage:()Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            if_acmpne 12
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        12: iconst_0
            ireturn
        13: .line 307
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isProtected:()Z
            ifeq 35
        14: .line 313
            aload 4 /* invocationType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            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 15
            iconst_1
            ireturn
        15: .line 314
      StackMap locals:
      StackMap stack:
            aload 4 /* invocationType */
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            if_acmpne 16
            iconst_1
            ireturn
        16: .line 316
      StackMap locals:
      StackMap stack:
            aload 4 /* invocationType */
            astore 5 /* currentType */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding currentType
        17: .line 317
            aload 1 /* receiverType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 6 /* receiverErasure */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding receiverErasure
        18: .line 318
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 7 /* declaringErasure */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding declaringErasure
        19: .line 319
            iconst_0
            istore 8 /* depth */
        start local 8 // int depth
        20: .line 321
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.InvocationSite org.eclipse.jdt.internal.compiler.lookup.Scope org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int
      StackMap stack:
            aload 5 /* currentType */
            aload 7 /* declaringErasure */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.findSuperTypeOriginatingFrom:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 31
        21: .line 322
            aload 2 /* invocationSite */
            invokeinterface org.eclipse.jdt.internal.compiler.lookup.InvocationSite.isSuperAccess:()Z
            ifeq 23
        22: .line 323
            iconst_1
            ireturn
        23: .line 325
      StackMap locals:
      StackMap stack:
            aload 1 /* receiverType */
            instanceof org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
            ifeq 25
        24: .line 326
            iconst_0
            ireturn
        25: .line 327
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isStatic:()Z
            ifeq 28
        26: .line 328
            iload 8 /* depth */
            ifle 27
            aload 2 /* invocationSite */
            iload 8 /* depth */
            invokeinterface org.eclipse.jdt.internal.compiler.lookup.InvocationSite.setDepth:(I)V
        27: .line 329
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        28: .line 331
      StackMap locals:
      StackMap stack:
            aload 5 /* currentType */
            aload 6 /* receiverErasure */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifne 29
            aload 6 /* receiverErasure */
            aload 5 /* currentType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.findSuperTypeOriginatingFrom:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 31
        29: .line 332
      StackMap locals:
      StackMap stack:
            iload 8 /* depth */
            ifle 30
            aload 2 /* invocationSite */
            iload 8 /* depth */
            invokeinterface org.eclipse.jdt.internal.compiler.lookup.InvocationSite.setDepth:(I)V
        30: .line 333
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        31: .line 336
      StackMap locals:
      StackMap stack:
            iinc 8 /* depth */ 1
        32: .line 337
            aload 5 /* currentType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 5 /* currentType */
        33: .line 338
            aload 5 /* currentType */
            ifnonnull 20
        34: .line 339
            iconst_0
            ireturn
        end local 8 // int depth
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding declaringErasure
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding receiverErasure
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding currentType
        35: .line 342
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.InvocationSite org.eclipse.jdt.internal.compiler.lookup.Scope org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isPrivate:()Z
            ifeq 55
        36: .line 346
            aload 1 /* receiverType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            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 40
        37: .line 348
            aload 3 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.complianceLevel:J
            ldc 3276800
            lcmp
            ifgt 39
            aload 1 /* receiverType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isTypeVariable:()Z
            ifeq 39
            aload 1 /* receiverType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.isErasureBoundTo:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 39
        38: .line 349
            goto 40
        39: .line 350
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        40: .line 354
      StackMap locals:
      StackMap stack:
            aload 4 /* invocationType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            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 54
        41: .line 355
            aload 4 /* invocationType */
            astore 5 /* outerInvocationType */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding outerInvocationType
        42: .line 356
            aload 5 /* outerInvocationType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 6 /* temp */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding temp
        43: .line 357
            goto 46
        44: .line 358
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 6 /* temp */
            astore 5 /* outerInvocationType */
        45: .line 359
            aload 6 /* temp */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 6 /* temp */
        46: .line 357
      StackMap locals:
      StackMap stack:
            aload 6 /* temp */
            ifnonnull 44
        47: .line 362
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 7 /* outerDeclaringClass */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding outerDeclaringClass
        48: .line 363
            aload 7 /* outerDeclaringClass */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 6 /* temp */
        49: .line 364
            goto 52
        50: .line 365
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 6 /* temp */
            astore 7 /* outerDeclaringClass */
        51: .line 366
            aload 6 /* temp */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 6 /* temp */
        52: .line 364
      StackMap locals:
      StackMap stack:
            aload 6 /* temp */
            ifnonnull 50
        53: .line 368
            aload 5 /* outerInvocationType */
            aload 7 /* outerDeclaringClass */
            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 54
            iconst_0
            ireturn
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding outerDeclaringClass
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding temp
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding outerInvocationType
        54: .line 370
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        55: .line 374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            astore 5 /* declaringPackage */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding declaringPackage
        56: .line 375
            aload 4 /* invocationType */
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            aload 5 /* declaringPackage */
            if_acmpeq 57
            iconst_0
            ireturn
        57: .line 378
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.PackageBinding
      StackMap stack:
            aload 1 /* receiverType */
            instanceof org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
            ifeq 59
        58: .line 379
            iconst_0
            ireturn
        59: .line 380
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 6 /* originalDeclaringClass */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding originalDeclaringClass
        60: .line 381
            aload 1 /* receiverType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 7 /* currentType */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding currentType
        61: .line 383
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 7 /* currentType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isCapture:()Z
            ifeq 63
        62: .line 384
            aload 6 /* originalDeclaringClass */
            aload 7 /* currentType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            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 64
            iconst_1
            ireturn
        63: .line 386
      StackMap locals:
      StackMap stack:
            aload 6 /* originalDeclaringClass */
            aload 7 /* currentType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            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 64
            iconst_1
            ireturn
        64: .line 388
      StackMap locals:
      StackMap stack:
            aload 7 /* currentType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            astore 8 /* currentPackage */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding currentPackage
        65: .line 390
            aload 7 /* currentType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isCapture:()Z
            ifne 66
            aload 8 /* currentPackage */
            ifnull 66
            aload 8 /* currentPackage */
            aload 5 /* declaringPackage */
            if_acmpeq 66
            iconst_0
            ireturn
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding currentPackage
        66: .line 391
      StackMap locals:
      StackMap stack:
            aload 7 /* currentType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.superclass:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            dup
            astore 7 /* currentType */
            ifnonnull 61
        67: .line 392
            iconst_0
            ireturn
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding currentType
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding originalDeclaringClass
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding declaringPackage
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding invocationType
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.InvocationSite invocationSite
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding receiverType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   68     0                    this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   68     1            receiverType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   68     2          invocationSite  Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;
            0   68     3                   scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            1   68     4          invocationType  Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
           17   35     5             currentType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           18   35     6         receiverErasure  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           19   35     7        declaringErasure  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           20   35     8                   depth  I
           42   54     5     outerInvocationType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           43   54     6                    temp  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           48   54     7     outerDeclaringClass  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           56   68     5        declaringPackage  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
           60   68     6  originalDeclaringClass  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           61   68     7             currentType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           65   66     8          currentPackage  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
    MethodParameters:
                Name  Flags
      receiverType    
      invocationSite  
      scope           

  public java.util.List<org.eclipse.jdt.internal.compiler.lookup.TypeBinding> collectMissingTypes(java.util.List<org.eclipse.jdt.internal.compiler.lookup.TypeBinding>);
    descriptor: (Ljava/util/List;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // java.util.List missingTypes
         0: .line 396
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            ldc 128
            land
            lconst_0
            lcmp
            ifeq 28
         1: .line 397
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* missingTypes */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.collectMissingTypes:(Ljava/util/List;)Ljava/util/List;
            astore 1 /* missingTypes */
         2: .line 398
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 3 /* max */
        start local 3 // int max
         4: goto 7
         5: .line 399
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 2 /* i */
            aaload
            aload 1 /* missingTypes */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.collectMissingTypes:(Ljava/util/List;)Ljava/util/List;
            astore 1 /* missingTypes */
         6: .line 398
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            iload 3 /* max */
            if_icmplt 5
        end local 3 // int max
        end local 2 // int i
         8: .line 401
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         9: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            arraylength
            istore 3 /* max */
        start local 3 // int max
        10: goto 13
        11: .line 402
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            iload 2 /* i */
            aaload
            aload 1 /* missingTypes */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.collectMissingTypes:(Ljava/util/List;)Ljava/util/List;
            astore 1 /* missingTypes */
        12: .line 401
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 2 /* i */
            iload 3 /* max */
            if_icmplt 11
        end local 3 // int max
        end local 2 // int i
        14: .line 404
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        15: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            arraylength
            istore 3 /* max */
        start local 3 // int max
        16: goto 27
        17: .line 405
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            iload 2 /* i */
            aaload
            astore 4 /* variable */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding variable
        18: .line 406
            aload 4 /* variable */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.superclass:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 1 /* missingTypes */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.collectMissingTypes:(Ljava/util/List;)Ljava/util/List;
            astore 1 /* missingTypes */
        19: .line 407
            aload 4 /* variable */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.superInterfaces:()[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 5 /* interfaces */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] interfaces
        20: .line 408
            iconst_0
            istore 6 /* j */
        start local 6 // int j
        21: aload 5 /* interfaces */
            arraylength
            istore 7 /* length */
        start local 7 // int length
        22: goto 25
        23: .line 409
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding java.util.List int int org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] int int
      StackMap stack:
            aload 5 /* interfaces */
            iload 6 /* j */
            aaload
            aload 1 /* missingTypes */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.collectMissingTypes:(Ljava/util/List;)Ljava/util/List;
            astore 1 /* missingTypes */
        24: .line 408
            iinc 6 /* j */ 1
      StackMap locals:
      StackMap stack:
        25: iload 6 /* j */
            iload 7 /* length */
            if_icmplt 23
        end local 7 // int length
        end local 6 // int j
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] interfaces
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding variable
        26: .line 404
            iinc 2 /* i */ 1
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding java.util.List int int
      StackMap stack:
        27: iload 2 /* i */
            iload 3 /* max */
            if_icmplt 17
        end local 3 // int max
        end local 2 // int i
        28: .line 413
      StackMap locals:
      StackMap stack:
            aload 1 /* missingTypes */
            areturn
        end local 1 // java.util.List missingTypes
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   29     0          this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   29     1  missingTypes  Ljava/util/List<Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;>;
            3    8     2             i  I
            4    8     3           max  I
            9   14     2             i  I
           10   14     3           max  I
           15   28     2             i  I
           16   28     3           max  I
           18   26     4      variable  Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
           20   26     5    interfaces  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           21   26     6             j  I
           22   26     7        length  I
    Signature: (Ljava/util/List<Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;>;)Ljava/util/List<Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;>;
    MethodParameters:
              Name  Flags
      missingTypes  

  public org.eclipse.jdt.internal.compiler.lookup.MethodBinding computeSubstitutedMethod(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment env
         0: .line 417
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            arraylength
            istore 3 /* length */
        start local 3 // int length
         1: .line 418
            aload 1 /* method */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            astore 4 /* vars */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] vars
         2: .line 419
            iload 3 /* length */
            aload 4 /* vars */
            arraylength
            if_icmpeq 4
         3: .line 420
            aconst_null
            areturn
         4: .line 426
      StackMap locals: int org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[]
      StackMap stack:
            aload 2 /* env */
            aload 1 /* method */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            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/ParameterizedGenericMethodBinding;
         5: .line 425
            astore 5 /* substitute */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding substitute
         6: .line 427
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         7: goto 11
         8: .line 428
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            iload 6 /* i */
            aaload
            aload 4 /* vars */
            iload 6 /* i */
            aaload
            aload 5 /* substitute */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.isInterchangeableWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Substitution;)Z
            ifne 10
         9: .line 429
            aconst_null
            areturn
        10: .line 427
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 6 /* i */
            iload 3 /* length */
            if_icmplt 8
        end local 6 // int i
        12: .line 430
            aload 5 /* substitute */
            areturn
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding substitute
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] vars
        end local 3 // int length
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment env
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   13     1      method  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   13     2         env  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            1   13     3      length  I
            2   13     4        vars  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            6   13     5  substitute  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding;
            7   12     6           i  I
    MethodParameters:
        Name  Flags
      method  
      env     

  public char[] computeUniqueKey(boolean);
    descriptor: (Z)[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=17, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // boolean isLeaf
         0: .line 440
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.computeUniqueKey:(Z)[C
            astore 2 /* declaringKey */
        start local 2 // char[] declaringKey
         1: .line 441
            aload 2 /* declaringKey */
            arraylength
            istore 3 /* declaringLength */
        start local 3 // int declaringLength
         2: .line 444
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.INIT:[C
            if_acmpne 3
            iconst_0
            goto 4
      StackMap locals: char[] int
      StackMap stack:
         3: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            arraylength
      StackMap locals:
      StackMap stack: int
         4: istore 4 /* selectorLength */
        start local 4 // int selectorLength
         5: .line 447
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.genericSignature:()[C
            astore 5 /* sig */
        start local 5 // char[] sig
         6: .line 448
            aload 5 /* sig */
            ifnull 7
            iconst_1
            goto 8
      StackMap locals: int char[]
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 6 /* isGeneric */
        start local 6 // boolean isGeneric
         9: .line 449
            iload 6 /* isGeneric */
            ifne 10
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.signature:()[C
            astore 5 /* sig */
        10: .line 450
      StackMap locals: int
      StackMap stack:
            aload 5 /* sig */
            arraylength
            istore 7 /* signatureLength */
        start local 7 // int signatureLength
        11: .line 453
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            arraylength
            istore 8 /* thrownExceptionsLength */
        start local 8 // int thrownExceptionsLength
        12: .line 454
            iconst_0
            istore 9 /* thrownExceptionsSignatureLength */
        start local 9 // int thrownExceptionsSignatureLength
        13: .line 455
            aconst_null
            astore 10 /* thrownExceptionsSignatures */
        start local 10 // char[][] thrownExceptionsSignatures
        14: .line 456
            iload 8 /* thrownExceptionsLength */
            ifle 16
            iload 6 /* isGeneric */
            ifeq 15
            bipush 94
            aload 5 /* sig */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.lastIndexOf:(C[C)I
            ifge 16
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding int char[] int int char[] int int int int char[][]
      StackMap stack:
        15: iconst_1
            goto 17
      StackMap locals:
      StackMap stack:
        16: iconst_0
      StackMap locals:
      StackMap stack: int
        17: istore 11 /* addThrownExceptions */
        start local 11 // boolean addThrownExceptions
        18: .line 457
            iload 11 /* addThrownExceptions */
            ifeq 27
        19: .line 458
            iload 8 /* thrownExceptionsLength */
            anewarray char[]
            astore 10 /* thrownExceptionsSignatures */
        20: .line 459
            iconst_0
            istore 12 /* i */
        start local 12 // int i
        21: goto 26
        22: .line 460
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            iload 12 /* i */
            aaload
            ifnull 25
        23: .line 461
            aload 10 /* thrownExceptionsSignatures */
            iload 12 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            iload 12 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.signature:()[C
            aastore
        24: .line 462
            iload 9 /* thrownExceptionsSignatureLength */
            aload 10 /* thrownExceptionsSignatures */
            iload 12 /* i */
            aaload
            arraylength
            iconst_1
            iadd
            iadd
            istore 9 /* thrownExceptionsSignatureLength */
        25: .line 459
      StackMap locals:
      StackMap stack:
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        26: iload 12 /* i */
            iload 8 /* thrownExceptionsLength */
            if_icmplt 22
        end local 12 // int i
        27: .line 467
      StackMap locals:
      StackMap stack:
            iload 3 /* declaringLength */
            iconst_1
            iadd
            iload 4 /* selectorLength */
            iadd
            iload 7 /* signatureLength */
            iadd
            iload 9 /* thrownExceptionsSignatureLength */
            iadd
            newarray 5
            astore 12 /* uniqueKey */
        start local 12 // char[] uniqueKey
        28: .line 468
            iconst_0
            istore 13 /* index */
        start local 13 // int index
        29: .line 469
            aload 2 /* declaringKey */
            iconst_0
            aload 12 /* uniqueKey */
            iload 13 /* index */
            iload 3 /* declaringLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        30: .line 470
            iload 3 /* declaringLength */
            istore 13 /* index */
        31: .line 471
            aload 12 /* uniqueKey */
            iload 13 /* index */
            iinc 13 /* index */ 1
            bipush 46
            castore
        32: .line 472
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            iconst_0
            aload 12 /* uniqueKey */
            iload 13 /* index */
            iload 4 /* selectorLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        33: .line 473
            iload 13 /* index */
            iload 4 /* selectorLength */
            iadd
            istore 13 /* index */
        34: .line 474
            aload 5 /* sig */
            iconst_0
            aload 12 /* uniqueKey */
            iload 13 /* index */
            iload 7 /* signatureLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        35: .line 475
            iload 9 /* thrownExceptionsSignatureLength */
            ifle 47
        36: .line 476
            iload 13 /* index */
            iload 7 /* signatureLength */
            iadd
            istore 13 /* index */
        37: .line 477
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        38: goto 46
        39: .line 478
      StackMap locals: char[] int int
      StackMap stack:
            aload 10 /* thrownExceptionsSignatures */
            iload 14 /* i */
            aaload
            astore 15 /* thrownExceptionSignature */
        start local 15 // char[] thrownExceptionSignature
        40: .line 479
            aload 15 /* thrownExceptionSignature */
            ifnull 45
        41: .line 480
            aload 12 /* uniqueKey */
            iload 13 /* index */
            iinc 13 /* index */ 1
            bipush 124
            castore
        42: .line 481
            aload 15 /* thrownExceptionSignature */
            arraylength
            istore 16 /* length */
        start local 16 // int length
        43: .line 482
            aload 15 /* thrownExceptionSignature */
            iconst_0
            aload 12 /* uniqueKey */
            iload 13 /* index */
            iload 16 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        44: .line 483
            iload 13 /* index */
            iload 16 /* length */
            iadd
            istore 13 /* index */
        end local 16 // int length
        end local 15 // char[] thrownExceptionSignature
        45: .line 477
      StackMap locals:
      StackMap stack:
            iinc 14 /* i */ 1
      StackMap locals:
      StackMap stack:
        46: iload 14 /* i */
            iload 8 /* thrownExceptionsLength */
            if_icmplt 39
        end local 14 // int i
        47: .line 487
      StackMap locals:
      StackMap stack:
            aload 12 /* uniqueKey */
            areturn
        end local 13 // int index
        end local 12 // char[] uniqueKey
        end local 11 // boolean addThrownExceptions
        end local 10 // char[][] thrownExceptionsSignatures
        end local 9 // int thrownExceptionsSignatureLength
        end local 8 // int thrownExceptionsLength
        end local 7 // int signatureLength
        end local 6 // boolean isGeneric
        end local 5 // char[] sig
        end local 4 // int selectorLength
        end local 3 // int declaringLength
        end local 2 // char[] declaringKey
        end local 1 // boolean isLeaf
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot                             Name  Signature
            0   48     0                             this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   48     1                           isLeaf  Z
            1   48     2                     declaringKey  [C
            2   48     3                  declaringLength  I
            5   48     4                   selectorLength  I
            6   48     5                              sig  [C
            9   48     6                        isGeneric  Z
           11   48     7                  signatureLength  I
           12   48     8           thrownExceptionsLength  I
           13   48     9  thrownExceptionsSignatureLength  I
           14   48    10       thrownExceptionsSignatures  [[C
           18   48    11              addThrownExceptions  Z
           21   27    12                                i  I
           28   48    12                        uniqueKey  [C
           29   48    13                            index  I
           38   47    14                                i  I
           40   45    15         thrownExceptionSignature  [C
           43   45    16                           length  I
    MethodParameters:
        Name  Flags
      isLeaf  

  public final char[] constantPoolName();
    descriptor: ()[C
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 497
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  protected void fillInDefaultNonNullness(org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration, boolean, org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;ZLorg/eclipse/jdt/internal/compiler/lookup/ParameterNonNullDefaultProvider;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration sourceMethod
        start local 2 // boolean needToApplyReturnNonNullDefault
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider needToApplyParameterNonNullDefault
         0: .line 506
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameterNonNullness:[Ljava/lang/Boolean;
            ifnonnull 2
         1: .line 507
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            anewarray java.lang.Boolean
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameterNonNullness:[Ljava/lang/Boolean;
         2: .line 508
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* added */
        start local 4 // boolean added
         3: .line 509
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameterNonNullness:[Ljava/lang/Boolean;
            arraylength
            istore 5 /* length */
        start local 5 // int length
         4: .line 510
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         5: goto 19
         6: .line 511
      StackMap locals: int int int
      StackMap stack:
            aload 3 /* needToApplyParameterNonNullDefault */
            iload 6 /* i */
            invokeinterface org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider.hasNonNullDefaultForParam:(I)Z
            ifne 8
         7: .line 512
            goto 18
         8: .line 514
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 6 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifeq 10
         9: .line 515
            goto 18
        10: .line 516
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameterNonNullness:[Ljava/lang/Boolean;
            iload 6 /* i */
            aaload
            ifnonnull 16
        11: .line 517
            iconst_1
            istore 4 /* added */
        12: .line 518
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameterNonNullness:[Ljava/lang/Boolean;
            iload 6 /* i */
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            aastore
        13: .line 519
            aload 1 /* sourceMethod */
            ifnull 18
        14: .line 520
            aload 1 /* sourceMethod */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            iload 6 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.ast.Argument.binding:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.tagBits:J
            ldc 72057594037927936
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.tagBits:J
        15: .line 522
            goto 18
      StackMap locals:
      StackMap stack:
        16: aload 1 /* sourceMethod */
            ifnull 18
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameterNonNullness:[Ljava/lang/Boolean;
            iload 6 /* i */
            aaload
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 18
        17: .line 523
            aload 1 /* sourceMethod */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 1 /* sourceMethod */
            iload 6 /* i */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.nullAnnotationIsRedundant:(Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;I)V
        18: .line 510
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 6 /* i */
            iload 5 /* length */
            if_icmplt 6
        end local 6 // int i
        20: .line 526
            iload 4 /* added */
            ifeq 22
        21: .line 527
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            ldc 1024
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
        22: .line 528
      StackMap locals:
      StackMap stack:
            iload 2 /* needToApplyReturnNonNullDefault */
            ifne 24
        23: .line 529
            return
        24: .line 530
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 29
        25: .line 531
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifne 29
        26: .line 532
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            ldc 108086391056891904
            land
            lconst_0
            lcmp
            ifne 29
        27: .line 534
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            ldc 72057594037927936
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
        28: .line 535
            goto 31
      StackMap locals:
      StackMap stack:
        29: aload 1 /* sourceMethod */
            ifnull 31
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            ldc 72057594037927936
            land
            lconst_0
            lcmp
            ifeq 31
        30: .line 536
            aload 1 /* sourceMethod */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 1 /* sourceMethod */
            iconst_m1
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.nullAnnotationIsRedundant:(Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;I)V
        31: .line 538
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int length
        end local 4 // boolean added
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider needToApplyParameterNonNullDefault
        end local 2 // boolean needToApplyReturnNonNullDefault
        end local 1 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration sourceMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot                                Name  Signature
            0   32     0                                this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   32     1                        sourceMethod  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            0   32     2     needToApplyReturnNonNullDefault  Z
            0   32     3  needToApplyParameterNonNullDefault  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterNonNullDefaultProvider;
            3   32     4                               added  Z
            4   32     5                              length  I
            5   20     6                                   i  I
    MethodParameters:
                                    Name  Flags
      sourceMethod                        
      needToApplyReturnNonNullDefault     
      needToApplyParameterNonNullDefault  

  protected void fillInDefaultNonNullness18(org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration, org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=11, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration sourceMethod
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment env
         0: .line 542
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 3 /* original */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding original
         1: .line 543
            aload 3 /* original */
            ifnonnull 3
         2: .line 544
            return
         3: .line 546
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            aload 0 /* this */
            aload 1 /* sourceMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.hasNonNullDefaultForParameter:(Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterNonNullDefaultProvider;
            astore 4 /* hasNonNullDefaultForParameter */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider hasNonNullDefaultForParameter
         4: .line 547
            aload 4 /* hasNonNullDefaultForParameter */
            invokeinterface org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider.hasAnyNonNullDefault:()Z
            ifeq 29
         5: .line 548
            iconst_0
            istore 5 /* added */
        start local 5 // boolean added
         6: .line 549
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 6 /* length */
        start local 6 // int length
         7: .line 550
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         8: goto 26
         9: .line 551
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider int int int
      StackMap stack:
            aload 4 /* hasNonNullDefaultForParameter */
            iload 7 /* i */
            invokeinterface org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider.hasNonNullDefaultForParam:(I)Z
            ifne 11
        10: .line 552
            goto 25
        11: .line 553
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 7 /* i */
            aaload
            astore 8 /* parameter */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding parameter
        12: .line 554
            aload 3 /* original */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 7 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.acceptsNonNullDefault:()Z
            ifne 14
        13: .line 555
            goto 25
        14: .line 556
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 8 /* parameter */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.tagBits:J
            ldc 108086391056891904
            land
            lstore 9 /* existing */
        start local 9 // long existing
        15: .line 557
            lload 9 /* existing */
            lconst_0
            lcmp
            ifne 22
        16: .line 558
            iconst_1
            istore 5 /* added */
        17: .line 559
            aload 8 /* parameter */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifne 25
        18: .line 560
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 7 /* i */
            aload 2 /* env */
            aload 8 /* parameter */
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
            dup
            iconst_0
            aload 2 /* env */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getNonNullAnnotation:()Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            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;
            aastore
        19: .line 561
            aload 1 /* sourceMethod */
            ifnull 25
        20: .line 562
            aload 1 /* sourceMethod */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            iload 7 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.ast.Argument.binding:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 7 /* i */
            aaload
            putfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.type:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        21: .line 564
            goto 25
      StackMap locals: long
      StackMap stack:
        22: aload 1 /* sourceMethod */
            ifnull 25
            aload 8 /* parameter */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.tagBits:J
            ldc 72057594037927936
            land
            lconst_0
            lcmp
            ifeq 25
        23: .line 565
            aload 1 /* sourceMethod */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            iload 7 /* i */
            aaload
            getstatic org.eclipse.jdt.internal.compiler.ast.TypeReference$AnnotationPosition.MAIN_TYPE:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference$AnnotationPosition;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Argument.hasNullTypeAnnotation:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference$AnnotationPosition;)Z
            ifeq 25
        24: .line 566
            aload 1 /* sourceMethod */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 1 /* sourceMethod */
            iload 7 /* i */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.nullAnnotationIsRedundant:(Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;I)V
        end local 9 // long existing
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding parameter
        25: .line 550
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        26: iload 7 /* i */
            iload 6 /* length */
            if_icmplt 9
        end local 7 // int i
        27: .line 569
            iload 5 /* added */
            ifeq 29
        28: .line 570
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            ldc 1024
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
        end local 6 // int length
        end local 5 // boolean added
        29: .line 572
      StackMap locals:
      StackMap stack:
            aload 3 /* original */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 36
            aload 0 /* this */
            aload 1 /* sourceMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.hasNonNullDefaultForReturnType:(Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;)Z
            ifeq 36
            aload 3 /* original */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.acceptsNonNullDefault:()Z
            ifeq 36
        30: .line 573
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.tagBits:J
            ldc 108086391056891904
            land
            lconst_0
            lcmp
            ifne 33
        31: .line 574
            aload 0 /* this */
            aload 2 /* env */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
            dup
            iconst_0
            aload 2 /* env */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getNonNullAnnotation:()Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            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;
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        32: .line 575
            goto 36
      StackMap locals:
      StackMap stack:
        33: aload 1 /* sourceMethod */
            instanceof org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
            ifeq 36
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.tagBits:J
            ldc 72057594037927936
            land
            lconst_0
            lcmp
            ifeq 36
        34: .line 576
            aload 1 /* sourceMethod */
            checkcast org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
            getstatic org.eclipse.jdt.internal.compiler.ast.TypeReference$AnnotationPosition.MAIN_TYPE:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference$AnnotationPosition;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.hasNullTypeAnnotation:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference$AnnotationPosition;)Z
            ifeq 36
        35: .line 577
            aload 1 /* sourceMethod */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 1 /* sourceMethod */
            iconst_m1
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.nullAnnotationIsRedundant:(Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;I)V
        36: .line 580
      StackMap locals:
      StackMap stack:
            return
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider hasNonNullDefaultForParameter
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding original
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment env
        end local 1 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration sourceMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0   37     0                           this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   37     1                   sourceMethod  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            0   37     2                            env  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            1   37     3                       original  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            4   37     4  hasNonNullDefaultForParameter  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterNonNullDefaultProvider;
            6   29     5                          added  Z
            7   29     6                         length  I
            8   27     7                              i  I
           12   25     8                      parameter  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           15   25     9                       existing  J
    MethodParameters:
              Name  Flags
      sourceMethod  
      env           

  public org.eclipse.jdt.internal.compiler.lookup.MethodBinding findOriginalInheritedMethod(org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
         0: .line 583
            aload 1 /* inheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 2 /* inheritedOriginal */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedOriginal
         1: .line 584
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 2 /* inheritedOriginal */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.findSuperTypeOriginatingFrom:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 3 /* superType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding superType
         2: .line 585
            aload 3 /* superType */
            ifnull 3
            aload 3 /* superType */
            instanceof org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            ifne 4
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
         3: aconst_null
            areturn
         4: .line 587
      StackMap locals:
      StackMap stack:
            aload 2 /* inheritedOriginal */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 3 /* superType */
            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 13
         5: .line 589
            aload 3 /* superType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            aload 2 /* inheritedOriginal */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            aload 2 /* inheritedOriginal */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.getMethods:([CI)[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 4 /* superMethods */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] superMethods
         6: .line 590
            iconst_0
            istore 5 /* m */
        start local 5 // int m
         7: aload 4 /* superMethods */
            arraylength
            istore 6 /* l */
        start local 6 // int l
         8: goto 12
         9: .line 591
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] int int
      StackMap stack:
            aload 4 /* superMethods */
            iload 5 /* m */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 2 /* inheritedOriginal */
            if_acmpne 11
        10: .line 592
            aload 4 /* superMethods */
            iload 5 /* m */
            aaload
            areturn
        11: .line 590
      StackMap locals:
      StackMap stack:
            iinc 5 /* m */ 1
      StackMap locals:
      StackMap stack:
        12: iload 5 /* m */
            iload 6 /* l */
            if_icmplt 9
        end local 6 // int l
        end local 5 // int m
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] superMethods
        13: .line 594
      StackMap locals:
      StackMap stack:
            aload 2 /* inheritedOriginal */
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding superType
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedOriginal
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0               this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   14     1    inheritedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            1   14     2  inheritedOriginal  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            2   14     3          superType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            6   13     4       superMethods  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            7   13     5                  m  I
            8   13     6                  l  I
    MethodParameters:
                 Name  Flags
      inheritedMethod  

  public char[] genericSignature();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 606
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            ldc 1073741824
            iand
            ifne 1
            aconst_null
            areturn
         1: .line 607
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuffer
            dup
            bipush 10
            invokespecial java.lang.StringBuffer.<init>:(I)V
            astore 1 /* sig */
        start local 1 // java.lang.StringBuffer sig
         2: .line 608
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_TYPE_VARIABLES:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            if_acmpeq 11
         3: .line 609
            aload 1 /* sig */
            bipush 60
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         4: .line 610
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         5: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            arraylength
            istore 3 /* length */
        start local 3 // int length
         6: goto 9
         7: .line 611
      StackMap locals: java.lang.StringBuffer int int
      StackMap stack:
            aload 1 /* sig */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            iload 2 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.genericSignature:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
         8: .line 610
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            iload 3 /* length */
            if_icmplt 7
        end local 3 // int length
        end local 2 // int i
        10: .line 613
            aload 1 /* sig */
            bipush 62
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        11: .line 615
      StackMap locals:
      StackMap stack:
            aload 1 /* sig */
            bipush 40
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        12: .line 616
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        13: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 3 /* length */
        start local 3 // int length
        14: goto 17
        15: .line 617
      StackMap locals: int int
      StackMap stack:
            aload 1 /* sig */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 2 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.genericTypeSignature:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        16: .line 616
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 2 /* i */
            iload 3 /* length */
            if_icmplt 15
        end local 3 // int length
        end local 2 // int i
        18: .line 619
            aload 1 /* sig */
            bipush 41
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        19: .line 620
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 21
        20: .line 621
            aload 1 /* sig */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.genericTypeSignature:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        21: .line 624
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* needExceptionSignatures */
        start local 2 // boolean needExceptionSignatures
        22: .line 625
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            arraylength
            istore 3 /* length */
        start local 3 // int length
        23: .line 626
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        24: goto 29
        25: .line 627
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            iload 4 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.modifiers:I
            ldc 1073741824
            iand
            ifeq 28
        26: .line 628
            iconst_1
            istore 2 /* needExceptionSignatures */
        27: .line 629
            goto 30
        28: .line 626
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        29: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 25
        end local 4 // int i
        30: .line 632
      StackMap locals:
      StackMap stack:
            iload 2 /* needExceptionSignatures */
            ifeq 37
        31: .line 633
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        32: goto 36
        33: .line 634
      StackMap locals: int
      StackMap stack:
            aload 1 /* sig */
            bipush 94
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        34: .line 635
            aload 1 /* sig */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            iload 4 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.genericTypeSignature:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        35: .line 633
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        36: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 33
        end local 4 // int i
        37: .line 638
      StackMap locals:
      StackMap stack:
            aload 1 /* sig */
            invokevirtual java.lang.StringBuffer.length:()I
            istore 4 /* sigLength */
        start local 4 // int sigLength
        38: .line 639
            iload 4 /* sigLength */
            newarray 5
            astore 5 /* genericSignature */
        start local 5 // char[] genericSignature
        39: .line 640
            aload 1 /* sig */
            iconst_0
            iload 4 /* sigLength */
            aload 5 /* genericSignature */
            iconst_0
            invokevirtual java.lang.StringBuffer.getChars:(II[CI)V
        40: .line 641
            aload 5 /* genericSignature */
            areturn
        end local 5 // char[] genericSignature
        end local 4 // int sigLength
        end local 3 // int length
        end local 2 // boolean needExceptionSignatures
        end local 1 // java.lang.StringBuffer sig
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   41     0                     this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            2   41     1                      sig  Ljava/lang/StringBuffer;
            5   10     2                        i  I
            6   10     3                   length  I
           13   18     2                        i  I
           14   18     3                   length  I
           22   41     2  needExceptionSignatures  Z
           23   41     3                   length  I
           24   30     4                        i  I
           32   37     4                        i  I
           38   41     4                sigLength  I
           39   41     5         genericSignature  [C

  public final int getAccessFlags();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 645
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            ldc 131071
            iand
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] getAnnotations();
    descriptor: ()[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 650
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 1 /* originalMethod */
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding originalMethod
         1: .line 651
            aload 1 /* originalMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 1 /* originalMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.retrieveAnnotations:(Lorg/eclipse/jdt/internal/compiler/lookup/Binding;)[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding originalMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            1    2     1  originalMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public long getAnnotationTagBits();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 661
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 1 /* originalMethod */
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding originalMethod
         1: .line 662
            aload 1 /* originalMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            ldc 8589934592
            land
            lconst_0
            lcmp
            ifne 15
            aload 1 /* originalMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            instanceof org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
            ifeq 15
         2: .line 663
            aload 1 /* originalMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            astore 2 /* scope */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ClassScope scope
         3: .line 664
            aload 2 /* scope */
            ifnull 15
         4: .line 665
            aload 2 /* scope */
            getfield org.eclipse.jdt.internal.compiler.lookup.ClassScope.referenceContext:Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            astore 3 /* typeDecl */
        start local 3 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration typeDecl
         5: .line 666
            aload 3 /* typeDecl */
            aload 1 /* originalMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.declarationOf:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            astore 4 /* methodDecl */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methodDecl
         6: .line 667
            aload 4 /* methodDecl */
            ifnull 8
         7: .line 668
            aload 4 /* methodDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            aload 4 /* methodDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            aload 1 /* originalMethod */
            invokestatic org.eclipse.jdt.internal.compiler.ast.ASTNode.resolveAnnotations:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;Lorg/eclipse/jdt/internal/compiler/lookup/Binding;)V
         8: .line 669
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.ClassScope org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
      StackMap stack:
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            astore 5 /* options */
        start local 5 // org.eclipse.jdt.internal.compiler.impl.CompilerOptions options
         9: .line 670
            aload 5 /* options */
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.isAnnotationBasedNullAnalysisEnabled:Z
            ifeq 15
        10: .line 671
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.defaultNullness:I
            i2l
            lstore 6 /* nullDefaultBits */
        start local 6 // long nullDefaultBits
        11: .line 672
            lload 6 /* nullDefaultBits */
            lconst_0
            lcmp
            ifeq 15
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            instanceof org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
            ifeq 15
        12: .line 673
            aload 2 /* scope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.defaultNullness:I
            aload 3 /* typeDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.declarationSourceStart:I
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.checkRedundantDefaultNullness:(II)Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            astore 8 /* target */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.Binding target
        13: .line 674
            aload 8 /* target */
            ifnull 15
        14: .line 675
            aload 4 /* methodDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 4 /* methodDecl */
            aload 4 /* methodDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            aload 8 /* target */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.nullDefaultAnnotationIsRedundant:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;Lorg/eclipse/jdt/internal/compiler/lookup/Binding;)V
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.Binding target
        end local 6 // long nullDefaultBits
        end local 5 // org.eclipse.jdt.internal.compiler.impl.CompilerOptions options
        end local 4 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methodDecl
        end local 3 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration typeDecl
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ClassScope scope
        15: .line 681
      StackMap locals:
      StackMap stack:
            aload 1 /* originalMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            lreturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding originalMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   16     0             this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            1   16     1   originalMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            3   15     2            scope  Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            5   15     3         typeDecl  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            6   15     4       methodDecl  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            9   15     5          options  Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
           11   15     6  nullDefaultBits  J
           13   15     8           target  Lorg/eclipse/jdt/internal/compiler/lookup/Binding;

  public java.lang.Object getDefaultValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 688
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 1 /* originalMethod */
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding originalMethod
         1: .line 689
            aload 1 /* originalMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            ldc 576460752303423488
            land
            lconst_0
            lcmp
            ifne 9
         2: .line 692
            aload 1 /* originalMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            instanceof org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
            ifeq 8
         3: .line 693
            aload 1 /* originalMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
            astore 2 /* sourceType */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding sourceType
         4: .line 694
            aload 2 /* sourceType */
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            ifnull 8
         5: .line 695
            aload 1 /* originalMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.sourceMethod:()Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            astore 3 /* methodDeclaration */
        start local 3 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methodDeclaration
         6: .line 696
            aload 3 /* methodDeclaration */
            ifnull 8
            aload 3 /* methodDeclaration */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.isAnnotationMethod:()Z
            ifeq 8
         7: .line 697
            aload 3 /* methodDeclaration */
            aload 2 /* sourceType */
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.resolve:(Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        end local 3 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methodDeclaration
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding sourceType
         8: .line 701
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            aload 1 /* originalMethod */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            ldc 576460752303423488
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
         9: .line 703
      StackMap locals:
      StackMap stack:
            aload 1 /* originalMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 1 /* originalMethod */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.retrieveAnnotationHolder:(Lorg/eclipse/jdt/internal/compiler/lookup/Binding;Z)Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationHolder;
            astore 2 /* holder */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder holder
        10: .line 704
            aload 2 /* holder */
            ifnonnull 11
            aconst_null
            goto 12
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder
      StackMap stack:
        11: aload 2 /* holder */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder.getDefaultValue:()Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object
        12: areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder holder
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding originalMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            1   13     1     originalMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            4    8     2         sourceType  Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            6    8     3  methodDeclaration  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
           10   13     2             holder  Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationHolder;

  public org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] getParameterAnnotations();
    descriptor: ()[[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 713
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            dup
            istore 1 /* length */
        start local 1 // int length
         1: ifne 3
         2: .line 714
            aconst_null
            areturn
         3: .line 716
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 2 /* originalMethod */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding originalMethod
         4: .line 717
            aload 2 /* originalMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 2 /* originalMethod */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.retrieveAnnotationHolder:(Lorg/eclipse/jdt/internal/compiler/lookup/Binding;Z)Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationHolder;
            astore 3 /* holder */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder holder
         5: .line 718
            aload 3 /* holder */
            ifnonnull 6
            aconst_null
            goto 7
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder
      StackMap stack:
         6: aload 3 /* holder */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder.getParameterAnnotations:()[[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][]
         7: astore 4 /* allParameterAnnotations */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] allParameterAnnotations
         8: .line 719
            aload 4 /* allParameterAnnotations */
            ifnonnull 37
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            ldc 1024
            land
            lconst_0
            lcmp
            ifeq 37
         9: .line 720
            iload 1 /* length */
            anewarray org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]
            astore 4 /* allParameterAnnotations */
        10: .line 722
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            instanceof org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
            ifeq 31
        11: .line 723
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
            astore 5 /* sourceType */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding sourceType
        12: .line 724
            aload 5 /* sourceType */
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            ifnull 25
        13: .line 725
            aload 5 /* sourceType */
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.referenceType:()Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            aload 2 /* originalMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.declarationOf:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            astore 6 /* methodDecl */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methodDecl
        14: .line 726
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        15: goto 23
        16: .line 727
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding int org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration int
      StackMap stack:
            aload 6 /* methodDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            iload 7 /* i */
            aaload
            astore 8 /* argument */
        start local 8 // org.eclipse.jdt.internal.compiler.ast.Argument argument
        17: .line 728
            aload 8 /* argument */
            getfield org.eclipse.jdt.internal.compiler.ast.Argument.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            ifnull 21
        18: .line 729
            aload 6 /* methodDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            aload 8 /* argument */
            getfield org.eclipse.jdt.internal.compiler.ast.Argument.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            aload 8 /* argument */
            getfield org.eclipse.jdt.internal.compiler.ast.Argument.binding:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokestatic org.eclipse.jdt.internal.compiler.ast.ASTNode.resolveAnnotations:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;Lorg/eclipse/jdt/internal/compiler/lookup/Binding;)V
        19: .line 730
            aload 4 /* allParameterAnnotations */
            iload 7 /* i */
            aload 8 /* argument */
            getfield org.eclipse.jdt.internal.compiler.ast.Argument.binding:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.getAnnotations:()[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            aastore
        20: .line 731
            goto 22
        21: .line 732
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Argument
      StackMap stack:
            aload 4 /* allParameterAnnotations */
            iload 7 /* i */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_ANNOTATIONS:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            aastore
        end local 8 // org.eclipse.jdt.internal.compiler.ast.Argument argument
        22: .line 726
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 7 /* i */
            iload 1 /* length */
            if_icmplt 16
        end local 7 // int i
        end local 6 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methodDecl
        24: .line 735
            goto 36
        25: .line 736
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        26: goto 29
        27: .line 737
      StackMap locals: int
      StackMap stack:
            aload 4 /* allParameterAnnotations */
            iload 6 /* i */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_ANNOTATIONS:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            aastore
        28: .line 736
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        29: iload 6 /* i */
            iload 1 /* length */
            if_icmplt 27
        end local 6 // int i
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding sourceType
        30: .line 740
            goto 36
        31: .line 741
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        32: goto 35
        33: .line 742
      StackMap locals: int
      StackMap stack:
            aload 4 /* allParameterAnnotations */
            iload 5 /* i */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_ANNOTATIONS:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            aastore
        34: .line 741
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        35: iload 5 /* i */
            iload 1 /* length */
            if_icmplt 33
        end local 5 // int i
        36: .line 745
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* allParameterAnnotations */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.setParameterAnnotations:([[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)V
        37: .line 747
      StackMap locals:
      StackMap stack:
            aload 4 /* allParameterAnnotations */
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] allParameterAnnotations
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder holder
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding originalMethod
        end local 1 // int length
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   38     0                     this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            1   38     1                   length  I
            4   38     2           originalMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            5   38     3                   holder  Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationHolder;
            8   38     4  allParameterAnnotations  [[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
           12   30     5               sourceType  Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
           14   24     6               methodDecl  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
           15   24     7                        i  I
           17   22     8                 argument  Lorg/eclipse/jdt/internal/compiler/ast/Argument;
           26   30     6                        i  I
           32   36     5                        i  I

  public org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding getTypeVariable(char[]);
    descriptor: ([C)Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // char[] variableName
         0: .line 751
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            arraylength
            istore 2 /* i */
        start local 2 // int i
         1: goto 4
         2: .line 752
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            iload 2 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.sourceName:[C
            aload 1 /* variableName */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 4
         3: .line 753
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            iload 2 /* i */
            aaload
            areturn
         4: .line 751
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ -1
            iload 2 /* i */
            ifge 2
        end local 2 // int i
         5: .line 754
            aconst_null
            areturn
        end local 1 // char[] variableName
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0    6     1  variableName  [C
            1    5     2             i  I
    MethodParameters:
              Name  Flags
      variableName  

  public org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] getAllTypeVariables(boolean);
    descriptor: (Z)[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // boolean isDiamond
         0: .line 758
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            astore 2 /* allTypeVariables */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] allTypeVariables
         1: .line 759
            iload 1 /* isDiamond */
            ifeq 11
         2: .line 760
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.typeVariables:()[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            astore 3 /* classTypeVariables */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] classTypeVariables
         3: .line 761
            aload 2 /* allTypeVariables */
            arraylength
            istore 4 /* l1 */
        start local 4 // int l1
         4: .line 762
            aload 3 /* classTypeVariables */
            arraylength
            istore 5 /* l2 */
        start local 5 // int l2
         5: .line 763
            iload 4 /* l1 */
            ifne 8
         6: .line 764
            aload 3 /* classTypeVariables */
            astore 2 /* allTypeVariables */
         7: .line 765
            goto 11
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding int org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] int int
      StackMap stack:
         8: iload 5 /* l2 */
            ifeq 11
         9: .line 766
            aload 2 /* allTypeVariables */
            iconst_0
            iload 4 /* l1 */
            iload 5 /* l2 */
            iadd
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
            dup
            astore 2 /* allTypeVariables */
            iconst_0
            iload 4 /* l1 */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        10: .line 767
            aload 3 /* classTypeVariables */
            iconst_0
            aload 2 /* allTypeVariables */
            iload 4 /* l1 */
            iload 5 /* l2 */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        end local 5 // int l2
        end local 4 // int l1
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] classTypeVariables
        11: .line 770
      StackMap locals:
      StackMap stack:
            aload 2 /* allTypeVariables */
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] allTypeVariables
        end local 1 // boolean isDiamond
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   12     0                this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   12     1           isDiamond  Z
            1   12     2    allTypeVariables  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            3   11     3  classTypeVariables  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            4   11     4                  l1  I
            5   11     5                  l2  I
    MethodParameters:
           Name  Flags
      isDiamond  

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

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

  public final boolean isAbstract();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 790
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            sipush 1024
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public final boolean isBridge();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 796
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            bipush 64
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public final boolean isConstructor();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 802
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.INIT:[C
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public final boolean isDefault();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 808
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isPublic:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isProtected:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isPrivate:()Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public final boolean isDefaultAbstract();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 814
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            ldc 524288
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public boolean isDefaultMethod();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 819
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            ldc 65536
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public final boolean isDeprecated();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 825
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            ldc 1048576
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public final boolean isFinal();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 831
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            bipush 16
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public final boolean isImplementing();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 839
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            ldc 536870912
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public final boolean isMain();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 846
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            arraylength
            iconst_4
            if_icmpne 7
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.MAIN:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 7
         1: .line 847
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            bipush 9
            iand
            ifeq 7
         2: .line 848
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.VOID:Lorg/eclipse/jdt/internal/compiler/lookup/VoidTypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            if_acmpne 7
         3: .line 849
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            iconst_1
            if_icmpne 7
         4: .line 850
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_0
            aaload
            astore 1 /* paramType */
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding paramType
         5: .line 851
            aload 1 /* paramType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.dimensions:()I
            iconst_1
            if_icmpne 7
            aload 1 /* paramType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            bipush 11
            if_icmpne 7
         6: .line 852
            iconst_1
            ireturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding paramType
         7: .line 855
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            5    7     1  paramType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;

  public final boolean isNative();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 861
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            sipush 256
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public final boolean isOverriding();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 868
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            ldc 268435456
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public final boolean isPrivate();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 873
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            iconst_2
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public final boolean isOrEnclosedByPrivateType();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 879
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            iconst_2
            iand
            ifeq 2
         1: .line 880
            iconst_1
            ireturn
         2: .line 881
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            ifnull 3
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isOrEnclosedByPrivateType:()Z
            ifeq 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public final boolean isProtected();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 887
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            iconst_4
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public final boolean isPublic();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 893
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            iconst_1
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public final boolean isStatic();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 899
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            bipush 8
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public final boolean isStrictfp();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 905
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            sipush 2048
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public final boolean isSynchronized();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 911
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            bipush 32
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public final boolean isSynthetic();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 917
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            sipush 4096
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public final boolean isUsed();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 923
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            ldc 134217728
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public boolean isVarargs();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 929
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            sipush 128
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

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

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

  public final boolean isViewedAsDeprecated();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 940
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            ldc 3145728
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public final int kind();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 945
            bipush 8
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public org.eclipse.jdt.internal.compiler.lookup.MethodBinding original();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 954
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public org.eclipse.jdt.internal.compiler.lookup.MethodBinding shallowOriginal();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 962
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public org.eclipse.jdt.internal.compiler.lookup.MethodBinding genericMethod();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 966
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public char[] readableName();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 971
            new java.lang.StringBuffer
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            bipush 20
            iadd
            invokespecial java.lang.StringBuffer.<init>:(I)V
            astore 1 /* buffer */
        start local 1 // java.lang.StringBuffer buffer
         1: .line 972
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isConstructor:()Z
            ifeq 3
         2: .line 973
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.sourceName:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
            goto 4
         3: .line 975
      StackMap locals: java.lang.StringBuffer
      StackMap stack:
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
         4: .line 976
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            bipush 40
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         5: .line 977
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_PARAMETERS:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            if_acmpeq 14
         6: .line 978
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         7: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 3 /* length */
        start local 3 // int length
         8: goto 13
         9: .line 979
      StackMap locals: int int
      StackMap stack:
            iload 2 /* i */
            ifle 11
        10: .line 980
            aload 1 /* buffer */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        11: .line 981
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 2 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.sourceName:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        12: .line 978
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 2 /* i */
            iload 3 /* length */
            if_icmplt 9
        end local 3 // int length
        end local 2 // int i
        14: .line 984
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            bipush 41
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        15: .line 985
            aload 1 /* buffer */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.toCharArray:()[C
            areturn
        end local 1 // java.lang.StringBuffer buffer
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            1   16     1  buffer  Ljava/lang/StringBuffer;
            7   14     2       i  I
            8   14     3  length  I

  public final org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] getTypeAnnotations();
    descriptor: ()[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 988
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public void setTypeAnnotations(org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
         0: .line 992
            aload 0 /* this */
            aload 1 /* annotations */
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
         1: .line 993
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0    2     1  annotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    MethodParameters:
             Name  Flags
      annotations  

  public void setAnnotations(org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[], boolean);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        start local 2 // boolean forceStore
         0: .line 996
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 0 /* this */
            aload 1 /* annotations */
            iload 2 /* forceStore */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.storeAnnotations:(Lorg/eclipse/jdt/internal/compiler/lookup/Binding;[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;Z)V
         1: .line 997
            return
        end local 2 // boolean forceStore
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0    2     1  annotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            0    2     2   forceStore  Z
    MethodParameters:
             Name  Flags
      annotations  
      forceStore   

  public void setAnnotations(org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[], org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][], java.lang.Object, org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;[[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;Ljava/lang/Object;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] parameterAnnotations
        start local 3 // java.lang.Object defaultValue
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment optionalEnv
         0: .line 999
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 0 /* this */
            aload 1 /* annotations */
            aload 2 /* parameterAnnotations */
            aload 3 /* defaultValue */
            aload 4 /* optionalEnv */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder.storeAnnotations:([Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;[[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;Ljava/lang/Object;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationHolder;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.storeAnnotationHolder:(Lorg/eclipse/jdt/internal/compiler/lookup/Binding;Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationHolder;)V
         1: .line 1000
            return
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment optionalEnv
        end local 3 // java.lang.Object defaultValue
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] parameterAnnotations
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0    2     1           annotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            0    2     2  parameterAnnotations  [[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            0    2     3          defaultValue  Ljava/lang/Object;
            0    2     4           optionalEnv  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
    MethodParameters:
                      Name  Flags
      annotations           
      parameterAnnotations  
      defaultValue          
      optionalEnv           

  public void setDefaultValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // java.lang.Object defaultValue
         0: .line 1002
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 2 /* originalMethod */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding originalMethod
         1: .line 1003
            aload 2 /* originalMethod */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            ldc 576460752303423488
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
         2: .line 1005
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 0 /* this */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.retrieveAnnotationHolder:(Lorg/eclipse/jdt/internal/compiler/lookup/Binding;Z)Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationHolder;
            astore 3 /* holder */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder holder
         3: .line 1006
            aload 3 /* holder */
            ifnonnull 5
         4: .line 1007
            aload 0 /* this */
            aconst_null
            aconst_null
            aload 1 /* defaultValue */
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.setAnnotations:([Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;[[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;Ljava/lang/Object;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            goto 6
         5: .line 1009
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder
      StackMap stack:
            aload 0 /* this */
            aload 3 /* holder */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder.getAnnotations:()[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            aload 3 /* holder */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder.getParameterAnnotations:()[[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            aload 1 /* defaultValue */
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.setAnnotations:([Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;[[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;Ljava/lang/Object;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
         6: .line 1010
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder holder
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding originalMethod
        end local 1 // java.lang.Object defaultValue
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0    7     1    defaultValue  Ljava/lang/Object;
            1    7     2  originalMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            3    7     3          holder  Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationHolder;
    MethodParameters:
              Name  Flags
      defaultValue  

  public void setParameterAnnotations(org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][]);
    descriptor: ([[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] parameterAnnotations
         0: .line 1012
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 0 /* this */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.retrieveAnnotationHolder:(Lorg/eclipse/jdt/internal/compiler/lookup/Binding;Z)Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationHolder;
            astore 2 /* holder */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder holder
         1: .line 1013
            aload 2 /* holder */
            ifnonnull 3
         2: .line 1014
            aload 0 /* this */
            aconst_null
            aload 1 /* parameterAnnotations */
            aconst_null
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.setAnnotations:([Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;[[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;Ljava/lang/Object;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            goto 4
         3: .line 1016
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder
      StackMap stack:
            aload 0 /* this */
            aload 2 /* holder */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder.getAnnotations:()[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            aload 1 /* parameterAnnotations */
            aload 2 /* holder */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder.getDefaultValue:()Ljava/lang/Object;
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.setAnnotations:([Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;[[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;Ljava/lang/Object;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
         4: .line 1017
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder holder
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] parameterAnnotations
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    5     0                  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0    5     1  parameterAnnotations  [[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            1    5     2                holder  Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationHolder;
    MethodParameters:
                      Name  Flags
      parameterAnnotations  

  protected final void setSelector(char[]);
    descriptor: ([C)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // char[] selector
         0: .line 1019
            aload 0 /* this */
            aload 1 /* selector */
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
         1: .line 1020
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.signature:[C
         2: .line 1021
            return
        end local 1 // char[] selector
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0    3     1  selector  [C
    MethodParameters:
          Name  Flags
      selector  

  public char[] shortReadableName();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 1028
            new java.lang.StringBuffer
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            bipush 20
            iadd
            invokespecial java.lang.StringBuffer.<init>:(I)V
            astore 1 /* buffer */
        start local 1 // java.lang.StringBuffer buffer
         1: .line 1029
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isConstructor:()Z
            ifeq 3
         2: .line 1030
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.shortReadableName:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
            goto 4
         3: .line 1032
      StackMap locals: java.lang.StringBuffer
      StackMap stack:
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
         4: .line 1033
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            bipush 40
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         5: .line 1034
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_PARAMETERS:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            if_acmpeq 14
         6: .line 1035
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         7: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 3 /* length */
        start local 3 // int length
         8: goto 13
         9: .line 1036
      StackMap locals: int int
      StackMap stack:
            iload 2 /* i */
            ifle 11
        10: .line 1037
            aload 1 /* buffer */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        11: .line 1038
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 2 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.shortReadableName:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        12: .line 1035
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 2 /* i */
            iload 3 /* length */
            if_icmplt 9
        end local 3 // int length
        end local 2 // int i
        14: .line 1041
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            bipush 41
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        15: .line 1042
            aload 1 /* buffer */
            invokevirtual java.lang.StringBuffer.length:()I
            istore 2 /* nameLength */
        start local 2 // int nameLength
        16: .line 1043
            iload 2 /* nameLength */
            newarray 5
            astore 3 /* shortReadableName */
        start local 3 // char[] shortReadableName
        17: .line 1044
            aload 1 /* buffer */
            iconst_0
            iload 2 /* nameLength */
            aload 3 /* shortReadableName */
            iconst_0
            invokevirtual java.lang.StringBuffer.getChars:(II[CI)V
        18: .line 1045
            aload 3 /* shortReadableName */
            areturn
        end local 3 // char[] shortReadableName
        end local 2 // int nameLength
        end local 1 // java.lang.StringBuffer buffer
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   19     0               this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            1   19     1             buffer  Ljava/lang/StringBuffer;
            7   14     2                  i  I
            8   14     3             length  I
           16   19     2         nameLength  I
           17   19     3  shortReadableName  [C

  public final char[] signature();
    descriptor: ()[C
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=9, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 1055
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.signature:[C
            ifnull 2
         1: .line 1056
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.signature:[C
            areturn
         2: .line 1058
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuffer
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            bipush 20
            iadd
            invokespecial java.lang.StringBuffer.<init>:(I)V
            astore 1 /* buffer */
        start local 1 // java.lang.StringBuffer buffer
         3: .line 1059
            aload 1 /* buffer */
            bipush 40
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         4: .line 1061
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 2 /* targetParameters */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] targetParameters
         5: .line 1062
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isConstructor:()Z
            istore 3 /* isConstructor */
        start local 3 // boolean isConstructor
         6: .line 1063
            iload 3 /* isConstructor */
            ifeq 9
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isEnum:()Z
            ifeq 9
         7: .line 1064
            aload 1 /* buffer */
            getstatic org.eclipse.jdt.internal.compiler.codegen.ConstantPool.JavaLangStringSignature:[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
         8: .line 1065
            aload 1 /* buffer */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.INT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding.signature:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
         9: .line 1067
      StackMap locals: java.lang.StringBuffer org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int
      StackMap stack:
            iload 3 /* isConstructor */
            ifeq 10
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isNestedType:()Z
            ifeq 10
            iconst_1
            goto 11
      StackMap locals:
      StackMap stack:
        10: iconst_0
      StackMap locals:
      StackMap stack: int
        11: istore 4 /* needSynthetics */
        start local 4 // boolean needSynthetics
        12: .line 1068
            iload 4 /* needSynthetics */
            ifeq 23
        13: .line 1070
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.syntheticEnclosingInstanceTypes:()[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 5 /* syntheticArgumentTypes */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] syntheticArgumentTypes
        14: .line 1071
            aload 5 /* syntheticArgumentTypes */
            ifnull 21
        15: .line 1072
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        16: aload 5 /* syntheticArgumentTypes */
            arraylength
            istore 7 /* count */
        start local 7 // int count
        17: goto 20
        18: .line 1073
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding java.lang.StringBuffer org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] int int
      StackMap stack:
            aload 1 /* buffer */
            aload 5 /* syntheticArgumentTypes */
            iload 6 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.signature:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        19: .line 1072
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 6 /* i */
            iload 7 /* count */
            if_icmplt 18
        end local 7 // int count
        end local 6 // int i
        21: .line 1077
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            instanceof org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
            ifeq 23
        22: .line 1078
            aload 0 /* this */
            checkcast org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
            getfield org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding.targetMethod:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 2 /* targetParameters */
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] syntheticArgumentTypes
        23: .line 1082
      StackMap locals:
      StackMap stack:
            aload 2 /* targetParameters */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_PARAMETERS:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            if_acmpeq 29
        24: .line 1083
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        25: goto 28
        26: .line 1084
      StackMap locals: int
      StackMap stack:
            aload 1 /* buffer */
            aload 2 /* targetParameters */
            iload 5 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.signature:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        27: .line 1083
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        28: iload 5 /* i */
            aload 2 /* targetParameters */
            arraylength
            if_icmplt 26
        end local 5 // int i
        29: .line 1087
      StackMap locals:
      StackMap stack:
            iload 4 /* needSynthetics */
            ifeq 45
        30: .line 1088
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.syntheticOuterLocalVariables:()[Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticArgumentBinding;
            astore 5 /* syntheticOuterArguments */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding[] syntheticOuterArguments
        31: .line 1089
            aload 5 /* syntheticOuterArguments */
            ifnonnull 32
            iconst_0
            goto 33
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding[]
      StackMap stack:
        32: aload 5 /* syntheticOuterArguments */
            arraylength
      StackMap locals:
      StackMap stack: int
        33: istore 6 /* count */
        start local 6 // int count
        34: .line 1090
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        35: goto 38
        36: .line 1091
      StackMap locals: int int
      StackMap stack:
            aload 1 /* buffer */
            aload 5 /* syntheticOuterArguments */
            iload 7 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding.type:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.signature:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        37: .line 1090
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        38: iload 7 /* i */
            iload 6 /* count */
            if_icmplt 36
        end local 7 // int i
        39: .line 1094
            aload 2 /* targetParameters */
            arraylength
            istore 7 /* i */
        start local 7 // int i
        40: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 8 /* extraLength */
        start local 8 // int extraLength
        41: goto 44
        42: .line 1095
      StackMap locals: int
      StackMap stack:
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 7 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.signature:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        43: .line 1094
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        44: iload 7 /* i */
            iload 8 /* extraLength */
            if_icmplt 42
        end local 8 // int extraLength
        end local 7 // int i
        end local 6 // int count
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding[] syntheticOuterArguments
        45: .line 1098
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding java.lang.StringBuffer org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int int
      StackMap stack:
            aload 1 /* buffer */
            bipush 41
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        46: .line 1099
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 48
        47: .line 1100
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.signature:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        48: .line 1101
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            invokevirtual java.lang.StringBuffer.length:()I
            istore 5 /* nameLength */
        start local 5 // int nameLength
        49: .line 1102
            aload 0 /* this */
            iload 5 /* nameLength */
            newarray 5
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.signature:[C
        50: .line 1103
            aload 1 /* buffer */
            iconst_0
            iload 5 /* nameLength */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.signature:[C
            iconst_0
            invokevirtual java.lang.StringBuffer.getChars:(II[CI)V
        51: .line 1105
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.signature:[C
            areturn
        end local 5 // int nameLength
        end local 4 // boolean needSynthetics
        end local 3 // boolean isConstructor
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] targetParameters
        end local 1 // java.lang.StringBuffer buffer
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   52     0                     this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            3   52     1                   buffer  Ljava/lang/StringBuffer;
            5   52     2         targetParameters  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            6   52     3            isConstructor  Z
           12   52     4           needSynthetics  Z
           14   23     5   syntheticArgumentTypes  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           16   21     6                        i  I
           17   21     7                    count  I
           25   29     5                        i  I
           31   45     5  syntheticOuterArguments  [Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticArgumentBinding;
           34   45     6                    count  I
           35   39     7                        i  I
           40   45     7                        i  I
           41   45     8              extraLength  I
           49   52     5               nameLength  I

  public char[] signature(org.eclipse.jdt.internal.compiler.ClassFile);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ClassFile;)[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=12, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.ClassFile classFile
         0: .line 1114
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.signature:[C
            ifnull 45
         1: .line 1115
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            ldc 2048
            land
            lconst_0
            lcmp
            ifeq 44
         2: .line 1117
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isConstructor:()Z
            istore 2 /* isConstructor */
        start local 2 // boolean isConstructor
         3: .line 1118
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 3 /* targetParameters */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] targetParameters
         4: .line 1119
            iload 2 /* isConstructor */
            ifeq 5
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isNestedType:()Z
            ifeq 5
            iconst_1
            goto 6
      StackMap locals: int org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: istore 4 /* needSynthetics */
        start local 4 // boolean needSynthetics
         7: .line 1120
            iload 4 /* needSynthetics */
            ifeq 20
         8: .line 1122
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.syntheticEnclosingInstanceTypes:()[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 5 /* syntheticArgumentTypes */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] syntheticArgumentTypes
         9: .line 1123
            aload 5 /* syntheticArgumentTypes */
            ifnull 18
        10: .line 1124
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        11: aload 5 /* syntheticArgumentTypes */
            arraylength
            istore 7 /* count */
        start local 7 // int count
        12: goto 17
        13: .line 1125
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.ClassFile int org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] int int
      StackMap stack:
            aload 5 /* syntheticArgumentTypes */
            iload 6 /* i */
            aaload
            astore 8 /* syntheticArgumentType */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding syntheticArgumentType
        14: .line 1126
            aload 8 /* syntheticArgumentType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.tagBits:J
            ldc 2048
            land
            lconst_0
            lcmp
            ifeq 16
        15: .line 1127
            aload 1 /* classFile */
            aload 8 /* syntheticArgumentType */
            invokestatic org.eclipse.jdt.internal.compiler.util.Util.recordNestedType:(Lorg/eclipse/jdt/internal/compiler/ClassFile;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding syntheticArgumentType
        16: .line 1124
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 6 /* i */
            iload 7 /* count */
            if_icmplt 13
        end local 7 // int count
        end local 6 // int i
        18: .line 1131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            instanceof org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
            ifeq 20
        19: .line 1132
            aload 0 /* this */
            checkcast org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
            getfield org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding.targetMethod:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 3 /* targetParameters */
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] syntheticArgumentTypes
        20: .line 1136
      StackMap locals:
      StackMap stack:
            aload 3 /* targetParameters */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_PARAMETERS:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            if_acmpeq 30
        21: .line 1137
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        22: aload 3 /* targetParameters */
            arraylength
            istore 6 /* max */
        start local 6 // int max
        23: goto 29
        24: .line 1138
      StackMap locals: int int
      StackMap stack:
            aload 3 /* targetParameters */
            iload 5 /* i */
            aaload
            astore 7 /* targetParameter */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetParameter
        25: .line 1139
            aload 7 /* targetParameter */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 8 /* leafTargetParameterType */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafTargetParameterType
        26: .line 1140
            aload 8 /* leafTargetParameterType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.tagBits:J
            ldc 2048
            land
            lconst_0
            lcmp
            ifeq 28
        27: .line 1141
            aload 1 /* classFile */
            aload 8 /* leafTargetParameterType */
            invokestatic org.eclipse.jdt.internal.compiler.util.Util.recordNestedType:(Lorg/eclipse/jdt/internal/compiler/ClassFile;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafTargetParameterType
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetParameter
        28: .line 1137
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        29: iload 5 /* i */
            iload 6 /* max */
            if_icmplt 24
        end local 6 // int max
        end local 5 // int i
        30: .line 1145
      StackMap locals:
      StackMap stack:
            iload 4 /* needSynthetics */
            ifeq 40
        31: .line 1147
            aload 3 /* targetParameters */
            arraylength
            istore 5 /* i */
        start local 5 // int i
        32: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 6 /* extraLength */
        start local 6 // int extraLength
        33: goto 39
        34: .line 1148
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 5 /* i */
            aaload
            astore 7 /* parameter */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding parameter
        35: .line 1149
            aload 7 /* parameter */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 8 /* leafParameterType */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafParameterType
        36: .line 1150
            aload 8 /* leafParameterType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.tagBits:J
            ldc 2048
            land
            lconst_0
            lcmp
            ifeq 38
        37: .line 1151
            aload 1 /* classFile */
            aload 8 /* leafParameterType */
            invokestatic org.eclipse.jdt.internal.compiler.util.Util.recordNestedType:(Lorg/eclipse/jdt/internal/compiler/ClassFile;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafParameterType
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding parameter
        38: .line 1147
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        39: iload 5 /* i */
            iload 6 /* extraLength */
            if_icmplt 34
        end local 6 // int extraLength
        end local 5 // int i
        40: .line 1155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 44
        41: .line 1156
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 5 /* ret */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding ret
        42: .line 1157
            aload 5 /* ret */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.tagBits:J
            ldc 2048
            land
            lconst_0
            lcmp
            ifeq 44
        43: .line 1158
            aload 1 /* classFile */
            aload 5 /* ret */
            invokestatic org.eclipse.jdt.internal.compiler.util.Util.recordNestedType:(Lorg/eclipse/jdt/internal/compiler/ClassFile;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding ret
        end local 4 // boolean needSynthetics
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] targetParameters
        end local 2 // boolean isConstructor
        44: .line 1162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.signature:[C
            areturn
        45: .line 1165
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuffer
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            iconst_1
            iadd
            bipush 20
            imul
            invokespecial java.lang.StringBuffer.<init>:(I)V
            astore 2 /* buffer */
        start local 2 // java.lang.StringBuffer buffer
        46: .line 1166
            aload 2 /* buffer */
            bipush 40
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        47: .line 1168
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 3 /* targetParameters */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] targetParameters
        48: .line 1169
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isConstructor:()Z
            istore 4 /* isConstructor */
        start local 4 // boolean isConstructor
        49: .line 1170
            iload 4 /* isConstructor */
            ifeq 52
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isEnum:()Z
            ifeq 52
        50: .line 1171
            aload 2 /* buffer */
            getstatic org.eclipse.jdt.internal.compiler.codegen.ConstantPool.JavaLangStringSignature:[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        51: .line 1172
            aload 2 /* buffer */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.INT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding.signature:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        52: .line 1174
      StackMap locals: java.lang.StringBuffer org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int
      StackMap stack:
            iload 4 /* isConstructor */
            ifeq 53
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isNestedType:()Z
            ifeq 53
            iconst_1
            goto 54
      StackMap locals:
      StackMap stack:
        53: iconst_0
      StackMap locals:
      StackMap stack: int
        54: istore 5 /* needSynthetics */
        start local 5 // boolean needSynthetics
        55: .line 1175
            iload 5 /* needSynthetics */
            ifeq 70
        56: .line 1177
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.syntheticEnclosingInstanceTypes:()[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 6 /* syntheticArgumentTypes */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] syntheticArgumentTypes
        57: .line 1178
            aload 6 /* syntheticArgumentTypes */
            ifnull 68
        58: .line 1179
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        59: aload 6 /* syntheticArgumentTypes */
            arraylength
            istore 8 /* count */
        start local 8 // int count
        60: goto 67
        61: .line 1180
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.ClassFile java.lang.StringBuffer org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] int int
      StackMap stack:
            aload 6 /* syntheticArgumentTypes */
            iload 7 /* i */
            aaload
            astore 9 /* syntheticArgumentType */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding syntheticArgumentType
        62: .line 1181
            aload 9 /* syntheticArgumentType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.tagBits:J
            ldc 2048
            land
            lconst_0
            lcmp
            ifeq 65
        63: .line 1182
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            ldc 2048
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
        64: .line 1183
            aload 1 /* classFile */
            aload 9 /* syntheticArgumentType */
            invokestatic org.eclipse.jdt.internal.compiler.util.Util.recordNestedType:(Lorg/eclipse/jdt/internal/compiler/ClassFile;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        65: .line 1185
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 2 /* buffer */
            aload 9 /* syntheticArgumentType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.signature:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding syntheticArgumentType
        66: .line 1179
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        67: iload 7 /* i */
            iload 8 /* count */
            if_icmplt 61
        end local 8 // int count
        end local 7 // int i
        68: .line 1189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            instanceof org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
            ifeq 70
        69: .line 1190
            aload 0 /* this */
            checkcast org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
            getfield org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding.targetMethod:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 3 /* targetParameters */
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] syntheticArgumentTypes
        70: .line 1194
      StackMap locals:
      StackMap stack:
            aload 3 /* targetParameters */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_PARAMETERS:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            if_acmpeq 82
        71: .line 1195
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        72: aload 3 /* targetParameters */
            arraylength
            istore 7 /* max */
        start local 7 // int max
        73: goto 81
        74: .line 1196
      StackMap locals: int int
      StackMap stack:
            aload 3 /* targetParameters */
            iload 6 /* i */
            aaload
            astore 8 /* targetParameter */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetParameter
        75: .line 1197
            aload 8 /* targetParameter */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 9 /* leafTargetParameterType */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafTargetParameterType
        76: .line 1198
            aload 9 /* leafTargetParameterType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.tagBits:J
            ldc 2048
            land
            lconst_0
            lcmp
            ifeq 79
        77: .line 1199
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            ldc 2048
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
        78: .line 1200
            aload 1 /* classFile */
            aload 9 /* leafTargetParameterType */
            invokestatic org.eclipse.jdt.internal.compiler.util.Util.recordNestedType:(Lorg/eclipse/jdt/internal/compiler/ClassFile;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        79: .line 1202
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 2 /* buffer */
            aload 8 /* targetParameter */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.signature:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafTargetParameterType
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetParameter
        80: .line 1195
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        81: iload 6 /* i */
            iload 7 /* max */
            if_icmplt 74
        end local 7 // int max
        end local 6 // int i
        82: .line 1205
      StackMap locals:
      StackMap stack:
            iload 5 /* needSynthetics */
            ifeq 103
        83: .line 1206
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.syntheticOuterLocalVariables:()[Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticArgumentBinding;
            astore 6 /* syntheticOuterArguments */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding[] syntheticOuterArguments
        84: .line 1207
            aload 6 /* syntheticOuterArguments */
            ifnonnull 85
            iconst_0
            goto 86
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding[]
      StackMap stack:
        85: aload 6 /* syntheticOuterArguments */
            arraylength
      StackMap locals:
      StackMap stack: int
        86: istore 7 /* count */
        start local 7 // int count
        87: .line 1208
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        88: goto 91
        89: .line 1209
      StackMap locals: int int
      StackMap stack:
            aload 2 /* buffer */
            aload 6 /* syntheticOuterArguments */
            iload 8 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding.type:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.signature:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        90: .line 1208
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        91: iload 8 /* i */
            iload 7 /* count */
            if_icmplt 89
        end local 8 // int i
        92: .line 1212
            aload 3 /* targetParameters */
            arraylength
            istore 8 /* i */
        start local 8 // int i
        93: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 9 /* extraLength */
        start local 9 // int extraLength
        94: goto 102
        95: .line 1213
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 8 /* i */
            aaload
            astore 10 /* parameter */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding parameter
        96: .line 1214
            aload 10 /* parameter */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 11 /* leafParameterType */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafParameterType
        97: .line 1215
            aload 11 /* leafParameterType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.tagBits:J
            ldc 2048
            land
            lconst_0
            lcmp
            ifeq 100
        98: .line 1216
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            ldc 2048
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
        99: .line 1217
            aload 1 /* classFile */
            aload 11 /* leafParameterType */
            invokestatic org.eclipse.jdt.internal.compiler.util.Util.recordNestedType:(Lorg/eclipse/jdt/internal/compiler/ClassFile;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       100: .line 1219
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 2 /* buffer */
            aload 10 /* parameter */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.signature:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafParameterType
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding parameter
       101: .line 1212
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
       102: iload 8 /* i */
            iload 9 /* extraLength */
            if_icmplt 95
        end local 9 // int extraLength
        end local 8 // int i
        end local 7 // int count
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding[] syntheticOuterArguments
       103: .line 1222
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.ClassFile java.lang.StringBuffer org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int int
      StackMap stack:
            aload 2 /* buffer */
            bipush 41
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
       104: .line 1223
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 110
       105: .line 1224
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 6 /* ret */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding ret
       106: .line 1225
            aload 6 /* ret */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.tagBits:J
            ldc 2048
            land
            lconst_0
            lcmp
            ifeq 109
       107: .line 1226
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            ldc 2048
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
       108: .line 1227
            aload 1 /* classFile */
            aload 6 /* ret */
            invokestatic org.eclipse.jdt.internal.compiler.util.Util.recordNestedType:(Lorg/eclipse/jdt/internal/compiler/ClassFile;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       109: .line 1229
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 2 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.signature:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding ret
       110: .line 1231
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            invokevirtual java.lang.StringBuffer.length:()I
            istore 6 /* nameLength */
        start local 6 // int nameLength
       111: .line 1232
            aload 0 /* this */
            iload 6 /* nameLength */
            newarray 5
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.signature:[C
       112: .line 1233
            aload 2 /* buffer */
            iconst_0
            iload 6 /* nameLength */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.signature:[C
            iconst_0
            invokevirtual java.lang.StringBuffer.getChars:(II[CI)V
       113: .line 1235
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.signature:[C
            areturn
        end local 6 // int nameLength
        end local 5 // boolean needSynthetics
        end local 4 // boolean isConstructor
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] targetParameters
        end local 2 // java.lang.StringBuffer buffer
        end local 1 // org.eclipse.jdt.internal.compiler.ClassFile classFile
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0  114     0                     this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0  114     1                classFile  Lorg/eclipse/jdt/internal/compiler/ClassFile;
            3   44     2            isConstructor  Z
            4   44     3         targetParameters  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            7   44     4           needSynthetics  Z
            9   20     5   syntheticArgumentTypes  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           11   18     6                        i  I
           12   18     7                    count  I
           14   16     8    syntheticArgumentType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           22   30     5                        i  I
           23   30     6                      max  I
           25   28     7          targetParameter  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           26   28     8  leafTargetParameterType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           32   40     5                        i  I
           33   40     6              extraLength  I
           35   38     7                parameter  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           36   38     8        leafParameterType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           42   44     5                      ret  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           46  114     2                   buffer  Ljava/lang/StringBuffer;
           48  114     3         targetParameters  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           49  114     4            isConstructor  Z
           55  114     5           needSynthetics  Z
           57   70     6   syntheticArgumentTypes  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           59   68     7                        i  I
           60   68     8                    count  I
           62   66     9    syntheticArgumentType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           72   82     6                        i  I
           73   82     7                      max  I
           75   80     8          targetParameter  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           76   80     9  leafTargetParameterType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           84  103     6  syntheticOuterArguments  [Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticArgumentBinding;
           87  103     7                    count  I
           88   92     8                        i  I
           93  103     8                        i  I
           94  103     9              extraLength  I
           96  101    10                parameter  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           97  101    11        leafParameterType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
          106  110     6                      ret  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
          111  114     6               nameLength  I
    MethodParameters:
           Name  Flags
      classFile  

  public final int sourceEnd();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 1238
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.sourceMethod:()Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            astore 1 /* method */
        start local 1 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration method
         1: .line 1239
            aload 1 /* method */
            ifnonnull 5
         2: .line 1240
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            instanceof org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
            ifeq 4
         3: .line 1241
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.sourceEnd:()I
            ireturn
         4: .line 1242
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
      StackMap stack:
            iconst_0
            ireturn
         5: .line 1244
      StackMap locals:
      StackMap stack:
            aload 1 /* method */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.sourceEnd:I
            ireturn
        end local 1 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration method
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            1    6     1  method  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;

  public org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration sourceMethod();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 1247
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isSynthetic:()Z
            ifeq 2
         1: .line 1248
            aconst_null
            areturn
         2: .line 1252
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
            astore 1 /* sourceType */
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding sourceType
         3: .line 1253
            goto 6
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding sourceType
      StackMap locals:
      StackMap stack: java.lang.ClassCastException
         4: pop
         5: .line 1254
            aconst_null
            areturn
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding sourceType
         6: .line 1257
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
      StackMap stack:
            aload 1 /* sourceType */
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            ifnull 7
            aload 1 /* sourceType */
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            getfield org.eclipse.jdt.internal.compiler.lookup.ClassScope.referenceContext:Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            goto 8
      StackMap locals:
      StackMap stack:
         7: aconst_null
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration[]
         8: astore 2 /* methods */
        start local 2 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration[] methods
         9: .line 1258
            aload 2 /* methods */
            ifnull 15
        10: .line 1259
            aload 2 /* methods */
            arraylength
            istore 3 /* i */
        start local 3 // int i
        11: goto 14
        12: .line 1260
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration[] int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* methods */
            iload 3 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            if_acmpne 14
        13: .line 1261
            aload 2 /* methods */
            iload 3 /* i */
            aaload
            areturn
        14: .line 1259
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ -1
            iload 3 /* i */
            ifge 12
        end local 3 // int i
        15: .line 1263
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration[] methods
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding sourceType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0        this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            3    4     1  sourceType  Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            6   16     1  sourceType  Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            9   16     2     methods  [Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
           11   15     3           i  I
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.ClassCastException

  public org.eclipse.jdt.internal.compiler.ast.LambdaExpression sourceLambda();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/ast/LambdaExpression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 1266
            aconst_null
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public final int sourceStart();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 1269
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.sourceMethod:()Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            astore 1 /* method */
        start local 1 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration method
         1: .line 1270
            aload 1 /* method */
            ifnonnull 5
         2: .line 1271
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            instanceof org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
            ifeq 4
         3: .line 1272
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.sourceStart:()I
            ireturn
         4: .line 1273
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
      StackMap stack:
            iconst_0
            ireturn
         5: .line 1275
      StackMap locals:
      StackMap stack:
            aload 1 /* method */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.sourceStart:I
            ireturn
        end local 1 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration method
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            1    6     1  method  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;

  public org.eclipse.jdt.internal.compiler.lookup.MethodBinding tiebreakMethod();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 1283
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 1287
            new java.lang.StringBuffer
            dup
            bipush 10
            invokespecial java.lang.StringBuffer.<init>:(I)V
            astore 1 /* output */
        start local 1 // java.lang.StringBuffer output
         1: .line 1288
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            ldc 33554432
            iand
            ifeq 3
         2: .line 1289
            aload 1 /* output */
            ldc "[unresolved] "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 1291
      StackMap locals: java.lang.StringBuffer
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            aload 1 /* output */
            invokestatic org.eclipse.jdt.internal.compiler.ast.ASTNode.printModifiers:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
         4: .line 1292
            aload 1 /* output */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 5
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.debugName:()Ljava/lang/String;
            goto 6
      StackMap locals:
      StackMap stack: java.lang.StringBuffer
         5: ldc "<no type>"
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding java.lang.StringBuffer
      StackMap stack: java.lang.StringBuffer java.lang.String
         6: invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         7: .line 1293
            aload 1 /* output */
            ldc " "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         8: .line 1294
            aload 1 /* output */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            ifnull 9
            new java.lang.String
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            invokespecial java.lang.String.<init>:([C)V
            goto 10
      StackMap locals:
      StackMap stack: java.lang.StringBuffer
         9: ldc "<no selector>"
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding java.lang.StringBuffer
      StackMap stack: java.lang.StringBuffer java.lang.String
        10: invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        11: .line 1295
            aload 1 /* output */
            ldc "("
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        12: .line 1296
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 25
        13: .line 1297
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_PARAMETERS:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            if_acmpeq 26
        14: .line 1298
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        15: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 3 /* length */
        start local 3 // int length
        16: goto 23
        17: .line 1299
      StackMap locals: int int
      StackMap stack:
            iload 2 /* i */
            ifle 19
        18: .line 1300
            aload 1 /* output */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        19: .line 1301
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 2 /* i */
            aaload
            ifnull 20
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 2 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.debugName:()Ljava/lang/String;
            goto 21
      StackMap locals:
      StackMap stack: java.lang.StringBuffer
        20: ldc "<no argument type>"
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding java.lang.StringBuffer int int
      StackMap stack: java.lang.StringBuffer java.lang.String
        21: invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        22: .line 1298
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 2 /* i */
            iload 3 /* length */
            if_icmplt 17
        end local 3 // int length
        end local 2 // int i
        24: .line 1304
            goto 26
        25: .line 1305
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            ldc "<no argument types>"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        26: .line 1307
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            ldc ") "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        27: .line 1309
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            ifnull 41
        28: .line 1310
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_EXCEPTIONS:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            if_acmpeq 42
        29: .line 1311
            aload 1 /* output */
            ldc "throws "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        30: .line 1312
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        31: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            arraylength
            istore 3 /* length */
        start local 3 // int length
        32: goto 39
        33: .line 1313
      StackMap locals: int int
      StackMap stack:
            iload 2 /* i */
            ifle 35
        34: .line 1314
            aload 1 /* output */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        35: .line 1315
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            iload 2 /* i */
            aaload
            ifnull 36
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            iload 2 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.debugName:()Ljava/lang/String;
            goto 37
      StackMap locals:
      StackMap stack: java.lang.StringBuffer
        36: ldc "<no exception type>"
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding java.lang.StringBuffer int int
      StackMap stack: java.lang.StringBuffer java.lang.String
        37: invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        38: .line 1312
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        39: iload 2 /* i */
            iload 3 /* length */
            if_icmplt 33
        end local 3 // int length
        end local 2 // int i
        40: .line 1318
            goto 42
        41: .line 1319
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            ldc "<no exception types>"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        42: .line 1321
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer output
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   43     0    this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            1   43     1  output  Ljava/lang/StringBuffer;
           15   24     2       i  I
           16   24     3  length  I
           31   40     2       i  I
           32   40     3  length  I

  public org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] typeVariables();
    descriptor: ()[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 1324
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public boolean hasNonNullDefaultForReturnType(org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration srcMethod
         0: .line 1328
            aload 0 /* this */
            bipush 16
            aload 1 /* srcMethod */
            aload 1 /* srcMethod */
            ifnonnull 1
            iconst_m1
            goto 2
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.MethodBinding int org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
         1: aload 1 /* srcMethod */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.declarationSourceStart:I
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.MethodBinding int org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration int
         2: invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.hasNonNullDefaultFor:(ILorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;I)Z
            ireturn
        end local 1 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration srcMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0    3     1  srcMethod  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
    MethodParameters:
           Name  Flags
      srcMethod  

  static int getNonNullByDefaultValue(org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding annotation
         0: .line 1332
            aload 0 /* annotation */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding.getElementValuePairs:()[Lorg/eclipse/jdt/internal/compiler/lookup/ElementValuePair;
            astore 1 /* elementValuePairs */
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ElementValuePair[] elementValuePairs
         1: .line 1333
            aload 1 /* elementValuePairs */
            ifnull 2
            aload 1 /* elementValuePairs */
            arraylength
            ifne 9
         2: .line 1335
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ElementValuePair[]
      StackMap stack:
            aload 0 /* annotation */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding.getAnnotationType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 2 /* annotationType */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding annotationType
         3: .line 1336
            aload 2 /* annotationType */
            ifnonnull 4
            iconst_0
            ireturn
         4: .line 1337
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 2 /* annotationType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.methods:()[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 3 /* annotationMethods */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] annotationMethods
         5: .line 1338
            aload 3 /* annotationMethods */
            ifnull 8
            aload 3 /* annotationMethods */
            arraylength
            iconst_1
            if_icmpne 8
         6: .line 1339
            aload 3 /* annotationMethods */
            iconst_0
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.getDefaultValue:()Ljava/lang/Object;
            astore 4 /* value */
        start local 4 // java.lang.Object value
         7: .line 1340
            aload 4 /* value */
            invokestatic org.eclipse.jdt.internal.compiler.ast.Annotation.nullLocationBitsFromAnnotationValue:(Ljava/lang/Object;)I
            ireturn
        end local 4 // java.lang.Object value
         8: .line 1342
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding[]
      StackMap stack:
            bipush 56
            ireturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] annotationMethods
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding annotationType
         9: .line 1343
      StackMap locals:
      StackMap stack:
            aload 1 /* elementValuePairs */
            arraylength
            ifle 17
        10: .line 1345
            iconst_0
            istore 2 /* nullness */
        start local 2 // int nullness
        11: .line 1346
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        12: goto 15
        13: .line 1347
      StackMap locals: int int
      StackMap stack:
            iload 2 /* nullness */
            aload 1 /* elementValuePairs */
            iload 3 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ElementValuePair.getValue:()Ljava/lang/Object;
            invokestatic org.eclipse.jdt.internal.compiler.ast.Annotation.nullLocationBitsFromAnnotationValue:(Ljava/lang/Object;)I
            ior
            istore 2 /* nullness */
        14: .line 1346
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 3 /* i */
            aload 1 /* elementValuePairs */
            arraylength
            if_icmplt 13
        end local 3 // int i
        16: .line 1348
            iload 2 /* nullness */
            ireturn
        end local 2 // int nullness
        17: .line 1351
      StackMap locals:
      StackMap stack:
            iconst_2
            ireturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ElementValuePair[] elementValuePairs
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding annotation
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   18     0         annotation  Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            1   18     1  elementValuePairs  [Lorg/eclipse/jdt/internal/compiler/lookup/ElementValuePair;
            3    9     2     annotationType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            5    9     3  annotationMethods  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            7    8     4              value  Ljava/lang/Object;
           11   17     2           nullness  I
           12   16     3                  i  I
    MethodParameters:
            Name  Flags
      annotation  

  public org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider hasNonNullDefaultForParameter(org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterNonNullDefaultProvider;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=16, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration srcMethod
         0: .line 1358
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 2 /* len */
        start local 2 // int len
         1: .line 1359
            iload 2 /* len */
            newarray 4
            astore 3 /* result */
        start local 3 // boolean[] result
         2: .line 1360
            iconst_0
            istore 4 /* trueFound */
        start local 4 // boolean trueFound
         3: .line 1361
            iconst_0
            istore 5 /* falseFound */
        start local 5 // boolean falseFound
         4: .line 1362
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         5: goto 38
         6: .line 1363
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration int boolean[] int int int
      StackMap stack:
            aload 1 /* srcMethod */
            ifnull 7
            aload 1 /* srcMethod */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            ifnull 7
            aload 1 /* srcMethod */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            arraylength
            ifne 8
      StackMap locals:
      StackMap stack:
         7: iconst_m1
            goto 9
         8: .line 1364
      StackMap locals:
      StackMap stack:
            aload 1 /* srcMethod */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            iload 6 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.ast.Argument.declarationSourceStart:I
         9: .line 1363
      StackMap locals:
      StackMap stack: int
            istore 7 /* start */
        start local 7 // int start
        10: .line 1365
            aload 1 /* srcMethod */
            ifnull 12
            iload 7 /* start */
            iflt 12
        11: .line 1366
            aload 1 /* srcMethod */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            iload 7 /* start */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.localNonNullByDefaultValue:(I)I
            goto 13
        12: .line 1367
      StackMap locals: int
      StackMap stack:
            iconst_0
        13: .line 1365
      StackMap locals:
      StackMap stack: int
            istore 8 /* nonNullByDefaultValue */
        start local 8 // int nonNullByDefaultValue
        14: .line 1368
            iload 8 /* nonNullByDefaultValue */
            ifne 26
        15: .line 1369
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.getParameterAnnotations:()[[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            astore 9 /* parameterAnnotations */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] parameterAnnotations
        16: .line 1370
            aload 9 /* parameterAnnotations */
            ifnull 26
        17: .line 1371
            aload 9 /* parameterAnnotations */
            iload 6 /* i */
            aaload
            astore 10 /* annotationBindings */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotationBindings
        18: .line 1372
            aload 10 /* annotationBindings */
            dup
            astore 14
            arraylength
            istore 13
            iconst_0
            istore 12
            goto 25
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration int boolean[] int int int int int org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] top int int org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]
      StackMap stack:
        19: aload 14
            iload 12
            aaload
            astore 11 /* annotationBinding */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding annotationBinding
        20: .line 1373
            aload 11 /* annotationBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding.getAnnotationType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 15 /* annotationType */
        start local 15 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding annotationType
        21: .line 1374
            aload 15 /* annotationType */
            sipush 128
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.hasNullBit:(I)Z
            ifne 23
        22: .line 1375
            goto 24
        23: .line 1377
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration int boolean[] int int int int int org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding int int org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            iload 8 /* nonNullByDefaultValue */
            aload 11 /* annotationBinding */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.MethodBinding.getNonNullByDefaultValue:(Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)I
            ior
            istore 8 /* nonNullByDefaultValue */
        end local 15 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding annotationType
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding annotationBinding
        24: .line 1372
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration int boolean[] int int int int int org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] top int int org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]
      StackMap stack:
            iinc 12 1
      StackMap locals:
      StackMap stack:
        25: iload 12
            iload 13
            if_icmplt 19
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotationBindings
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] parameterAnnotations
        26: .line 1382
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration int boolean[] int int int int int
      StackMap stack:
            iload 8 /* nonNullByDefaultValue */
            ifeq 31
        27: .line 1384
            iload 8 /* nonNullByDefaultValue */
            bipush 8
            iand
            ifeq 28
            iconst_1
            goto 29
      StackMap locals:
      StackMap stack:
        28: iconst_0
      StackMap locals:
      StackMap stack: int
        29: istore 9 /* b */
        start local 9 // boolean b
        30: .line 1385
            goto 32
        end local 9 // boolean b
        31: .line 1386
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 8
            aload 1 /* srcMethod */
            iload 7 /* start */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.hasNonNullDefaultFor:(ILorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;I)Z
            istore 9 /* b */
        start local 9 // boolean b
        32: .line 1388
      StackMap locals: int
      StackMap stack:
            iload 9 /* b */
            ifeq 35
        33: .line 1389
            iconst_1
            istore 4 /* trueFound */
        34: .line 1390
            goto 36
        35: .line 1391
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 5 /* falseFound */
        36: .line 1393
      StackMap locals:
      StackMap stack:
            aload 3 /* result */
            iload 6 /* i */
            iload 9 /* b */
            bastore
        end local 9 // boolean b
        end local 8 // int nonNullByDefaultValue
        end local 7 // int start
        37: .line 1362
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        38: iload 6 /* i */
            iload 2 /* len */
            if_icmplt 6
        end local 6 // int i
        39: .line 1395
            iload 4 /* trueFound */
            ifeq 41
            iload 5 /* falseFound */
            ifeq 41
        40: .line 1396
            new org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider$MixedProvider
            dup
            aload 3 /* result */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider$MixedProvider.<init>:([Z)V
            areturn
        41: .line 1398
      StackMap locals:
      StackMap stack:
            iload 4 /* trueFound */
            ifeq 42
            getstatic org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider.TRUE_PROVIDER:Lorg/eclipse/jdt/internal/compiler/lookup/ParameterNonNullDefaultProvider;
            goto 43
      StackMap locals:
      StackMap stack:
        42: getstatic org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider.FALSE_PROVIDER:Lorg/eclipse/jdt/internal/compiler/lookup/ParameterNonNullDefaultProvider;
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider
        43: areturn
        end local 5 // boolean falseFound
        end local 4 // boolean trueFound
        end local 3 // boolean[] result
        end local 2 // int len
        end local 1 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration srcMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   44     0                   this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   44     1              srcMethod  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            1   44     2                    len  I
            2   44     3                 result  [Z
            3   44     4              trueFound  Z
            4   44     5             falseFound  Z
            5   39     6                      i  I
           10   37     7                  start  I
           14   37     8  nonNullByDefaultValue  I
           16   26     9   parameterAnnotations  [[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
           18   26    10     annotationBindings  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
           20   24    11      annotationBinding  Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
           21   24    15         annotationType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           30   31     9                      b  Z
           32   37     9                      b  Z
    MethodParameters:
           Name  Flags
      srcMethod  

  private boolean hasNonNullDefaultFor(int, org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration, int);
    descriptor: (ILorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // int location
        start local 2 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration srcMethod
        start local 3 // int start
         0: .line 1402
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            ldc 67108864
            iand
            ifeq 2
         1: .line 1403
            iconst_0
            ireturn
         2: .line 1404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.defaultNullness:I
            ifeq 5
         3: .line 1405
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.defaultNullness:I
            iload 1 /* location */
            iand
            ifeq 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
         5: .line 1406
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            iload 1 /* location */
            iload 3 /* start */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.hasNonNullDefaultFor:(II)Z
            ireturn
        end local 3 // int start
        end local 2 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration srcMethod
        end local 1 // int location
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0    6     1   location  I
            0    6     2  srcMethod  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            0    6     3      start  I
    MethodParameters:
           Name  Flags
      location   
      srcMethod  
      start      

  public boolean redeclaresPublicObjectMethod(org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 1410
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getJavaLangObject:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 2 /* javaLangObject */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding javaLangObject
         1: .line 1411
            aload 2 /* javaLangObject */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.getMethods:([C)[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 3 /* methods */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] methods
         2: .line 1412
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: aload 3 /* methods */
            ifnonnull 4
            iconst_0
            goto 5
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] int
      StackMap stack:
         4: aload 3 /* methods */
            arraylength
      StackMap locals:
      StackMap stack: int
         5: istore 5 /* length */
        start local 5 // int length
         6: goto 13
         7: .line 1413
      StackMap locals: int
      StackMap stack:
            aload 3 /* methods */
            iload 4 /* i */
            aaload
            astore 6 /* method */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
         8: .line 1414
            aload 6 /* method */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isPublic:()Z
            ifeq 12
            aload 6 /* method */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isStatic:()Z
            ifne 12
            aload 6 /* method */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            if_icmpeq 10
         9: .line 1415
            goto 12
        10: .line 1416
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            aload 0 /* this */
            aload 6 /* method */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.MethodVerifier.doesMethodOverride:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)Z
            ifeq 12
        11: .line 1417
            iconst_1
            ireturn
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
        12: .line 1412
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 4 /* i */
            iload 5 /* length */
            if_icmplt 7
        end local 5 // int length
        end local 4 // int i
        14: .line 1419
            iconst_0
            ireturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] methods
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding javaLangObject
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   15     0            this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   15     1           scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            1   15     2  javaLangObject  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            2   15     3         methods  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            3   14     4               i  I
            6   14     5          length  I
            8   12     6          method  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
       Name  Flags
      scope  

  public boolean isVoidMethod();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
         0: .line 1422
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.VOID:Lorg/eclipse/jdt/internal/compiler/lookup/VoidTypeBinding;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  public boolean doesParameterLengthMatch(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // int suggestedParameterLength
         0: .line 1425
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 2 /* len */
        start local 2 // int len
         1: .line 1426
            iload 2 /* len */
            iload 1 /* suggestedParameterLength */
            if_icmple 3
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isVarargs:()Z
            ifeq 2
            iload 2 /* len */
            iload 1 /* suggestedParameterLength */
            iconst_1
            iadd
            if_icmpeq 3
      StackMap locals: int
      StackMap stack:
         2: iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 2 // int len
        end local 1 // int suggestedParameterLength
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    4     0                      this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0    4     1  suggestedParameterLength  I
            1    4     2                       len  I
    MethodParameters:
                          Name  Flags
      suggestedParameterLength  

  public void updateTypeVariableBinding(org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding, org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding previousBinding
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding updatedBinding
         0: .line 1429
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            astore 3 /* bindings */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] bindings
         1: .line 1430
            aload 3 /* bindings */
            ifnull 8
         2: .line 1431
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 7
         4: .line 1432
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] int
      StackMap stack:
            aload 3 /* bindings */
            iload 4 /* i */
            aaload
            aload 1 /* previousBinding */
            if_acmpne 6
         5: .line 1433
            aload 3 /* bindings */
            iload 4 /* i */
            aload 2 /* updatedBinding */
            aastore
         6: .line 1431
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            aload 3 /* bindings */
            arraylength
            if_icmplt 4
        end local 4 // int i
         8: .line 1437
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] bindings
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding updatedBinding
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding previousBinding
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0    9     1  previousBinding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            0    9     2   updatedBinding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            1    9     3         bindings  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            3    8     4                i  I
    MethodParameters:
                 Name  Flags
      previousBinding  
      updatedBinding   
}
SourceFile: "MethodBinding.java"
InnerClasses:
  public final AnnotationPosition = org.eclipse.jdt.internal.compiler.ast.TypeReference$AnnotationPosition of org.eclipse.jdt.internal.compiler.ast.TypeReference
  public MixedProvider = org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider$MixedProvider of org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider