public class org.eclipse.jdt.core.search.MethodReferenceMatch extends org.eclipse.jdt.core.search.ReferenceMatch
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.core.search.MethodReferenceMatch
  super_class: org.eclipse.jdt.core.search.ReferenceMatch
{
  private boolean constructor;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean synthetic;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean superInvocation;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.eclipse.jdt.core.IJavaElement, int, int, int, boolean, org.eclipse.jdt.core.search.SearchParticipant, org.eclipse.core.resources.IResource);
    descriptor: (Lorg/eclipse/jdt/core/IJavaElement;IIIZLorg/eclipse/jdt/core/search/SearchParticipant;Lorg/eclipse/core/resources/IResource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=8
        start local 0 // org.eclipse.jdt.core.search.MethodReferenceMatch this
        start local 1 // org.eclipse.jdt.core.IJavaElement enclosingElement
        start local 2 // int accuracy
        start local 3 // int offset
        start local 4 // int length
        start local 5 // boolean insideDocComment
        start local 6 // org.eclipse.jdt.core.search.SearchParticipant participant
        start local 7 // org.eclipse.core.resources.IResource resource
         0: .line 46
            aload 0 /* this */
            aload 1 /* enclosingElement */
            iload 2 /* accuracy */
            iload 3 /* offset */
            iload 4 /* length */
            iload 5 /* insideDocComment */
            aload 6 /* participant */
            aload 7 /* resource */
            invokespecial org.eclipse.jdt.core.search.ReferenceMatch.<init>:(Lorg/eclipse/jdt/core/IJavaElement;IIIZLorg/eclipse/jdt/core/search/SearchParticipant;Lorg/eclipse/core/resources/IResource;)V
         1: .line 47
            return
        end local 7 // org.eclipse.core.resources.IResource resource
        end local 6 // org.eclipse.jdt.core.search.SearchParticipant participant
        end local 5 // boolean insideDocComment
        end local 4 // int length
        end local 3 // int offset
        end local 2 // int accuracy
        end local 1 // org.eclipse.jdt.core.IJavaElement enclosingElement
        end local 0 // org.eclipse.jdt.core.search.MethodReferenceMatch this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/eclipse/jdt/core/search/MethodReferenceMatch;
            0    2     1  enclosingElement  Lorg/eclipse/jdt/core/IJavaElement;
            0    2     2          accuracy  I
            0    2     3            offset  I
            0    2     4            length  I
            0    2     5  insideDocComment  Z
            0    2     6       participant  Lorg/eclipse/jdt/core/search/SearchParticipant;
            0    2     7          resource  Lorg/eclipse/core/resources/IResource;
    MethodParameters:
                  Name  Flags
      enclosingElement  
      accuracy          
      offset            
      length            
      insideDocComment  
      participant       
      resource          

  public void <init>(org.eclipse.jdt.core.IJavaElement, int, int, int, boolean, boolean, boolean, org.eclipse.jdt.core.search.SearchParticipant, org.eclipse.core.resources.IResource);
    descriptor: (Lorg/eclipse/jdt/core/IJavaElement;IIIZZZLorg/eclipse/jdt/core/search/SearchParticipant;Lorg/eclipse/core/resources/IResource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=10, args_size=10
        start local 0 // org.eclipse.jdt.core.search.MethodReferenceMatch this
        start local 1 // org.eclipse.jdt.core.IJavaElement enclosingElement
        start local 2 // int accuracy
        start local 3 // int offset
        start local 4 // int length
        start local 5 // boolean constructor
        start local 6 // boolean synthetic
        start local 7 // boolean insideDocComment
        start local 8 // org.eclipse.jdt.core.search.SearchParticipant participant
        start local 9 // org.eclipse.core.resources.IResource resource
         0: .line 67
            aload 0 /* this */
            aload 1 /* enclosingElement */
            iload 2 /* accuracy */
            iload 3 /* offset */
            iload 4 /* length */
            iload 7 /* insideDocComment */
            aload 8 /* participant */
            aload 9 /* resource */
            invokespecial org.eclipse.jdt.core.search.MethodReferenceMatch.<init>:(Lorg/eclipse/jdt/core/IJavaElement;IIIZLorg/eclipse/jdt/core/search/SearchParticipant;Lorg/eclipse/core/resources/IResource;)V
         1: .line 68
            aload 0 /* this */
            iload 5 /* constructor */
            putfield org.eclipse.jdt.core.search.MethodReferenceMatch.constructor:Z
         2: .line 69
            aload 0 /* this */
            iload 6 /* synthetic */
            putfield org.eclipse.jdt.core.search.MethodReferenceMatch.synthetic:Z
         3: .line 70
            return
        end local 9 // org.eclipse.core.resources.IResource resource
        end local 8 // org.eclipse.jdt.core.search.SearchParticipant participant
        end local 7 // boolean insideDocComment
        end local 6 // boolean synthetic
        end local 5 // boolean constructor
        end local 4 // int length
        end local 3 // int offset
        end local 2 // int accuracy
        end local 1 // org.eclipse.jdt.core.IJavaElement enclosingElement
        end local 0 // org.eclipse.jdt.core.search.MethodReferenceMatch this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lorg/eclipse/jdt/core/search/MethodReferenceMatch;
            0    4     1  enclosingElement  Lorg/eclipse/jdt/core/IJavaElement;
            0    4     2          accuracy  I
            0    4     3            offset  I
            0    4     4            length  I
            0    4     5       constructor  Z
            0    4     6         synthetic  Z
            0    4     7  insideDocComment  Z
            0    4     8       participant  Lorg/eclipse/jdt/core/search/SearchParticipant;
            0    4     9          resource  Lorg/eclipse/core/resources/IResource;
    MethodParameters:
                  Name  Flags
      enclosingElement  
      accuracy          
      offset            
      length            
      constructor       
      synthetic         
      insideDocComment  
      participant       
      resource          

  public void <init>(org.eclipse.jdt.core.IJavaElement, int, int, int, boolean, boolean, boolean, boolean, org.eclipse.jdt.core.search.SearchParticipant, org.eclipse.core.resources.IResource);
    descriptor: (Lorg/eclipse/jdt/core/IJavaElement;IIIZZZZLorg/eclipse/jdt/core/search/SearchParticipant;Lorg/eclipse/core/resources/IResource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=11, args_size=11
        start local 0 // org.eclipse.jdt.core.search.MethodReferenceMatch this
        start local 1 // org.eclipse.jdt.core.IJavaElement enclosingElement
        start local 2 // int accuracy
        start local 3 // int offset
        start local 4 // int length
        start local 5 // boolean constructor
        start local 6 // boolean synthetic
        start local 7 // boolean superInvocation
        start local 8 // boolean insideDocComment
        start local 9 // org.eclipse.jdt.core.search.SearchParticipant participant
        start local 10 // org.eclipse.core.resources.IResource resource
         0: .line 92
            aload 0 /* this */
            aload 1 /* enclosingElement */
            iload 2 /* accuracy */
            iload 3 /* offset */
            iload 4 /* length */
            iload 5 /* constructor */
            iload 6 /* synthetic */
            iload 8 /* insideDocComment */
            aload 9 /* participant */
            aload 10 /* resource */
            invokespecial org.eclipse.jdt.core.search.MethodReferenceMatch.<init>:(Lorg/eclipse/jdt/core/IJavaElement;IIIZZZLorg/eclipse/jdt/core/search/SearchParticipant;Lorg/eclipse/core/resources/IResource;)V
         1: .line 93
            aload 0 /* this */
            iload 7 /* superInvocation */
            putfield org.eclipse.jdt.core.search.MethodReferenceMatch.superInvocation:Z
         2: .line 94
            return
        end local 10 // org.eclipse.core.resources.IResource resource
        end local 9 // org.eclipse.jdt.core.search.SearchParticipant participant
        end local 8 // boolean insideDocComment
        end local 7 // boolean superInvocation
        end local 6 // boolean synthetic
        end local 5 // boolean constructor
        end local 4 // int length
        end local 3 // int offset
        end local 2 // int accuracy
        end local 1 // org.eclipse.jdt.core.IJavaElement enclosingElement
        end local 0 // org.eclipse.jdt.core.search.MethodReferenceMatch this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lorg/eclipse/jdt/core/search/MethodReferenceMatch;
            0    3     1  enclosingElement  Lorg/eclipse/jdt/core/IJavaElement;
            0    3     2          accuracy  I
            0    3     3            offset  I
            0    3     4            length  I
            0    3     5       constructor  Z
            0    3     6         synthetic  Z
            0    3     7   superInvocation  Z
            0    3     8  insideDocComment  Z
            0    3     9       participant  Lorg/eclipse/jdt/core/search/SearchParticipant;
            0    3    10          resource  Lorg/eclipse/core/resources/IResource;
    MethodParameters:
                  Name  Flags
      enclosingElement  
      accuracy          
      offset            
      length            
      constructor       
      synthetic         
      superInvocation   
      insideDocComment  
      participant       
      resource          

  public final boolean isConstructor();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.search.MethodReferenceMatch this
         0: .line 103
            aload 0 /* this */
            getfield org.eclipse.jdt.core.search.MethodReferenceMatch.constructor:Z
            ireturn
        end local 0 // org.eclipse.jdt.core.search.MethodReferenceMatch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/search/MethodReferenceMatch;

  public final boolean isSynthetic();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.search.MethodReferenceMatch this
         0: .line 115
            aload 0 /* this */
            getfield org.eclipse.jdt.core.search.MethodReferenceMatch.synthetic:Z
            ireturn
        end local 0 // org.eclipse.jdt.core.search.MethodReferenceMatch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/search/MethodReferenceMatch;

  public boolean isSuperInvocation();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.search.MethodReferenceMatch this
         0: .line 129
            aload 0 /* this */
            getfield org.eclipse.jdt.core.search.MethodReferenceMatch.superInvocation:Z
            ireturn
        end local 0 // org.eclipse.jdt.core.search.MethodReferenceMatch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/search/MethodReferenceMatch;
}
SourceFile: "MethodReferenceMatch.java"