public class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern extends org.eclipse.jdt.internal.core.search.matching.JavaSearchPattern
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
  super_class: org.eclipse.jdt.internal.core.search.matching.JavaSearchPattern
{
  public char[] superQualification;
    descriptor: [C
    flags: (0x0001) ACC_PUBLIC

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

  public char superClassOrInterface;
    descriptor: C
    flags: (0x0001) ACC_PUBLIC

  public char typeSuffix;
    descriptor: C
    flags: (0x0001) ACC_PUBLIC

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

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

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

  public char classOrInterface;
    descriptor: C
    flags: (0x0001) ACC_PUBLIC

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

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

  protected int superRefKind;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

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

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

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

  protected static char[][] CATEGORIES;
    descriptor: [[C
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 44
            iconst_1
            anewarray char[]
            dup
            iconst_0
            getstatic org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.SUPER_REF:[C
            aastore
            putstatic org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.CATEGORIES:[[C
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static char[] createIndexKey(int, char[], char[], char[][], char[][], char, char[], char);
    descriptor: (I[C[C[[C[[CC[CC)[C
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=22, args_size=8
        start local 0 // int modifiers
        start local 1 // char[] packageName
        start local 2 // char[] typeName
        start local 3 // char[][] enclosingTypeNames
        start local 4 // char[][] typeParameterSignatures
        start local 5 // char classOrInterface
        start local 6 // char[] superTypeName
        start local 7 // char superClassOrInterface
         0: .line 56
            aload 6 /* superTypeName */
            ifnonnull 2
         1: .line 57
            getstatic org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.OBJECT:[C
            astore 6 /* superTypeName */
         2: .line 58
      StackMap locals:
      StackMap stack:
            aload 6 /* superTypeName */
            bipush 46
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.lastSegment:([CC)[C
            astore 8 /* superSimpleName */
        start local 8 // char[] superSimpleName
         3: .line 59
            aconst_null
            astore 9 /* superQualification */
        start local 9 // char[] superQualification
         4: .line 60
            aload 8 /* superSimpleName */
            aload 6 /* superTypeName */
            if_acmpeq 8
         5: .line 61
            aload 6 /* superTypeName */
            arraylength
            aload 8 /* superSimpleName */
            arraylength
            isub
            iconst_1
            isub
            istore 10 /* length */
        start local 10 // int length
         6: .line 62
            iload 10 /* length */
            newarray 5
            astore 9 /* superQualification */
         7: .line 63
            aload 6 /* superTypeName */
            iconst_0
            aload 9 /* superQualification */
            iconst_0
            iload 10 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        end local 10 // int length
         8: .line 68
      StackMap locals: char[] char[]
      StackMap stack:
            aload 8 /* superSimpleName */
            bipush 36
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.lastSegment:([CC)[C
            astore 10 /* superTypeSourceName */
        start local 10 // char[] superTypeSourceName
         9: .line 69
            aload 10 /* superTypeSourceName */
            aload 8 /* superSimpleName */
            if_acmpeq 21
        10: .line 70
            aload 9 /* superQualification */
            ifnonnull 11
            iconst_0
            goto 12
      StackMap locals: char[]
      StackMap stack:
        11: aload 9 /* superQualification */
            arraylength
            iconst_1
            iadd
      StackMap locals:
      StackMap stack: int
        12: istore 11 /* start */
        start local 11 // int start
        13: .line 71
            aload 8 /* superSimpleName */
            arraylength
            aload 10 /* superTypeSourceName */
            arraylength
            isub
            istore 12 /* prefixLength */
        start local 12 // int prefixLength
        14: .line 72
            iload 11 /* start */
            iload 12 /* prefixLength */
            iadd
            newarray 5
            astore 13 /* mangledQualification */
        start local 13 // char[] mangledQualification
        15: .line 73
            aload 9 /* superQualification */
            ifnull 18
        16: .line 74
            aload 9 /* superQualification */
            iconst_0
            aload 13 /* mangledQualification */
            iconst_0
            iload 11 /* start */
            iconst_1
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        17: .line 75
            aload 13 /* mangledQualification */
            iload 11 /* start */
            iconst_1
            isub
            bipush 46
            castore
        18: .line 77
      StackMap locals: int int char[]
      StackMap stack:
            aload 8 /* superSimpleName */
            iconst_0
            aload 13 /* mangledQualification */
            iload 11 /* start */
            iload 12 /* prefixLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        19: .line 78
            aload 13 /* mangledQualification */
            astore 9 /* superQualification */
        20: .line 79
            aload 10 /* superTypeSourceName */
            astore 8 /* superSimpleName */
        end local 13 // char[] mangledQualification
        end local 12 // int prefixLength
        end local 11 // int start
        21: .line 82
      StackMap locals:
      StackMap stack:
            aload 2 /* typeName */
            bipush 46
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.lastSegment:([CC)[C
            astore 11 /* simpleName */
        start local 11 // char[] simpleName
        22: .line 83
            aload 3 /* enclosingTypeNames */
            bipush 36
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concatWith:([[CC)[C
            astore 12 /* enclosingTypeName */
        start local 12 // char[] enclosingTypeName
        23: .line 84
            aload 9 /* superQualification */
            ifnull 25
            aload 9 /* superQualification */
            aload 1 /* packageName */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 25
        24: .line 85
            getstatic org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.ONE_ZERO:[C
            astore 1 /* packageName */
        25: .line 87
      StackMap locals: char[] char[]
      StackMap stack:
            getstatic org.eclipse.jdt.core.compiler.CharOperation.NO_CHAR:[C
            astore 13 /* typeParameters */
        start local 13 // char[] typeParameters
        26: .line 88
            iconst_0
            istore 14 /* typeParametersLength */
        start local 14 // int typeParametersLength
        27: .line 89
            aload 4 /* typeParameterSignatures */
            ifnull 42
        28: .line 90
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 15 /* buffer */
        start local 15 // java.lang.StringBuffer buffer
        29: .line 91
            iconst_0
            istore 16 /* i */
        start local 16 // int i
        30: aload 4 /* typeParameterSignatures */
            arraylength
            istore 17 /* length */
        start local 17 // int length
        31: goto 39
        32: .line 92
      StackMap locals: int char[] char[] char[][] char[][] int char[] int char[] char[] char[] char[] char[] char[] int java.lang.StringBuffer int int
      StackMap stack:
            aload 4 /* typeParameterSignatures */
            iload 16 /* i */
            aaload
            astore 18 /* typeParameter */
        start local 18 // char[] typeParameter
        33: .line 93
            aload 15 /* buffer */
            aload 18 /* typeParameter */
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        34: .line 94
            iload 14 /* typeParametersLength */
            aload 18 /* typeParameter */
            arraylength
            iadd
            istore 14 /* typeParametersLength */
        35: .line 95
            iload 16 /* i */
            iload 17 /* length */
            iconst_1
            isub
            if_icmpeq 38
        36: .line 96
            aload 15 /* buffer */
            bipush 44
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        37: .line 97
            iinc 14 /* typeParametersLength */ 1
        end local 18 // char[] typeParameter
        38: .line 91
      StackMap locals:
      StackMap stack:
            iinc 16 /* i */ 1
      StackMap locals:
      StackMap stack:
        39: iload 16 /* i */
            iload 17 /* length */
            if_icmplt 32
        end local 17 // int length
        end local 16 // int i
        40: .line 100
            iload 14 /* typeParametersLength */
            newarray 5
            astore 13 /* typeParameters */
        41: .line 101
            aload 15 /* buffer */
            iconst_0
            iload 14 /* typeParametersLength */
            aload 13 /* typeParameters */
            iconst_0
            invokevirtual java.lang.StringBuffer.getChars:(II[CI)V
        end local 15 // java.lang.StringBuffer buffer
        42: .line 105
      StackMap locals:
      StackMap stack:
            aload 8 /* superSimpleName */
            ifnonnull 43
            iconst_0
            goto 44
      StackMap locals:
      StackMap stack:
        43: aload 8 /* superSimpleName */
            arraylength
      StackMap locals:
      StackMap stack: int
        44: istore 15 /* superLength */
        start local 15 // int superLength
        45: .line 106
            aload 9 /* superQualification */
            ifnonnull 46
            iconst_0
            goto 47
      StackMap locals: int
      StackMap stack:
        46: aload 9 /* superQualification */
            arraylength
      StackMap locals:
      StackMap stack: int
        47: istore 16 /* superQLength */
        start local 16 // int superQLength
        48: .line 107
            aload 11 /* simpleName */
            ifnonnull 49
            iconst_0
            goto 50
      StackMap locals: int
      StackMap stack:
        49: aload 11 /* simpleName */
            arraylength
      StackMap locals:
      StackMap stack: int
        50: istore 17 /* simpleLength */
        start local 17 // int simpleLength
        51: .line 108
            aload 12 /* enclosingTypeName */
            ifnonnull 52
            iconst_0
            goto 53
      StackMap locals: int
      StackMap stack:
        52: aload 12 /* enclosingTypeName */
            arraylength
      StackMap locals:
      StackMap stack: int
        53: istore 18 /* enclosingLength */
        start local 18 // int enclosingLength
        54: .line 109
            aload 1 /* packageName */
            ifnonnull 55
            iconst_0
            goto 56
      StackMap locals: int
      StackMap stack:
        55: aload 1 /* packageName */
            arraylength
      StackMap locals:
      StackMap stack: int
        56: istore 19 /* packageLength */
        start local 19 // int packageLength
        57: .line 110
            iload 15 /* superLength */
            iload 16 /* superQLength */
            iadd
            iload 17 /* simpleLength */
            iadd
            iload 18 /* enclosingLength */
            iadd
            iload 14 /* typeParametersLength */
            iadd
            iload 19 /* packageLength */
            iadd
            bipush 9
            iadd
            newarray 5
            astore 20 /* result */
        start local 20 // char[] result
        58: .line 111
            iconst_0
            istore 21 /* pos */
        start local 21 // int pos
        59: .line 112
            iload 15 /* superLength */
            ifle 62
        60: .line 113
            aload 8 /* superSimpleName */
            iconst_0
            aload 20 /* result */
            iload 21 /* pos */
            iload 15 /* superLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        61: .line 114
            iload 21 /* pos */
            iload 15 /* superLength */
            iadd
            istore 21 /* pos */
        62: .line 116
      StackMap locals: int char[] int
      StackMap stack:
            aload 20 /* result */
            iload 21 /* pos */
            iinc 21 /* pos */ 1
            bipush 47
            castore
        63: .line 117
            iload 16 /* superQLength */
            ifle 66
        64: .line 118
            aload 9 /* superQualification */
            iconst_0
            aload 20 /* result */
            iload 21 /* pos */
            iload 16 /* superQLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        65: .line 119
            iload 21 /* pos */
            iload 16 /* superQLength */
            iadd
            istore 21 /* pos */
        66: .line 121
      StackMap locals:
      StackMap stack:
            aload 20 /* result */
            iload 21 /* pos */
            iinc 21 /* pos */ 1
            bipush 47
            castore
        67: .line 122
            iload 17 /* simpleLength */
            ifle 70
        68: .line 123
            aload 11 /* simpleName */
            iconst_0
            aload 20 /* result */
            iload 21 /* pos */
            iload 17 /* simpleLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        69: .line 124
            iload 21 /* pos */
            iload 17 /* simpleLength */
            iadd
            istore 21 /* pos */
        70: .line 126
      StackMap locals:
      StackMap stack:
            aload 20 /* result */
            iload 21 /* pos */
            iinc 21 /* pos */ 1
            bipush 47
            castore
        71: .line 127
            iload 18 /* enclosingLength */
            ifle 74
        72: .line 128
            aload 12 /* enclosingTypeName */
            iconst_0
            aload 20 /* result */
            iload 21 /* pos */
            iload 18 /* enclosingLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        73: .line 129
            iload 21 /* pos */
            iload 18 /* enclosingLength */
            iadd
            istore 21 /* pos */
        74: .line 131
      StackMap locals:
      StackMap stack:
            aload 20 /* result */
            iload 21 /* pos */
            iinc 21 /* pos */ 1
            bipush 47
            castore
        75: .line 132
            iload 14 /* typeParametersLength */
            ifle 78
        76: .line 133
            aload 13 /* typeParameters */
            iconst_0
            aload 20 /* result */
            iload 21 /* pos */
            iload 14 /* typeParametersLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        77: .line 134
            iload 21 /* pos */
            iload 14 /* typeParametersLength */
            iadd
            istore 21 /* pos */
        78: .line 136
      StackMap locals:
      StackMap stack:
            aload 20 /* result */
            iload 21 /* pos */
            iinc 21 /* pos */ 1
            bipush 47
            castore
        79: .line 137
            iload 19 /* packageLength */
            ifle 82
        80: .line 138
            aload 1 /* packageName */
            iconst_0
            aload 20 /* result */
            iload 21 /* pos */
            iload 19 /* packageLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        81: .line 139
            iload 21 /* pos */
            iload 19 /* packageLength */
            iadd
            istore 21 /* pos */
        82: .line 141
      StackMap locals:
      StackMap stack:
            aload 20 /* result */
            iload 21 /* pos */
            iinc 21 /* pos */ 1
            bipush 47
            castore
        83: .line 142
            aload 20 /* result */
            iload 21 /* pos */
            iinc 21 /* pos */ 1
            iload 7 /* superClassOrInterface */
            castore
        84: .line 143
            aload 20 /* result */
            iload 21 /* pos */
            iinc 21 /* pos */ 1
            iload 5 /* classOrInterface */
            castore
        85: .line 144
            aload 20 /* result */
            iload 21 /* pos */
            iload 0 /* modifiers */
            i2c
            castore
        86: .line 145
            aload 20 /* result */
            areturn
        end local 21 // int pos
        end local 20 // char[] result
        end local 19 // int packageLength
        end local 18 // int enclosingLength
        end local 17 // int simpleLength
        end local 16 // int superQLength
        end local 15 // int superLength
        end local 14 // int typeParametersLength
        end local 13 // char[] typeParameters
        end local 12 // char[] enclosingTypeName
        end local 11 // char[] simpleName
        end local 10 // char[] superTypeSourceName
        end local 9 // char[] superQualification
        end local 8 // char[] superSimpleName
        end local 7 // char superClassOrInterface
        end local 6 // char[] superTypeName
        end local 5 // char classOrInterface
        end local 4 // char[][] typeParameterSignatures
        end local 3 // char[][] enclosingTypeNames
        end local 2 // char[] typeName
        end local 1 // char[] packageName
        end local 0 // int modifiers
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   87     0                modifiers  I
            0   87     1              packageName  [C
            0   87     2                 typeName  [C
            0   87     3       enclosingTypeNames  [[C
            0   87     4  typeParameterSignatures  [[C
            0   87     5         classOrInterface  C
            0   87     6            superTypeName  [C
            0   87     7    superClassOrInterface  C
            3   87     8          superSimpleName  [C
            4   87     9       superQualification  [C
            6    8    10                   length  I
            9   87    10      superTypeSourceName  [C
           13   21    11                    start  I
           14   21    12             prefixLength  I
           15   21    13     mangledQualification  [C
           22   87    11               simpleName  [C
           23   87    12        enclosingTypeName  [C
           26   87    13           typeParameters  [C
           27   87    14     typeParametersLength  I
           29   42    15                   buffer  Ljava/lang/StringBuffer;
           30   40    16                        i  I
           31   40    17                   length  I
           33   38    18            typeParameter  [C
           45   87    15              superLength  I
           48   87    16             superQLength  I
           51   87    17             simpleLength  I
           54   87    18          enclosingLength  I
           57   87    19            packageLength  I
           58   87    20                   result  [C
           59   87    21                      pos  I
    MethodParameters:
                         Name  Flags
      modifiers                
      packageName              
      typeName                 
      enclosingTypeNames       
      typeParameterSignatures  
      classOrInterface         
      superTypeName            
      superClassOrInterface    

  public void <init>(char[], char[], int, int);
    descriptor: ([C[CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern this
        start local 1 // char[] superQualification
        start local 2 // char[] superSimpleName
        start local 3 // int superRefKind
        start local 4 // int matchRule
         0: .line 154
            aload 0 /* this */
            iload 4 /* matchRule */
            invokespecial org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.<init>:(I)V
         1: .line 156
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.isCaseSensitive:Z
            ifeq 2
            aload 1 /* superQualification */
            goto 3
      StackMap locals: org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern char[] char[] int int
      StackMap stack: org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
         2: aload 1 /* superQualification */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.toLowerCase:([C)[C
      StackMap locals: org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern char[] char[] int int
      StackMap stack: org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern char[]
         3: putfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.superQualification:[C
         4: .line 157
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.isCaseSensitive:Z
            ifne 5
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.isCamelCase:Z
            ifeq 6
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
         5: aload 2 /* superSimpleName */
            goto 7
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
         6: aload 2 /* superSimpleName */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.toLowerCase:([C)[C
      StackMap locals: org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern char[] char[] int int
      StackMap stack: org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern char[]
         7: putfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.superSimpleName:[C
         8: .line 158
            aload 0 /* this */
            aload 1 /* superQualification */
            ifnull 9
            iconst_1
            goto 10
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
         9: iconst_0
      StackMap locals: org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern char[] char[] int int
      StackMap stack: org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern int
        10: putfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.mustResolve:Z
        11: .line 159
            aload 0 /* this */
            iload 3 /* superRefKind */
            putfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.superRefKind:I
        12: .line 160
            return
        end local 4 // int matchRule
        end local 3 // int superRefKind
        end local 2 // char[] superSimpleName
        end local 1 // char[] superQualification
        end local 0 // org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   13     0                this  Lorg/eclipse/jdt/internal/core/search/matching/SuperTypeReferencePattern;
            0   13     1  superQualification  [C
            0   13     2     superSimpleName  [C
            0   13     3        superRefKind  I
            0   13     4           matchRule  I
    MethodParameters:
                    Name  Flags
      superQualification  
      superSimpleName     
      superRefKind        
      matchRule           

  public void <init>(char[], char[], int, char, int);
    descriptor: ([C[CICI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern this
        start local 1 // char[] superQualification
        start local 2 // char[] superSimpleName
        start local 3 // int superRefKind
        start local 4 // char typeSuffix
        start local 5 // int matchRule
         0: .line 168
            aload 0 /* this */
            aload 1 /* superQualification */
            aload 2 /* superSimpleName */
            iload 3 /* superRefKind */
            iload 5 /* matchRule */
            invokespecial org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.<init>:([C[CII)V
         1: .line 169
            aload 0 /* this */
            iload 4 /* typeSuffix */
            putfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.typeSuffix:C
         2: .line 170
            aload 0 /* this */
            aload 1 /* superQualification */
            ifnonnull 3
            iload 4 /* typeSuffix */
            ifne 3
            iconst_0
            goto 4
      StackMap locals: org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern char[] char[] int int int
      StackMap stack: org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
         3: iconst_1
      StackMap locals: org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern char[] char[] int int int
      StackMap stack: org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern int
         4: putfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.mustResolve:Z
         5: .line 171
            return
        end local 5 // int matchRule
        end local 4 // char typeSuffix
        end local 3 // int superRefKind
        end local 2 // char[] superSimpleName
        end local 1 // char[] superQualification
        end local 0 // org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lorg/eclipse/jdt/internal/core/search/matching/SuperTypeReferencePattern;
            0    6     1  superQualification  [C
            0    6     2     superSimpleName  [C
            0    6     3        superRefKind  I
            0    6     4          typeSuffix  C
            0    6     5           matchRule  I
    MethodParameters:
                    Name  Flags
      superQualification  
      superSimpleName     
      superRefKind        
      typeSuffix          
      matchRule           

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern this
        start local 1 // int matchRule
         0: .line 173
            aload 0 /* this */
            bipush 16
            iload 1 /* matchRule */
            invokespecial org.eclipse.jdt.internal.core.search.matching.JavaSearchPattern.<init>:(II)V
         1: .line 174
            return
        end local 1 // int matchRule
        end local 0 // org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/jdt/internal/core/search/matching/SuperTypeReferencePattern;
            0    2     1  matchRule  I
    MethodParameters:
           Name  Flags
      matchRule  

  public void decodeIndexKey(char[]);
    descriptor: ([C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern this
        start local 1 // char[] key
         0: .line 180
            bipush 47
            aload 1 /* key */
            iconst_0
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.indexOf:(C[CI)I
            istore 2 /* slash */
        start local 2 // int slash
         1: .line 181
            aload 0 /* this */
            aload 1 /* key */
            iconst_0
            iload 2 /* slash */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.subarray:([CII)[C
            putfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.superSimpleName:[C
         2: .line 184
            iload 2 /* slash */
            iconst_1
            iadd
            istore 3 /* start */
        start local 3 // int start
         3: .line 185
            bipush 47
            aload 1 /* key */
            iload 3 /* start */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.indexOf:(C[CI)I
            istore 2 /* slash */
         4: .line 186
            aload 0 /* this */
            iload 2 /* slash */
            iload 3 /* start */
            if_icmpne 5
            aconst_null
            goto 6
      StackMap locals: org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern char[] int int
      StackMap stack: org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
         5: aload 1 /* key */
            iload 3 /* start */
            iload 2 /* slash */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.subarray:([CII)[C
      StackMap locals: org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern char[] int int
      StackMap stack: org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern char[]
         6: putfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.superQualification:[C
         7: .line 188
            bipush 47
            aload 1 /* key */
            iload 2 /* slash */
            iconst_1
            iadd
            dup
            istore 3 /* start */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.indexOf:(C[CI)I
            istore 2 /* slash */
         8: .line 189
            aload 0 /* this */
            aload 1 /* key */
            iload 3 /* start */
            iload 2 /* slash */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.subarray:([CII)[C
            putfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.simpleName:[C
         9: .line 191
            iinc 2 /* slash */ 1
            iload 2 /* slash */
            istore 3 /* start */
        10: .line 192
            aload 1 /* key */
            iload 3 /* start */
            caload
            bipush 47
            if_icmpne 13
        11: .line 193
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.enclosingTypeName:[C
        12: .line 194
            goto 19
        13: .line 195
      StackMap locals:
      StackMap stack:
            bipush 47
            aload 1 /* key */
            iload 3 /* start */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.indexOf:(C[CI)I
            istore 2 /* slash */
        14: .line 196
            iload 2 /* slash */
            iload 3 /* start */
            iconst_1
            iadd
            if_icmpne 17
            aload 1 /* key */
            iload 3 /* start */
            caload
            bipush 48
            if_icmpne 17
        15: .line 197
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.ONE_ZERO:[C
            putfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.enclosingTypeName:[C
        16: .line 198
            goto 19
        17: .line 199
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            iload 3 /* start */
            iload 2 /* slash */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.subarray:([CII)[C
            astore 4 /* names */
        start local 4 // char[] names
        18: .line 200
            aload 0 /* this */
            aload 4 /* names */
            putfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.enclosingTypeName:[C
        end local 4 // char[] names
        19: .line 204
      StackMap locals:
      StackMap stack:
            iinc 2 /* slash */ 1
            iload 2 /* slash */
            istore 3 /* start */
        20: .line 205
            aload 1 /* key */
            iload 3 /* start */
            caload
            bipush 47
            if_icmpne 23
        21: .line 206
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.typeParameterSignatures:[[C
        22: .line 207
            goto 25
        23: .line 208
      StackMap locals:
      StackMap stack:
            bipush 47
            aload 1 /* key */
            iload 3 /* start */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.indexOf:(C[CI)I
            istore 2 /* slash */
        24: .line 209
            aload 0 /* this */
            bipush 44
            aload 1 /* key */
            iload 3 /* start */
            iload 2 /* slash */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.splitOn:(C[CII)[[C
            putfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.typeParameterSignatures:[[C
        25: .line 212
      StackMap locals:
      StackMap stack:
            iinc 2 /* slash */ 1
            iload 2 /* slash */
            istore 3 /* start */
        26: .line 213
            aload 1 /* key */
            iload 3 /* start */
            caload
            bipush 47
            if_icmpne 29
        27: .line 214
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.pkgName:[C
        28: .line 215
            goto 35
        29: .line 216
      StackMap locals:
      StackMap stack:
            bipush 47
            aload 1 /* key */
            iload 3 /* start */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.indexOf:(C[CI)I
            istore 2 /* slash */
        30: .line 217
            iload 2 /* slash */
            iload 3 /* start */
            iconst_1
            iadd
            if_icmpne 33
            aload 1 /* key */
            iload 3 /* start */
            caload
            bipush 48
            if_icmpne 33
        31: .line 218
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.superQualification:[C
            putfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.pkgName:[C
        32: .line 219
            goto 35
        33: .line 220
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            iload 3 /* start */
            iload 2 /* slash */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.subarray:([CII)[C
            astore 4 /* names */
        start local 4 // char[] names
        34: .line 221
            aload 0 /* this */
            aload 4 /* names */
            putfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.pkgName:[C
        end local 4 // char[] names
        35: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* key */
            iload 2 /* slash */
            iconst_1
            iadd
            caload
            putfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.superClassOrInterface:C
        36: .line 226
            aload 0 /* this */
            aload 1 /* key */
            iload 2 /* slash */
            iconst_2
            iadd
            caload
            putfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.classOrInterface:C
        37: .line 227
            aload 0 /* this */
            aload 1 /* key */
            iload 2 /* slash */
            iconst_3
            iadd
            caload
            putfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.modifiers:I
        38: .line 228
            return
        end local 3 // int start
        end local 2 // int slash
        end local 1 // char[] key
        end local 0 // org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   39     0   this  Lorg/eclipse/jdt/internal/core/search/matching/SuperTypeReferencePattern;
            0   39     1    key  [C
            1   39     2  slash  I
            3   39     3  start  I
           18   19     4  names  [C
           34   35     4  names  [C
    MethodParameters:
      Name  Flags
      key   

  public org.eclipse.jdt.core.search.SearchPattern getBlankPattern();
    descriptor: ()Lorg/eclipse/jdt/core/search/SearchPattern;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern this
         0: .line 231
            new org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
            dup
            bipush 8
            invokespecial org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.<init>:(I)V
            areturn
        end local 0 // org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/search/matching/SuperTypeReferencePattern;

  public char[][] getIndexCategories();
    descriptor: ()[[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern this
         0: .line 235
            getstatic org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.CATEGORIES:[[C
            areturn
        end local 0 // org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/search/matching/SuperTypeReferencePattern;

  public boolean matchesDecodedKey(org.eclipse.jdt.core.search.SearchPattern);
    descriptor: (Lorg/eclipse/jdt/core/search/SearchPattern;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern this
        start local 1 // org.eclipse.jdt.core.search.SearchPattern decodedPattern
         0: .line 239
            aload 1 /* decodedPattern */
            checkcast org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
            astore 2 /* pattern */
        start local 2 // org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern pattern
         1: .line 240
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.superRefKind:I
            iconst_2
            if_icmpne 5
            aload 2 /* pattern */
            getfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.enclosingTypeName:[C
            getstatic org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.ONE_ZERO:[C
            if_acmpeq 5
         2: .line 242
            aload 2 /* pattern */
            getfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.superClassOrInterface:C
            bipush 73
            if_icmpeq 4
         3: .line 243
            aload 2 /* pattern */
            getfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.superClassOrInterface:C
            bipush 65
            if_icmpne 5
         4: .line 244
      StackMap locals: org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
      StackMap stack:
            iconst_0
            ireturn
         5: .line 246
      StackMap locals:
      StackMap stack:
            aload 2 /* pattern */
            getfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.superQualification:[C
            ifnull 7
         6: .line 247
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.superQualification:[C
            aload 2 /* pattern */
            getfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.superQualification:[C
            invokevirtual org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.matchesName:([C[C)Z
            ifne 7
            iconst_0
            ireturn
         7: .line 249
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.superSimpleName:[C
            aload 2 /* pattern */
            getfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.superSimpleName:[C
            invokevirtual org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.matchesName:([C[C)Z
            ireturn
        end local 2 // org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern pattern
        end local 1 // org.eclipse.jdt.core.search.SearchPattern decodedPattern
        end local 0 // org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            this  Lorg/eclipse/jdt/internal/core/search/matching/SuperTypeReferencePattern;
            0    8     1  decodedPattern  Lorg/eclipse/jdt/core/search/SearchPattern;
            1    8     2         pattern  Lorg/eclipse/jdt/internal/core/search/matching/SuperTypeReferencePattern;
    MethodParameters:
                Name  Flags
      decodedPattern  

  public org.eclipse.jdt.internal.core.index.EntryResult[] queryIn(org.eclipse.jdt.internal.core.index.Index);
    descriptor: (Lorg/eclipse/jdt/internal/core/index/Index;)[Lorg/eclipse/jdt/internal/core/index/EntryResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern this
        start local 1 // org.eclipse.jdt.internal.core.index.Index index
         0: .line 253
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.superSimpleName:[C
            astore 2 /* key */
        start local 2 // char[] key
         1: .line 254
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.getMatchRule:()I
            istore 3 /* matchRule */
        start local 3 // int matchRule
         2: .line 257
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.getMatchMode:()I
            lookupswitch { // 6
                    0: 3
                    1: 8
                    2: 9
                    4: 10
                  128: 11
                  256: 11
              default: 11
          }
         3: .line 260
      StackMap locals: char[] int
      StackMap stack:
            iload 3 /* matchRule */
            iconst_m1
            iand
            istore 3 /* matchRule */
         4: .line 261
            iload 3 /* matchRule */
            iconst_1
            ior
            istore 3 /* matchRule */
         5: .line 262
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.superSimpleName:[C
            ifnull 11
         6: .line 263
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.superSimpleName:[C
            bipush 47
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.append:([CC)[C
            astore 2 /* key */
         7: .line 264
            goto 11
         8: .line 267
      StackMap locals:
      StackMap stack:
            goto 11
         9: .line 270
      StackMap locals:
      StackMap stack:
            goto 11
        10: .line 273
      StackMap locals:
      StackMap stack:
            goto 11
        11: .line 280
      StackMap locals:
      StackMap stack:
            aload 1 /* index */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.getIndexCategories:()[[C
            aload 2 /* key */
            iload 3 /* matchRule */
            invokevirtual org.eclipse.jdt.internal.core.index.Index.query:([[C[CI)[Lorg/eclipse/jdt/internal/core/index/EntryResult;
            areturn
        end local 3 // int matchRule
        end local 2 // char[] key
        end local 1 // org.eclipse.jdt.internal.core.index.Index index
        end local 0 // org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/jdt/internal/core/search/matching/SuperTypeReferencePattern;
            0   12     1      index  Lorg/eclipse/jdt/internal/core/index/Index;
            1   12     2        key  [C
            2   12     3  matchRule  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      index  

  protected java.lang.StringBuffer print(java.lang.StringBuffer);
    descriptor: (Ljava/lang/StringBuffer;)Ljava/lang/StringBuffer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern this
        start local 1 // java.lang.StringBuffer output
         0: .line 284
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.superRefKind:I
            tableswitch { // 0 - 2
                    0: 1
                    1: 3
                    2: 5
              default: 6
          }
         1: .line 286
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            ldc "SuperTypeReferencePattern: <"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 287
            goto 6
         3: .line 289
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            ldc "SuperInterfaceReferencePattern: <"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         4: .line 290
            goto 6
         5: .line 292
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            ldc "SuperClassReferencePattern: <"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 295
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.superSimpleName:[C
            ifnull 8
         7: .line 296
            aload 1 /* output */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern.superSimpleName:[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
            goto 9
         8: .line 298
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            ldc "*"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         9: .line 299
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            ldc ">"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        10: .line 300
            aload 0 /* this */
            aload 1 /* output */
            invokespecial org.eclipse.jdt.internal.core.search.matching.JavaSearchPattern.print:(Ljava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            areturn
        end local 1 // java.lang.StringBuffer output
        end local 0 // org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lorg/eclipse/jdt/internal/core/search/matching/SuperTypeReferencePattern;
            0   11     1  output  Ljava/lang/StringBuffer;
    MethodParameters:
        Name  Flags
      output  
}
SourceFile: "SuperTypeReferencePattern.java"