public class org.eclipse.jdt.internal.core.search.MethodNameMatchRequestorWrapper extends org.eclipse.jdt.internal.core.search.NameMatchRequestorWrapper implements org.eclipse.jdt.internal.core.search.IRestrictedAccessMethodRequestor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.core.search.MethodNameMatchRequestorWrapper
  super_class: org.eclipse.jdt.internal.core.search.NameMatchRequestorWrapper
{
  org.eclipse.jdt.core.search.MethodNameMatchRequestor requestor;
    descriptor: Lorg/eclipse/jdt/core/search/MethodNameMatchRequestor;
    flags: (0x0000) 

  public void <init>(org.eclipse.jdt.core.search.MethodNameMatchRequestor, org.eclipse.jdt.core.search.IJavaSearchScope);
    descriptor: (Lorg/eclipse/jdt/core/search/MethodNameMatchRequestor;Lorg/eclipse/jdt/core/search/IJavaSearchScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.search.MethodNameMatchRequestorWrapper this
        start local 1 // org.eclipse.jdt.core.search.MethodNameMatchRequestor requestor
        start local 2 // org.eclipse.jdt.core.search.IJavaSearchScope scope
         0: .line 60
            aload 0 /* this */
            aload 2 /* scope */
            invokespecial org.eclipse.jdt.internal.core.search.NameMatchRequestorWrapper.<init>:(Lorg/eclipse/jdt/core/search/IJavaSearchScope;)V
         1: .line 61
            aload 0 /* this */
            aload 1 /* requestor */
            putfield org.eclipse.jdt.internal.core.search.MethodNameMatchRequestorWrapper.requestor:Lorg/eclipse/jdt/core/search/MethodNameMatchRequestor;
         2: .line 62
            return
        end local 2 // org.eclipse.jdt.core.search.IJavaSearchScope scope
        end local 1 // org.eclipse.jdt.core.search.MethodNameMatchRequestor requestor
        end local 0 // org.eclipse.jdt.internal.core.search.MethodNameMatchRequestorWrapper this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/jdt/internal/core/search/MethodNameMatchRequestorWrapper;
            0    3     1  requestor  Lorg/eclipse/jdt/core/search/MethodNameMatchRequestor;
            0    3     2      scope  Lorg/eclipse/jdt/core/search/IJavaSearchScope;
    MethodParameters:
           Name  Flags
      requestor  
      scope      

  public void acceptMethod(char[], int, char[], char[], int, char[], char[], char[][], char[][], char[], int, java.lang.String, org.eclipse.jdt.internal.compiler.env.AccessRestriction, int);
    descriptor: ([CI[C[CI[C[C[[C[[C[CILjava/lang/String;Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=21, args_size=15
        start local 0 // org.eclipse.jdt.internal.core.search.MethodNameMatchRequestorWrapper this
        start local 1 // char[] methodName
        start local 2 // int parameterCount
        start local 3 // char[] declaringQualifier
        start local 4 // char[] simpleTypeName
        start local 5 // int typeModifiers
        start local 6 // char[] packageName
        start local 7 // char[] signature
        start local 8 // char[][] parameterTypes
        start local 9 // char[][] parameterNames
        start local 10 // char[] returnType
        start local 11 // int modifiers
        start local 12 // java.lang.String path
        start local 13 // org.eclipse.jdt.internal.compiler.env.AccessRestriction access
        start local 14 // int methodIndex
         0: .line 70
            aload 3 /* declaringQualifier */
            ifnull 1
            aload 3 /* declaringQualifier */
            arraylength
            ifle 1
            bipush 46
            aload 3 /* declaringQualifier */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.splitOn:(C[C)[[C
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.eclipse.jdt.core.compiler.CharOperation.NO_CHAR_CHAR:[[C
      StackMap locals:
      StackMap stack: char[][]
         2: astore 15 /* enclosingTypeNames */
        start local 15 // char[][] enclosingTypeNames
         3: .line 71
            aload 0 /* this */
            iload 5 /* typeModifiers */
            aload 6 /* packageName */
            aload 4 /* simpleTypeName */
            aload 15 /* enclosingTypeNames */
            aload 12 /* path */
            aload 13 /* access */
            invokevirtual org.eclipse.jdt.internal.core.search.MethodNameMatchRequestorWrapper.getType:(I[C[C[[CLjava/lang/String;Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)Lorg/eclipse/jdt/core/IType;
            astore 16 /* type */
        start local 16 // org.eclipse.jdt.core.IType type
         4: .line 72
            aload 16 /* type */
            ifnonnull 5
            return
         5: .line 73
      StackMap locals: char[][] org.eclipse.jdt.core.IType
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.MethodNameMatchRequestorWrapper.scope:Lorg/eclipse/jdt/core/search/IJavaSearchScope;
            instanceof org.eclipse.jdt.internal.core.search.HierarchyScope
            ifeq 6
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.MethodNameMatchRequestorWrapper.scope:Lorg/eclipse/jdt/core/search/IJavaSearchScope;
            checkcast org.eclipse.jdt.internal.core.search.HierarchyScope
            aload 16 /* type */
            invokevirtual org.eclipse.jdt.internal.core.search.HierarchyScope.enclosesFineGrained:(Lorg/eclipse/jdt/core/IJavaElement;)Z
            ifne 6
            return
         6: .line 74
      StackMap locals:
      StackMap stack:
            aload 8 /* parameterTypes */
            ifnonnull 7
            getstatic org.eclipse.jdt.core.compiler.CharOperation.NO_CHAR_CHAR:[[C
            goto 8
      StackMap locals:
      StackMap stack:
         7: aload 8 /* parameterTypes */
      StackMap locals:
      StackMap stack: char[][]
         8: astore 8 /* parameterTypes */
         9: .line 75
            getstatic org.eclipse.jdt.core.compiler.CharOperation.NO_STRINGS:[Ljava/lang/String;
            astore 17 /* paramTypeSigs */
        start local 17 // java.lang.String[] paramTypeSigs
        10: .line 76
            aload 7 /* signature */
            ifnull 21
        11: .line 77
            aload 7 /* signature */
            invokestatic org.eclipse.jdt.core.Signature.getParameterTypes:([C)[[C
            astore 18 /* parTypes */
        start local 18 // char[][] parTypes
        12: .line 78
            aload 18 /* parTypes */
            arraylength
            ifle 19
        13: .line 79
            iconst_0
            istore 19 /* i */
        start local 19 // int i
        14: aload 18 /* parTypes */
            arraylength
            istore 20 /* l */
        start local 20 // int l
        15: goto 18
        16: .line 80
      StackMap locals: org.eclipse.jdt.internal.core.search.MethodNameMatchRequestorWrapper char[] int char[] char[] int char[] char[] char[][] char[][] char[] int java.lang.String org.eclipse.jdt.internal.compiler.env.AccessRestriction int char[][] org.eclipse.jdt.core.IType java.lang.String[] char[][] int int
      StackMap stack:
            aload 18 /* parTypes */
            iload 19 /* i */
            aaload
            bipush 47
            bipush 46
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.replace:([CCC)V
        17: .line 79
            iinc 19 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 19 /* i */
            iload 20 /* l */
            if_icmplt 16
        end local 20 // int l
        end local 19 // int i
        19: .line 83
      StackMap locals:
      StackMap stack:
            aload 18 /* parTypes */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.toStrings:([[C)[Ljava/lang/String;
            astore 17 /* paramTypeSigs */
        end local 18 // char[][] parTypes
        20: .line 84
            goto 29
      StackMap locals:
      StackMap stack:
        21: aload 8 /* parameterTypes */
            arraylength
            ifle 29
        22: .line 85
            aload 8 /* parameterTypes */
            arraylength
            istore 18 /* l */
        start local 18 // int l
        23: .line 86
            iload 18 /* l */
            anewarray java.lang.String
            astore 17 /* paramTypeSigs */
        24: .line 87
            iconst_0
            istore 19 /* i */
        start local 19 // int i
        25: goto 28
        26: .line 88
      StackMap locals: int int
      StackMap stack:
            aload 17 /* paramTypeSigs */
            iload 19 /* i */
            aload 8 /* parameterTypes */
            iload 19 /* i */
            aaload
            iconst_0
            invokestatic org.eclipse.jdt.core.Signature.createTypeSignature:([CZ)Ljava/lang/String;
            aastore
        27: .line 87
            iinc 19 /* i */ 1
      StackMap locals:
      StackMap stack:
        28: iload 19 /* i */
            iload 18 /* l */
            if_icmplt 26
        end local 19 // int i
        end local 18 // int l
        29: .line 91
      StackMap locals:
      StackMap stack:
            aload 16 /* type */
            new java.lang.String
            dup
            aload 1 /* methodName */
            invokespecial java.lang.String.<init>:([C)V
            aload 17 /* paramTypeSigs */
            invokeinterface org.eclipse.jdt.core.IType.getMethod:(Ljava/lang/String;[Ljava/lang/String;)Lorg/eclipse/jdt/core/IMethod;
            astore 18 /* method */
        start local 18 // org.eclipse.jdt.core.IMethod method
        30: .line 92
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.MethodNameMatchRequestorWrapper.requestor:Lorg/eclipse/jdt/core/search/MethodNameMatchRequestor;
            new org.eclipse.jdt.internal.core.search.JavaSearchMethodNameMatch
            dup
            aload 18 /* method */
            iload 11 /* modifiers */
            invokespecial org.eclipse.jdt.internal.core.search.JavaSearchMethodNameMatch.<init>:(Lorg/eclipse/jdt/core/IMethod;I)V
            invokevirtual org.eclipse.jdt.core.search.MethodNameMatchRequestor.acceptMethodNameMatch:(Lorg/eclipse/jdt/core/search/MethodNameMatch;)V
        31: .line 93
            return
        end local 18 // org.eclipse.jdt.core.IMethod method
        end local 17 // java.lang.String[] paramTypeSigs
        end local 16 // org.eclipse.jdt.core.IType type
        end local 15 // char[][] enclosingTypeNames
        end local 14 // int methodIndex
        end local 13 // org.eclipse.jdt.internal.compiler.env.AccessRestriction access
        end local 12 // java.lang.String path
        end local 11 // int modifiers
        end local 10 // char[] returnType
        end local 9 // char[][] parameterNames
        end local 8 // char[][] parameterTypes
        end local 7 // char[] signature
        end local 6 // char[] packageName
        end local 5 // int typeModifiers
        end local 4 // char[] simpleTypeName
        end local 3 // char[] declaringQualifier
        end local 2 // int parameterCount
        end local 1 // char[] methodName
        end local 0 // org.eclipse.jdt.internal.core.search.MethodNameMatchRequestorWrapper this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   32     0                this  Lorg/eclipse/jdt/internal/core/search/MethodNameMatchRequestorWrapper;
            0   32     1          methodName  [C
            0   32     2      parameterCount  I
            0   32     3  declaringQualifier  [C
            0   32     4      simpleTypeName  [C
            0   32     5       typeModifiers  I
            0   32     6         packageName  [C
            0   32     7           signature  [C
            0   32     8      parameterTypes  [[C
            0   32     9      parameterNames  [[C
            0   32    10          returnType  [C
            0   32    11           modifiers  I
            0   32    12                path  Ljava/lang/String;
            0   32    13              access  Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;
            0   32    14         methodIndex  I
            3   32    15  enclosingTypeNames  [[C
            4   32    16                type  Lorg/eclipse/jdt/core/IType;
           10   32    17       paramTypeSigs  [Ljava/lang/String;
           12   20    18            parTypes  [[C
           14   19    19                   i  I
           15   19    20                   l  I
           23   29    18                   l  I
           25   29    19                   i  I
           30   32    18              method  Lorg/eclipse/jdt/core/IMethod;
    MethodParameters:
                    Name  Flags
      methodName          
      parameterCount      
      declaringQualifier  
      simpleTypeName      
      typeModifiers       
      packageName         
      signature           
      parameterTypes      
      parameterNames      
      returnType          
      modifiers           
      path                
      access              
      methodIndex         
}
SourceFile: "MethodNameMatchRequestorWrapper.java"