public class org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern extends org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern
  super_class: org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
{
  public int extraFlags;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

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

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

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

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

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

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

  public void <init>(char[], char[], int);
    descriptor: ([C[CI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern this
        start local 1 // char[] declaringPackageName
        start local 2 // char[] declaringSimpleName
        start local 3 // int matchRule
         0: .line 33
            aload 0 /* this */
            iload 3 /* matchRule */
            invokespecial org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.<init>:(I)V
         1: .line 34
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.isCaseSensitive:Z
            ifne 2
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.isCamelCase:Z
            ifeq 3
      StackMap locals: org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern char[] char[] int
      StackMap stack: org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern
         2: aload 2 /* declaringSimpleName */
            goto 4
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern
         3: aload 2 /* declaringSimpleName */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.toLowerCase:([C)[C
      StackMap locals: org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern char[] char[] int
      StackMap stack: org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern char[]
         4: putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.declaringSimpleName:[C
         5: .line 35
            aload 0 /* this */
            aload 1 /* declaringPackageName */
            putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.declaringPackageName:[C
         6: .line 36
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.findDeclarations:Z
         7: .line 37
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.findReferences:Z
         8: .line 38
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.parameterCount:I
         9: .line 39
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.mustResolve:Z
        10: .line 40
            return
        end local 3 // int matchRule
        end local 2 // char[] declaringSimpleName
        end local 1 // char[] declaringPackageName
        end local 0 // org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   11     0                  this  Lorg/eclipse/jdt/internal/core/search/matching/ConstructorDeclarationPattern;
            0   11     1  declaringPackageName  [C
            0   11     2   declaringSimpleName  [C
            0   11     3             matchRule  I
    MethodParameters:
                      Name  Flags
      declaringPackageName  
      declaringSimpleName   
      matchRule             

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

  public void decodeIndexKey(char[]);
    descriptor: ([C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern this
        start local 1 // char[] key
         0: .line 47
            aload 1 /* key */
            arraylength
            iconst_1
            isub
            istore 2 /* last */
        start local 2 // int last
         1: .line 48
            bipush 47
            aload 1 /* key */
            iconst_0
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.indexOf:(C[CI)I
            istore 3 /* slash */
        start local 3 // int slash
         2: .line 49
            aload 0 /* this */
            aload 1 /* key */
            iconst_0
            iload 3 /* slash */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.subarray:([CII)[C
            putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.declaringSimpleName:[C
         3: .line 51
            iload 3 /* slash */
            iconst_1
            iadd
            istore 4 /* start */
        start local 4 // int start
         4: .line 52
            bipush 47
            aload 1 /* key */
            iload 4 /* start */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.indexOf:(C[CI)I
            istore 3 /* slash */
         5: .line 53
            iload 3 /* slash */
            iconst_1
            isub
            istore 2 /* last */
         6: .line 55
            aload 1 /* key */
            iload 2 /* last */
            caload
            bipush 35
            if_icmpne 7
            iconst_1
            goto 8
      StackMap locals: int int int
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 5 /* isDefaultConstructor */
        start local 5 // boolean isDefaultConstructor
         9: .line 56
            iload 5 /* isDefaultConstructor */
            ifeq 12
        10: .line 57
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.parameterCount:I
        11: .line 58
            goto 23
        12: .line 59
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.parameterCount:I
        13: .line 60
            iconst_1
            istore 6 /* power */
        start local 6 // int power
        14: .line 61
            iload 2 /* last */
            istore 7 /* i */
        start local 7 // int i
        15: goto 22
        16: .line 62
      StackMap locals: int int
      StackMap stack:
            iload 7 /* i */
            iload 2 /* last */
            if_icmpne 19
        17: .line 63
            aload 0 /* this */
            aload 1 /* key */
            iload 7 /* i */
            caload
            bipush 48
            isub
            putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.parameterCount:I
        18: .line 64
            goto 21
        19: .line 65
      StackMap locals:
      StackMap stack:
            iload 6 /* power */
            bipush 10
            imul
            istore 6 /* power */
        20: .line 66
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.parameterCount:I
            iload 6 /* power */
            aload 1 /* key */
            iload 7 /* i */
            caload
            bipush 48
            isub
            imul
            iadd
            putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.parameterCount:I
        21: .line 61
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ -1
      StackMap locals:
      StackMap stack:
        22: iload 7 /* i */
            iload 4 /* start */
            if_icmpge 16
        end local 7 // int i
        end local 6 // int power
        23: .line 71
      StackMap locals:
      StackMap stack:
            iinc 3 /* slash */ 3
        24: .line 72
            iload 3 /* slash */
            iconst_1
            isub
            istore 2 /* last */
        25: .line 74
            aload 1 /* key */
            iload 2 /* last */
            iconst_1
            isub
            caload
            aload 1 /* key */
            iload 2 /* last */
            caload
            bipush 16
            ishl
            iadd
            istore 6 /* typeModifiersWithExtraFlags */
        start local 6 // int typeModifiersWithExtraFlags
        26: .line 75
            aload 0 /* this */
            iload 6 /* typeModifiersWithExtraFlags */
            invokestatic org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.decodeModifers:(I)I
            putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.declaringTypeModifiers:I
        27: .line 76
            aload 0 /* this */
            iload 6 /* typeModifiersWithExtraFlags */
            invokestatic org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.decodeExtraFlags:(I)I
            putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.extraFlags:I
        28: .line 79
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.declaringPackageName:[C
        29: .line 80
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.modifiers:I
        30: .line 81
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.signature:[C
        31: .line 82
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.parameterTypes:[[C
        32: .line 83
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.parameterNames:[[C
        33: .line 85
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.extraFlags:I
            iconst_2
            iand
            ifeq 34
            iconst_1
            goto 35
      StackMap locals: int
      StackMap stack:
        34: iconst_0
      StackMap locals:
      StackMap stack: int
        35: istore 7 /* isMemberType */
        start local 7 // boolean isMemberType
        36: .line 87
            iload 7 /* isMemberType */
            ifne 72
        37: .line 88
            iload 3 /* slash */
            iconst_1
            iadd
            istore 4 /* start */
        38: .line 89
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.parameterCount:I
            iconst_m1
            if_icmpne 42
        39: .line 90
            aload 1 /* key */
            arraylength
            istore 3 /* slash */
        40: .line 91
            iload 3 /* slash */
            iconst_1
            isub
            istore 2 /* last */
        41: .line 92
            goto 43
        42: .line 93
      StackMap locals: int
      StackMap stack:
            bipush 47
            aload 1 /* key */
            iload 4 /* start */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.indexOf:(C[CI)I
            istore 3 /* slash */
        43: .line 95
      StackMap locals:
      StackMap stack:
            iload 3 /* slash */
            iconst_1
            isub
            istore 2 /* last */
        44: .line 97
            aload 0 /* this */
            aload 1 /* key */
            iload 4 /* start */
            iload 3 /* slash */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.subarray:([CII)[C
            putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.declaringPackageName:[C
        45: .line 99
            iload 3 /* slash */
            iconst_1
            iadd
            istore 4 /* start */
        46: .line 100
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.parameterCount:I
            ifne 51
        47: .line 101
            iinc 3 /* slash */ 3
        48: .line 102
            iload 3 /* slash */
            iconst_1
            isub
            istore 2 /* last */
        49: .line 104
            aload 0 /* this */
            aload 1 /* key */
            iload 2 /* last */
            iconst_1
            isub
            caload
            aload 1 /* key */
            iload 2 /* last */
            caload
            bipush 16
            ishl
            iadd
            putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.modifiers:I
        50: .line 105
            goto 72
      StackMap locals:
      StackMap stack:
        51: aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.parameterCount:I
            ifle 71
        52: .line 106
            bipush 47
            aload 1 /* key */
            iload 4 /* start */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.indexOf:(C[CI)I
            istore 3 /* slash */
        53: .line 107
            iload 3 /* slash */
            iconst_1
            isub
            istore 2 /* last */
        54: .line 109
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.extraFlags:I
            bipush 16
            iand
            ifeq 55
            iconst_1
            goto 56
      StackMap locals:
      StackMap stack:
        55: iconst_0
      StackMap locals:
      StackMap stack: int
        56: istore 8 /* hasParameterStoredAsSignature */
        start local 8 // boolean hasParameterStoredAsSignature
        57: .line 110
            iload 8 /* hasParameterStoredAsSignature */
            ifeq 61
        58: .line 111
            aload 0 /* this */
            aload 1 /* key */
            iload 4 /* start */
            iload 3 /* slash */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.subarray:([CII)[C
            putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.signature:[C
        59: .line 112
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.signature:[C
            bipush 92
            bipush 47
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.replace:([CCC)V
        60: .line 113
            goto 62
        61: .line 114
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            bipush 44
            aload 1 /* key */
            iload 4 /* start */
            iload 3 /* slash */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.splitOn:(C[CII)[[C
            putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.parameterTypes:[[C
        62: .line 116
      StackMap locals:
      StackMap stack:
            iload 3 /* slash */
            iconst_1
            iadd
            istore 4 /* start */
        63: .line 117
            bipush 47
            aload 1 /* key */
            iload 4 /* start */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.indexOf:(C[CI)I
            istore 3 /* slash */
        64: .line 118
            iload 3 /* slash */
            iconst_1
            isub
            istore 2 /* last */
        65: .line 120
            iload 3 /* slash */
            iload 4 /* start */
            if_icmpeq 67
        66: .line 121
            aload 0 /* this */
            bipush 44
            aload 1 /* key */
            iload 4 /* start */
            iload 3 /* slash */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.splitOn:(C[CII)[[C
            putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.parameterNames:[[C
        67: .line 124
      StackMap locals:
      StackMap stack:
            iinc 3 /* slash */ 3
        68: .line 125
            iload 3 /* slash */
            iconst_1
            isub
            istore 2 /* last */
        69: .line 127
            aload 0 /* this */
            aload 1 /* key */
            iload 2 /* last */
            iconst_1
            isub
            caload
            aload 1 /* key */
            iload 2 /* last */
            caload
            bipush 16
            ishl
            iadd
            putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.modifiers:I
        end local 8 // boolean hasParameterStoredAsSignature
        70: .line 128
            goto 72
        71: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.modifiers:I
        72: .line 133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.removeInternalFlags:()V
        73: .line 134
            return
        end local 7 // boolean isMemberType
        end local 6 // int typeModifiersWithExtraFlags
        end local 5 // boolean isDefaultConstructor
        end local 4 // int start
        end local 3 // int slash
        end local 2 // int last
        end local 1 // char[] key
        end local 0 // org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0   74     0                           this  Lorg/eclipse/jdt/internal/core/search/matching/ConstructorDeclarationPattern;
            0   74     1                            key  [C
            1   74     2                           last  I
            2   74     3                          slash  I
            4   74     4                          start  I
            9   74     5           isDefaultConstructor  Z
           14   23     6                          power  I
           15   23     7                              i  I
           26   74     6    typeModifiersWithExtraFlags  I
           36   74     7                   isMemberType  Z
           57   70     8  hasParameterStoredAsSignature  Z
    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.ConstructorDeclarationPattern this
         0: .line 138
            new org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern
            dup
            bipush 8
            invokespecial org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.<init>:(I)V
            areturn
        end local 0 // org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/search/matching/ConstructorDeclarationPattern;

  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.ConstructorDeclarationPattern this
         0: .line 142
            getstatic org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.DECL_CATEGORIES:[[C
            areturn
        end local 0 // org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/search/matching/ConstructorDeclarationPattern;

  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.ConstructorDeclarationPattern this
        start local 1 // org.eclipse.jdt.core.search.SearchPattern decodedPattern
         0: .line 146
            aload 1 /* decodedPattern */
            checkcast org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern
            astore 2 /* pattern */
        start local 2 // org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern pattern
         1: .line 149
            aload 2 /* pattern */
            getfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.extraFlags:I
            iconst_2
            iand
            ifeq 2
            iconst_0
            ireturn
         2: .line 152
      StackMap locals: org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.declaringPackageName:[C
            ifnull 4
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.declaringPackageName:[C
            aload 2 /* pattern */
            getfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.declaringPackageName:[C
            iconst_1
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[CZ)Z
            ifne 4
         3: .line 153
            iconst_0
            ireturn
         4: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.parameterCount:I
            aload 2 /* pattern */
            getfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.parameterCount:I
            if_icmpeq 5
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.parameterCount:I
            iconst_m1
            if_icmpeq 5
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.varargs:Z
            ifeq 7
         5: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.declaringSimpleName:[C
            aload 2 /* pattern */
            getfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.declaringSimpleName:[C
            invokevirtual org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.matchesName:([C[C)Z
            ifeq 7
         6: .line 155
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern pattern
        end local 1 // org.eclipse.jdt.core.search.SearchPattern decodedPattern
        end local 0 // org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            this  Lorg/eclipse/jdt/internal/core/search/matching/ConstructorDeclarationPattern;
            0    8     1  decodedPattern  Lorg/eclipse/jdt/core/search/SearchPattern;
            1    8     2         pattern  Lorg/eclipse/jdt/internal/core/search/matching/ConstructorDeclarationPattern;
    MethodParameters:
                Name  Flags
      decodedPattern  

  private void removeInternalFlags();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern this
         0: .line 159
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.extraFlags:I
            bipush -17
            iand
            putfield org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern.extraFlags:I
         1: .line 160
            return
        end local 0 // org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/core/search/matching/ConstructorDeclarationPattern;
}
SourceFile: "ConstructorDeclarationPattern.java"