public class org.eclipse.jdt.core.search.SearchMatch
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.core.search.SearchMatch
  super_class: java.lang.Object
{
  public static final int A_ACCURATE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int A_INACCURATE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private java.lang.Object element;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  private int length;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int offset;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int accuracy;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jdt.core.search.SearchParticipant participant;
    descriptor: Lorg/eclipse/jdt/core/search/SearchParticipant;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.core.resources.IResource resource;
    descriptor: Lorg/eclipse/core/resources/IResource;
    flags: (0x0002) ACC_PRIVATE

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

  private static final int ALL_GENERIC_FLAVORS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 112

  private int rule;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

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

  public void <init>(org.eclipse.jdt.core.IJavaElement, int, int, int, org.eclipse.jdt.core.search.SearchParticipant, org.eclipse.core.resources.IResource);
    descriptor: (Lorg/eclipse/jdt/core/IJavaElement;IIILorg/eclipse/jdt/core/search/SearchParticipant;Lorg/eclipse/core/resources/IResource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=7
        start local 0 // org.eclipse.jdt.core.search.SearchMatch this
        start local 1 // org.eclipse.jdt.core.IJavaElement element
        start local 2 // int accuracy
        start local 3 // int offset
        start local 4 // int length
        start local 5 // org.eclipse.jdt.core.search.SearchParticipant participant
        start local 6 // org.eclipse.core.resources.IResource resource
         0: .line 86
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 60
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.core.search.SearchMatch.insideDocComment:Z
         2: .line 66
            aload 0 /* this */
            bipush 112
            putfield org.eclipse.jdt.core.search.SearchMatch.rule:I
         3: .line 69
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.core.search.SearchMatch.raw:Z
         4: .line 70
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.core.search.SearchMatch.implicit:Z
         5: .line 93
            aload 0 /* this */
            aload 1 /* element */
            putfield org.eclipse.jdt.core.search.SearchMatch.element:Ljava/lang/Object;
         6: .line 94
            aload 0 /* this */
            iload 3 /* offset */
            putfield org.eclipse.jdt.core.search.SearchMatch.offset:I
         7: .line 95
            aload 0 /* this */
            iload 4 /* length */
            putfield org.eclipse.jdt.core.search.SearchMatch.length:I
         8: .line 96
            aload 0 /* this */
            iload 2 /* accuracy */
            iconst_1
            iand
            putfield org.eclipse.jdt.core.search.SearchMatch.accuracy:I
         9: .line 97
            iload 2 /* accuracy */
            iconst_1
            if_icmple 14
        10: .line 98
            iload 2 /* accuracy */
            bipush 112
            iand
            istore 7 /* genericFlavors */
        start local 7 // int genericFlavors
        11: .line 99
            iload 7 /* genericFlavors */
            ifle 13
        12: .line 100
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.core.search.SearchMatch.rule:I
            bipush -113
            iand
            putfield org.eclipse.jdt.core.search.SearchMatch.rule:I
        13: .line 102
      StackMap locals: org.eclipse.jdt.core.search.SearchMatch org.eclipse.jdt.core.IJavaElement int int int org.eclipse.jdt.core.search.SearchParticipant org.eclipse.core.resources.IResource int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.core.search.SearchMatch.rule:I
            iload 2 /* accuracy */
            bipush -2
            iand
            ior
            putfield org.eclipse.jdt.core.search.SearchMatch.rule:I
        end local 7 // int genericFlavors
        14: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* participant */
            putfield org.eclipse.jdt.core.search.SearchMatch.participant:Lorg/eclipse/jdt/core/search/SearchParticipant;
        15: .line 105
            aload 0 /* this */
            aload 6 /* resource */
            putfield org.eclipse.jdt.core.search.SearchMatch.resource:Lorg/eclipse/core/resources/IResource;
        16: .line 106
            return
        end local 6 // org.eclipse.core.resources.IResource resource
        end local 5 // org.eclipse.jdt.core.search.SearchParticipant participant
        end local 4 // int length
        end local 3 // int offset
        end local 2 // int accuracy
        end local 1 // org.eclipse.jdt.core.IJavaElement element
        end local 0 // org.eclipse.jdt.core.search.SearchMatch this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   17     0            this  Lorg/eclipse/jdt/core/search/SearchMatch;
            0   17     1         element  Lorg/eclipse/jdt/core/IJavaElement;
            0   17     2        accuracy  I
            0   17     3          offset  I
            0   17     4          length  I
            0   17     5     participant  Lorg/eclipse/jdt/core/search/SearchParticipant;
            0   17     6        resource  Lorg/eclipse/core/resources/IResource;
           11   14     7  genericFlavors  I
    MethodParameters:
             Name  Flags
      element      
      accuracy     
      offset       
      length       
      participant  
      resource     

  public final int getAccuracy();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.search.SearchMatch this
         0: .line 114
            aload 0 /* this */
            getfield org.eclipse.jdt.core.search.SearchMatch.accuracy:I
            ireturn
        end local 0 // org.eclipse.jdt.core.search.SearchMatch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/search/SearchMatch;

  public final java.lang.Object getElement();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.search.SearchMatch this
         0: .line 125
            aload 0 /* this */
            getfield org.eclipse.jdt.core.search.SearchMatch.element:Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.jdt.core.search.SearchMatch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/search/SearchMatch;

  public final int getLength();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.search.SearchMatch this
         0: .line 134
            aload 0 /* this */
            getfield org.eclipse.jdt.core.search.SearchMatch.length:I
            ireturn
        end local 0 // org.eclipse.jdt.core.search.SearchMatch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/search/SearchMatch;

  public final int getOffset();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.search.SearchMatch this
         0: .line 143
            aload 0 /* this */
            getfield org.eclipse.jdt.core.search.SearchMatch.offset:I
            ireturn
        end local 0 // org.eclipse.jdt.core.search.SearchMatch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/search/SearchMatch;

  public final org.eclipse.jdt.core.search.SearchParticipant getParticipant();
    descriptor: ()Lorg/eclipse/jdt/core/search/SearchParticipant;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.search.SearchMatch this
         0: .line 152
            aload 0 /* this */
            getfield org.eclipse.jdt.core.search.SearchMatch.participant:Lorg/eclipse/jdt/core/search/SearchParticipant;
            areturn
        end local 0 // org.eclipse.jdt.core.search.SearchMatch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/search/SearchMatch;

  public final org.eclipse.core.resources.IResource getResource();
    descriptor: ()Lorg/eclipse/core/resources/IResource;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.search.SearchMatch this
         0: .line 161
            aload 0 /* this */
            getfield org.eclipse.jdt.core.search.SearchMatch.resource:Lorg/eclipse/core/resources/IResource;
            areturn
        end local 0 // org.eclipse.jdt.core.search.SearchMatch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/search/SearchMatch;

  public final int getRule();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.search.SearchMatch this
         0: .line 172
            aload 0 /* this */
            getfield org.eclipse.jdt.core.search.SearchMatch.rule:I
            ireturn
        end local 0 // org.eclipse.jdt.core.search.SearchMatch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/search/SearchMatch;

  public final boolean isEquivalent();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.search.SearchMatch this
         0: .line 184
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.search.SearchMatch.isErasure:()Z
            ifeq 1
            aload 0 /* this */
            getfield org.eclipse.jdt.core.search.SearchMatch.rule:I
            bipush 32
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.core.search.SearchMatch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/core/search/SearchMatch;

  public final boolean isErasure();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.search.SearchMatch this
         0: .line 197
            aload 0 /* this */
            getfield org.eclipse.jdt.core.search.SearchMatch.rule:I
            bipush 16
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.core.search.SearchMatch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/core/search/SearchMatch;

  public final boolean isExact();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.search.SearchMatch this
         0: .line 209
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.search.SearchMatch.isEquivalent:()Z
            ifeq 1
            aload 0 /* this */
            getfield org.eclipse.jdt.core.search.SearchMatch.rule:I
            bipush 64
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.core.search.SearchMatch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/core/search/SearchMatch;

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

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

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

  public final void setAccuracy(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.search.SearchMatch this
        start local 1 // int accuracy
         0: .line 255
            aload 0 /* this */
            iload 1 /* accuracy */
            putfield org.eclipse.jdt.core.search.SearchMatch.accuracy:I
         1: .line 256
            return
        end local 1 // int accuracy
        end local 0 // org.eclipse.jdt.core.search.SearchMatch this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/jdt/core/search/SearchMatch;
            0    2     1  accuracy  I
    MethodParameters:
          Name  Flags
      accuracy  

  public final void setElement(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.search.SearchMatch this
        start local 1 // java.lang.Object element
         0: .line 265
            aload 0 /* this */
            aload 1 /* element */
            putfield org.eclipse.jdt.core.search.SearchMatch.element:Ljava/lang/Object;
         1: .line 266
            return
        end local 1 // java.lang.Object element
        end local 0 // org.eclipse.jdt.core.search.SearchMatch this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/jdt/core/search/SearchMatch;
            0    2     1  element  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      element  

  public final void setInsideDocComment(boolean);
    descriptor: (Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.search.SearchMatch this
        start local 1 // boolean insideDoc
         0: .line 276
            aload 0 /* this */
            iload 1 /* insideDoc */
            putfield org.eclipse.jdt.core.search.SearchMatch.insideDocComment:Z
         1: .line 277
            return
        end local 1 // boolean insideDoc
        end local 0 // org.eclipse.jdt.core.search.SearchMatch this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/jdt/core/search/SearchMatch;
            0    2     1  insideDoc  Z
    MethodParameters:
           Name  Flags
      insideDoc  

  public final void setImplicit(boolean);
    descriptor: (Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.search.SearchMatch this
        start local 1 // boolean implicit
         0: .line 289
            aload 0 /* this */
            iload 1 /* implicit */
            putfield org.eclipse.jdt.core.search.SearchMatch.implicit:Z
         1: .line 290
            return
        end local 1 // boolean implicit
        end local 0 // org.eclipse.jdt.core.search.SearchMatch this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/jdt/core/search/SearchMatch;
            0    2     1  implicit  Z
    MethodParameters:
          Name  Flags
      implicit  

  public final void setLength(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.search.SearchMatch this
        start local 1 // int length
         0: .line 298
            aload 0 /* this */
            iload 1 /* length */
            putfield org.eclipse.jdt.core.search.SearchMatch.length:I
         1: .line 299
            return
        end local 1 // int length
        end local 0 // org.eclipse.jdt.core.search.SearchMatch this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jdt/core/search/SearchMatch;
            0    2     1  length  I
    MethodParameters:
        Name  Flags
      length  

  public final void setOffset(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.search.SearchMatch this
        start local 1 // int offset
         0: .line 307
            aload 0 /* this */
            iload 1 /* offset */
            putfield org.eclipse.jdt.core.search.SearchMatch.offset:I
         1: .line 308
            return
        end local 1 // int offset
        end local 0 // org.eclipse.jdt.core.search.SearchMatch this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jdt/core/search/SearchMatch;
            0    2     1  offset  I
    MethodParameters:
        Name  Flags
      offset  

  public final void setParticipant(org.eclipse.jdt.core.search.SearchParticipant);
    descriptor: (Lorg/eclipse/jdt/core/search/SearchParticipant;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.search.SearchMatch this
        start local 1 // org.eclipse.jdt.core.search.SearchParticipant participant
         0: .line 316
            aload 0 /* this */
            aload 1 /* participant */
            putfield org.eclipse.jdt.core.search.SearchMatch.participant:Lorg/eclipse/jdt/core/search/SearchParticipant;
         1: .line 317
            return
        end local 1 // org.eclipse.jdt.core.search.SearchParticipant participant
        end local 0 // org.eclipse.jdt.core.search.SearchMatch this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/eclipse/jdt/core/search/SearchMatch;
            0    2     1  participant  Lorg/eclipse/jdt/core/search/SearchParticipant;
    MethodParameters:
             Name  Flags
      participant  

  public final void setResource(org.eclipse.core.resources.IResource);
    descriptor: (Lorg/eclipse/core/resources/IResource;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.search.SearchMatch this
        start local 1 // org.eclipse.core.resources.IResource resource
         0: .line 325
            aload 0 /* this */
            aload 1 /* resource */
            putfield org.eclipse.jdt.core.search.SearchMatch.resource:Lorg/eclipse/core/resources/IResource;
         1: .line 326
            return
        end local 1 // org.eclipse.core.resources.IResource resource
        end local 0 // org.eclipse.jdt.core.search.SearchMatch this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/jdt/core/search/SearchMatch;
            0    2     1  resource  Lorg/eclipse/core/resources/IResource;
    MethodParameters:
          Name  Flags
      resource  

  public final void setRule(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.search.SearchMatch this
        start local 1 // int rule
         0: .line 336
            aload 0 /* this */
            iload 1 /* rule */
            putfield org.eclipse.jdt.core.search.SearchMatch.rule:I
         1: .line 337
            return
        end local 1 // int rule
        end local 0 // org.eclipse.jdt.core.search.SearchMatch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/core/search/SearchMatch;
            0    2     1  rule  I
    MethodParameters:
      Name  Flags
      rule  

  public final void setRaw(boolean);
    descriptor: (Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.search.SearchMatch this
        start local 1 // boolean raw
         0: .line 347
            aload 0 /* this */
            iload 1 /* raw */
            putfield org.eclipse.jdt.core.search.SearchMatch.raw:Z
         1: .line 348
            return
        end local 1 // boolean raw
        end local 0 // org.eclipse.jdt.core.search.SearchMatch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/core/search/SearchMatch;
            0    2     1   raw  Z
    MethodParameters:
      Name  Flags
      raw   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.core.search.SearchMatch this
         0: .line 352
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* buffer */
        start local 1 // java.lang.StringBuffer buffer
         1: .line 353
            aload 1 /* buffer */
            ldc "Search match"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 354
            aload 1 /* buffer */
            ldc "\n  accuracy="
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 355
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.search.SearchMatch.accuracy:I
            ifne 4
            ldc "ACCURATE"
            goto 5
      StackMap locals: org.eclipse.jdt.core.search.SearchMatch java.lang.StringBuffer
      StackMap stack: java.lang.StringBuffer
         4: ldc "INACCURATE"
      StackMap locals: org.eclipse.jdt.core.search.SearchMatch java.lang.StringBuffer
      StackMap stack: java.lang.StringBuffer java.lang.String
         5: invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 356
            aload 1 /* buffer */
            ldc "\n  rule="
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         7: .line 357
            aload 0 /* this */
            getfield org.eclipse.jdt.core.search.SearchMatch.rule:I
            bipush 64
            iand
            ifeq 10
         8: .line 358
            aload 1 /* buffer */
            ldc "EXACT"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         9: .line 359
            goto 15
      StackMap locals:
      StackMap stack:
        10: aload 0 /* this */
            getfield org.eclipse.jdt.core.search.SearchMatch.rule:I
            bipush 32
            iand
            ifeq 13
        11: .line 360
            aload 1 /* buffer */
            ldc "EQUIVALENT"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        12: .line 361
            goto 15
      StackMap locals:
      StackMap stack:
        13: aload 0 /* this */
            getfield org.eclipse.jdt.core.search.SearchMatch.rule:I
            bipush 16
            iand
            ifeq 15
        14: .line 362
            aload 1 /* buffer */
            ldc "ERASURE"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        15: .line 364
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            ldc "\n  raw="
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        16: .line 365
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.search.SearchMatch.raw:Z
            invokevirtual java.lang.StringBuffer.append:(Z)Ljava/lang/StringBuffer;
            pop
        17: .line 366
            aload 1 /* buffer */
            ldc "\n  offset="
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        18: .line 367
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.search.SearchMatch.offset:I
            invokevirtual java.lang.StringBuffer.append:(I)Ljava/lang/StringBuffer;
            pop
        19: .line 368
            aload 1 /* buffer */
            ldc "\n  length="
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        20: .line 369
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.search.SearchMatch.length:I
            invokevirtual java.lang.StringBuffer.append:(I)Ljava/lang/StringBuffer;
            pop
        21: .line 370
            aload 0 /* this */
            getfield org.eclipse.jdt.core.search.SearchMatch.element:Ljava/lang/Object;
            ifnull 24
        22: .line 371
            aload 1 /* buffer */
            ldc "\n  element="
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        23: .line 372
            aload 1 /* buffer */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.search.SearchMatch.getElement:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.core.JavaElement
            invokevirtual org.eclipse.jdt.internal.core.JavaElement.toStringWithAncestors:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        24: .line 374
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            ldc "\n"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        25: .line 375
            aload 1 /* buffer */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer buffer
        end local 0 // org.eclipse.jdt.core.search.SearchMatch this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   26     0    this  Lorg/eclipse/jdt/core/search/SearchMatch;
            1   26     1  buffer  Ljava/lang/StringBuffer;
}
SourceFile: "SearchMatch.java"