public class org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern extends org.eclipse.jdt.internal.core.search.matching.IntersectingPattern
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
  super_class: org.eclipse.jdt.internal.core.search.matching.IntersectingPattern
{
  protected char[] qualification;
    descriptor: [C
    flags: (0x0004) ACC_PROTECTED

  protected char[] simpleName;
    descriptor: [C
    flags: (0x0004) ACC_PROTECTED

  protected char[] currentCategory;
    descriptor: [C
    flags: (0x0004) ACC_PROTECTED

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

  protected char[][] segments;
    descriptor: [[C
    flags: (0x0004) ACC_PROTECTED

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

  private static final char[][] CATEGORIES;
    descriptor: [[C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final char[][] CATEGORIES_ANNOT_REF;
    descriptor: [[C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private char[][] categories;
    descriptor: [[C
    flags: (0x0002) ACC_PRIVATE

  char typeSuffix;
    descriptor: C
    flags: (0x0000) 

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

  public void <init>(char[], char[], int);
    descriptor: ([C[CI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
        start local 1 // char[] qualification
        start local 2 // char[] simpleName
        start local 3 // int matchRule
         0: .line 41
            aload 0 /* this */
            iload 3 /* matchRule */
            invokespecial org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.<init>:(I)V
         1: .line 43
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.isCaseSensitive:Z
            ifeq 2
            aload 1 /* qualification */
            goto 3
      StackMap locals: org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern char[] char[] int
      StackMap stack: org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
         2: aload 1 /* qualification */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.toLowerCase:([C)[C
      StackMap locals: org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern char[] char[] int
      StackMap stack: org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern char[]
         3: putfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.qualification:[C
         4: .line 44
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.isCaseSensitive:Z
            ifne 5
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.isCamelCase:Z
            ifeq 6
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
         5: aload 2 /* simpleName */
            goto 7
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
         6: aload 2 /* simpleName */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.toLowerCase:([C)[C
      StackMap locals: org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern char[] char[] int
      StackMap stack: org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern char[]
         7: putfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.simpleName:[C
         8: .line 46
            aload 2 /* simpleName */
            ifnonnull 12
         9: .line 47
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.qualification:[C
            ifnonnull 10
            getstatic org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.ONE_STAR_CHAR:[[C
            goto 11
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
        10: bipush 46
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.qualification:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.splitOn:(C[C)[[C
      StackMap locals: org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern char[] char[] int
      StackMap stack: org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern char[][]
        11: putfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.segments:[[C
            goto 13
        12: .line 49
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.segments:[[C
        13: .line 51
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.segments:[[C
            ifnonnull 17
        14: .line 52
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.qualification:[C
            ifnonnull 16
        15: .line 53
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.segmentsSize:I
            goto 18
        16: .line 55
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 46
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.qualification:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.occurencesOf:(C[C)I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.segmentsSize:I
            goto 18
        17: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.segments:[[C
            arraylength
            putfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.segmentsSize:I
        18: .line 59
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.mustResolve:Z
        19: .line 60
            return
        end local 3 // int matchRule
        end local 2 // char[] simpleName
        end local 1 // char[] qualification
        end local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   20     0           this  Lorg/eclipse/jdt/internal/core/search/matching/TypeReferencePattern;
            0   20     1  qualification  [C
            0   20     2     simpleName  [C
            0   20     3      matchRule  I
    MethodParameters:
               Name  Flags
      qualification  
      simpleName     
      matchRule      

  public void <init>(char[], char[], java.lang.String, int);
    descriptor: ([C[CLjava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
        start local 1 // char[] qualification
        start local 2 // char[] simpleName
        start local 3 // java.lang.String typeSignature
        start local 4 // int matchRule
         0: .line 65
            aload 0 /* this */
            aload 1 /* qualification */
            aload 2 /* simpleName */
            aload 3 /* typeSignature */
            iconst_0
            iconst_0
            iload 4 /* matchRule */
            invokespecial org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.<init>:([C[CLjava/lang/String;ICI)V
         1: .line 66
            return
        end local 4 // int matchRule
        end local 3 // java.lang.String typeSignature
        end local 2 // char[] simpleName
        end local 1 // char[] qualification
        end local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/eclipse/jdt/internal/core/search/matching/TypeReferencePattern;
            0    2     1  qualification  [C
            0    2     2     simpleName  [C
            0    2     3  typeSignature  Ljava/lang/String;
            0    2     4      matchRule  I
    MethodParameters:
               Name  Flags
      qualification  
      simpleName     
      typeSignature  
      matchRule      

  public void <init>(char[], char[], java.lang.String, char, int);
    descriptor: ([C[CLjava/lang/String;CI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
        start local 1 // char[] qualification
        start local 2 // char[] simpleName
        start local 3 // java.lang.String typeSignature
        start local 4 // char typeSuffix
        start local 5 // int matchRule
         0: .line 71
            aload 0 /* this */
            aload 1 /* qualification */
            aload 2 /* simpleName */
            aload 3 /* typeSignature */
            iconst_0
            iload 4 /* typeSuffix */
            iload 5 /* matchRule */
            invokespecial org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.<init>:([C[CLjava/lang/String;ICI)V
         1: .line 72
            return
        end local 5 // int matchRule
        end local 4 // char typeSuffix
        end local 3 // java.lang.String typeSignature
        end local 2 // char[] simpleName
        end local 1 // char[] qualification
        end local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/eclipse/jdt/internal/core/search/matching/TypeReferencePattern;
            0    2     1  qualification  [C
            0    2     2     simpleName  [C
            0    2     3  typeSignature  Ljava/lang/String;
            0    2     4     typeSuffix  C
            0    2     5      matchRule  I
    MethodParameters:
               Name  Flags
      qualification  
      simpleName     
      typeSignature  
      typeSuffix     
      matchRule      

  public void <init>(char[], char[], java.lang.String, int, char, int);
    descriptor: ([C[CLjava/lang/String;ICI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=7
        start local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
        start local 1 // char[] qualification
        start local 2 // char[] simpleName
        start local 3 // java.lang.String typeSignature
        start local 4 // int limitTo
        start local 5 // char typeSuffix
        start local 6 // int matchRule
         0: .line 78
            aload 0 /* this */
            aload 1 /* qualification */
            aload 2 /* simpleName */
            iload 6 /* matchRule */
            invokespecial org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.<init>:([C[CI)V
         1: .line 79
            aload 0 /* this */
            iload 5 /* typeSuffix */
            putfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.typeSuffix:C
         2: .line 80
            aload 3 /* typeSignature */
            ifnull 7
         3: .line 82
            aload 0 /* this */
            aload 3 /* typeSignature */
            invokestatic org.eclipse.jdt.internal.core.util.Util.splitTypeLevelsSignature:(Ljava/lang/String;)[[C
            putfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.typeSignatures:[[C
         4: .line 83
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.typeSignatures:[[C
            invokestatic org.eclipse.jdt.internal.core.util.Util.getAllTypeArguments:([[C)[[[C
            invokevirtual org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.setTypeArguments:([[[C)V
         5: .line 84
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.hasTypeArguments:()Z
            ifeq 7
         6: .line 85
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.getTypeArguments:()[[[C
            arraylength
            bipush 47
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.typeSignatures:[[C
            iconst_0
            aaload
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.occurencesOf:(C[C)I
            iadd
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.segmentsSize:I
         7: .line 88
      StackMap locals: org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern char[] char[] java.lang.String int int int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* limitTo */
            bipush -16
            iand
            putfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.fineGrain:I
         8: .line 89
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.fineGrain:I
            ldc 65536
            if_icmpne 10
         9: .line 90
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.CATEGORIES_ANNOT_REF:[[C
            putfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.categories:[[C
        10: .line 92
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int matchRule
        end local 5 // char typeSuffix
        end local 4 // int limitTo
        end local 3 // java.lang.String typeSignature
        end local 2 // char[] simpleName
        end local 1 // char[] qualification
        end local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lorg/eclipse/jdt/internal/core/search/matching/TypeReferencePattern;
            0   11     1  qualification  [C
            0   11     2     simpleName  [C
            0   11     3  typeSignature  Ljava/lang/String;
            0   11     4        limitTo  I
            0   11     5     typeSuffix  C
            0   11     6      matchRule  I
    MethodParameters:
               Name  Flags
      qualification  
      simpleName     
      typeSignature  
      limitTo        
      typeSuffix     
      matchRule      

  public void <init>(char[], char[], org.eclipse.jdt.core.IType, int);
    descriptor: ([C[CLorg/eclipse/jdt/core/IType;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
        start local 1 // char[] qualification
        start local 2 // char[] simpleName
        start local 3 // org.eclipse.jdt.core.IType type
        start local 4 // int matchRule
         0: .line 98
            aload 0 /* this */
            aload 1 /* qualification */
            aload 2 /* simpleName */
            aload 3 /* type */
            iconst_0
            iload 4 /* matchRule */
            invokespecial org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.<init>:([C[CLorg/eclipse/jdt/core/IType;II)V
         1: .line 99
            return
        end local 4 // int matchRule
        end local 3 // org.eclipse.jdt.core.IType type
        end local 2 // char[] simpleName
        end local 1 // char[] qualification
        end local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/eclipse/jdt/internal/core/search/matching/TypeReferencePattern;
            0    2     1  qualification  [C
            0    2     2     simpleName  [C
            0    2     3           type  Lorg/eclipse/jdt/core/IType;
            0    2     4      matchRule  I
    MethodParameters:
               Name  Flags
      qualification  
      simpleName     
      type           
      matchRule      

  public void <init>(char[], char[], org.eclipse.jdt.core.IType, int, int);
    descriptor: ([C[CLorg/eclipse/jdt/core/IType;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
        start local 1 // char[] qualification
        start local 2 // char[] simpleName
        start local 3 // org.eclipse.jdt.core.IType type
        start local 4 // int limitTo
        start local 5 // int matchRule
         0: .line 105
            aload 0 /* this */
            aload 1 /* qualification */
            aload 2 /* simpleName */
            iload 5 /* matchRule */
            invokespecial org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.<init>:([C[CI)V
         1: .line 106
            aload 0 /* this */
            aload 3 /* type */
            invokevirtual org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.storeTypeSignaturesAndArguments:(Lorg/eclipse/jdt/core/IType;)V
         2: .line 107
            aload 0 /* this */
            iload 4 /* limitTo */
            bipush -16
            iand
            putfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.fineGrain:I
         3: .line 108
            return
        end local 5 // int matchRule
        end local 4 // int limitTo
        end local 3 // org.eclipse.jdt.core.IType type
        end local 2 // char[] simpleName
        end local 1 // char[] qualification
        end local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/eclipse/jdt/internal/core/search/matching/TypeReferencePattern;
            0    4     1  qualification  [C
            0    4     2     simpleName  [C
            0    4     3           type  Lorg/eclipse/jdt/core/IType;
            0    4     4        limitTo  I
            0    4     5      matchRule  I
    MethodParameters:
               Name  Flags
      qualification  
      simpleName     
      type           
      limitTo        
      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.TypeReferencePattern this
        start local 1 // int matchRule
         0: .line 111
            aload 0 /* this */
            iconst_4
            iload 1 /* matchRule */
            invokespecial org.eclipse.jdt.internal.core.search.matching.IntersectingPattern.<init>:(II)V
         1: .line 38
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.typeSuffix:C
         2: .line 112
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.CATEGORIES:[[C
            putfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.categories:[[C
         3: .line 113
            return
        end local 1 // int matchRule
        end local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/eclipse/jdt/internal/core/search/matching/TypeReferencePattern;
            0    4     1  matchRule  I
    MethodParameters:
           Name  Flags
      matchRule  

  public void decodeIndexKey(char[]);
    descriptor: ([C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
        start local 1 // char[] key
         0: .line 116
            aload 0 /* this */
            aload 1 /* key */
            putfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.simpleName:[C
         1: .line 117
            return
        end local 1 // char[] key
        end local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/core/search/matching/TypeReferencePattern;
            0    2     1   key  [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.TypeReferencePattern this
         0: .line 120
            new org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
            dup
            bipush 8
            invokespecial org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.<init>:(I)V
            areturn
        end local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/search/matching/TypeReferencePattern;

  public char[] getIndexKey();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
         0: .line 124
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.simpleName:[C
            ifnull 2
         1: .line 125
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.simpleName:[C
            areturn
         2: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.currentSegment:I
            iflt 4
         3: .line 129
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.segments:[[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.currentSegment:I
            aaload
            areturn
         4: .line 130
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jdt/internal/core/search/matching/TypeReferencePattern;

  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.TypeReferencePattern this
         0: .line 134
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.categories:[[C
            areturn
        end local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/search/matching/TypeReferencePattern;

  protected boolean hasNextQuery();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
         0: .line 138
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.segments:[[C
            ifnonnull 1
            iconst_0
            ireturn
         1: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.currentSegment:I
            iconst_1
            isub
            dup_x1
            putfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.currentSegment:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.segments:[[C
            arraylength
            iconst_4
            if_icmplt 2
            iconst_2
            goto 3
      StackMap locals:
      StackMap stack: int
         2: iconst_0
      StackMap locals: org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
      StackMap stack: int int
         3: if_icmplt 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jdt/internal/core/search/matching/TypeReferencePattern;

  public boolean matchesDecodedKey(org.eclipse.jdt.core.search.SearchPattern);
    descriptor: (Lorg/eclipse/jdt/core/search/SearchPattern;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
        start local 1 // org.eclipse.jdt.core.search.SearchPattern decodedPattern
         0: .line 148
            iconst_1
            ireturn
        end local 1 // org.eclipse.jdt.core.search.SearchPattern decodedPattern
        end local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/eclipse/jdt/internal/core/search/matching/TypeReferencePattern;
            0    1     1  decodedPattern  Lorg/eclipse/jdt/core/search/SearchPattern;
    MethodParameters:
                Name  Flags
      decodedPattern  

  protected void resetQuery();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
         0: .line 154
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.segments:[[C
            ifnull 2
         1: .line 155
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.segments:[[C
            arraylength
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.currentSegment:I
         2: .line 156
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/core/search/matching/TypeReferencePattern;

  protected java.lang.StringBuffer print(java.lang.StringBuffer);
    descriptor: (Ljava/lang/StringBuffer;)Ljava/lang/StringBuffer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
        start local 1 // java.lang.StringBuffer output
         0: .line 159
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            astore 2 /* patternClassName */
        start local 2 // java.lang.String patternClassName
         1: .line 160
            aload 1 /* output */
            aload 2 /* patternClassName */
            aload 2 /* patternClassName */
            bipush 46
            invokevirtual java.lang.String.lastIndexOf:(I)I
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 161
            aload 1 /* output */
            ldc ": qualification<"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 162
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.qualification:[C
            ifnull 5
         4: .line 163
            aload 1 /* output */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.qualification:[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
            goto 6
         5: .line 165
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* output */
            ldc "*"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 166
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            ldc ">, type<"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         7: .line 167
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.simpleName:[C
            ifnull 9
         8: .line 168
            aload 1 /* output */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern.simpleName:[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
            goto 10
         9: .line 170
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            ldc "*"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        10: .line 171
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            ldc ">"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        11: .line 172
            aload 0 /* this */
            aload 1 /* output */
            invokespecial org.eclipse.jdt.internal.core.search.matching.IntersectingPattern.print:(Ljava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            areturn
        end local 2 // java.lang.String patternClassName
        end local 1 // java.lang.StringBuffer output
        end local 0 // org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   12     0              this  Lorg/eclipse/jdt/internal/core/search/matching/TypeReferencePattern;
            0   12     1            output  Ljava/lang/StringBuffer;
            1   12     2  patternClassName  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      output  
}
SourceFile: "TypeReferencePattern.java"