public class org.eclipse.jdt.internal.core.search.matching.AndPattern 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.AndPattern
  super_class: org.eclipse.jdt.internal.core.search.matching.IntersectingPattern
{
  protected org.eclipse.jdt.core.search.SearchPattern[] patterns;
    descriptor: [Lorg/eclipse/jdt/core/search/SearchPattern;
    flags: (0x0004) ACC_PROTECTED

  int current;
    descriptor: I
    flags: (0x0000) 

  private static int combinedMatchRule(int, int);
    descriptor: (II)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // int matchRule
        start local 1 // int matchRule2
         0: .line 23
            iload 0 /* matchRule */
            iload 1 /* matchRule2 */
            iand
            istore 2 /* combined */
        start local 2 // int combined
         1: .line 24
            iload 2 /* combined */
            bipush 112
            iand
            istore 3 /* compatibility */
        start local 3 // int compatibility
         2: .line 25
            iload 3 /* compatibility */
            ifne 10
         3: .line 26
            iload 0 /* matchRule */
            bipush 112
            iand
            bipush 64
            if_icmpne 6
         4: .line 27
            iload 1 /* matchRule2 */
            istore 3 /* compatibility */
         5: .line 28
            goto 10
      StackMap locals: int int
      StackMap stack:
         6: iload 1 /* matchRule2 */
            bipush 112
            iand
            bipush 64
            if_icmpne 9
         7: .line 29
            iload 0 /* matchRule */
            istore 3 /* compatibility */
         8: .line 30
            goto 10
         9: .line 31
      StackMap locals:
      StackMap stack:
            iload 0 /* matchRule */
            bipush 112
            iand
            iload 1 /* matchRule2 */
            bipush 112
            iand
            invokestatic java.lang.Math.min:(II)I
            istore 3 /* compatibility */
        10: .line 34
      StackMap locals:
      StackMap stack:
            iload 2 /* combined */
            bipush 7
            iand
        11: .line 35
            iload 2 /* combined */
            bipush 8
            iand
        12: .line 34
            ior
        13: .line 36
            iload 3 /* compatibility */
        14: .line 34
            ior
        15: .line 37
            iload 2 /* combined */
            sipush 384
            iand
        16: .line 34
            ior
            ireturn
        end local 3 // int compatibility
        end local 2 // int combined
        end local 1 // int matchRule2
        end local 0 // int matchRule
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   17     0      matchRule  I
            0   17     1     matchRule2  I
            1   17     2       combined  I
            2   17     3  compatibility  I
    MethodParameters:
            Name  Flags
      matchRule   
      matchRule2  

  public void <init>(org.eclipse.jdt.core.search.SearchPattern, org.eclipse.jdt.core.search.SearchPattern);
    descriptor: (Lorg/eclipse/jdt/core/search/SearchPattern;Lorg/eclipse/jdt/core/search/SearchPattern;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.search.matching.AndPattern this
        start local 1 // org.eclipse.jdt.core.search.SearchPattern leftPattern
        start local 2 // org.eclipse.jdt.core.search.SearchPattern rightPattern
         0: .line 41
            aload 0 /* this */
            sipush 2048
            aload 1 /* leftPattern */
            invokevirtual org.eclipse.jdt.core.search.SearchPattern.getMatchRule:()I
            aload 2 /* rightPattern */
            invokevirtual org.eclipse.jdt.core.search.SearchPattern.getMatchRule:()I
            invokestatic org.eclipse.jdt.internal.core.search.matching.AndPattern.combinedMatchRule:(II)I
            invokespecial org.eclipse.jdt.internal.core.search.matching.IntersectingPattern.<init>:(II)V
         1: .line 42
            aload 0 /* this */
            aload 1 /* leftPattern */
            getfield org.eclipse.jdt.core.search.SearchPattern.mustResolve:Z
            ifne 2
            aload 2 /* rightPattern */
            getfield org.eclipse.jdt.core.search.SearchPattern.mustResolve:Z
            ifne 2
            iconst_0
            goto 3
      StackMap locals: org.eclipse.jdt.internal.core.search.matching.AndPattern org.eclipse.jdt.core.search.SearchPattern org.eclipse.jdt.core.search.SearchPattern
      StackMap stack: org.eclipse.jdt.internal.core.search.matching.AndPattern
         2: iconst_1
      StackMap locals: org.eclipse.jdt.internal.core.search.matching.AndPattern org.eclipse.jdt.core.search.SearchPattern org.eclipse.jdt.core.search.SearchPattern
      StackMap stack: org.eclipse.jdt.internal.core.search.matching.AndPattern int
         3: putfield org.eclipse.jdt.internal.core.search.matching.AndPattern.mustResolve:Z
         4: .line 44
            aload 1 /* leftPattern */
            instanceof org.eclipse.jdt.internal.core.search.matching.AndPattern
            ifeq 5
            aload 1 /* leftPattern */
            checkcast org.eclipse.jdt.internal.core.search.matching.AndPattern
            getfield org.eclipse.jdt.internal.core.search.matching.AndPattern.patterns:[Lorg/eclipse/jdt/core/search/SearchPattern;
            goto 6
      StackMap locals:
      StackMap stack:
         5: aconst_null
      StackMap locals:
      StackMap stack: org.eclipse.jdt.core.search.SearchPattern[]
         6: astore 3 /* leftPatterns */
        start local 3 // org.eclipse.jdt.core.search.SearchPattern[] leftPatterns
         7: .line 45
            aload 2 /* rightPattern */
            instanceof org.eclipse.jdt.internal.core.search.matching.AndPattern
            ifeq 8
            aload 2 /* rightPattern */
            checkcast org.eclipse.jdt.internal.core.search.matching.AndPattern
            getfield org.eclipse.jdt.internal.core.search.matching.AndPattern.patterns:[Lorg/eclipse/jdt/core/search/SearchPattern;
            goto 9
      StackMap locals: org.eclipse.jdt.core.search.SearchPattern[]
      StackMap stack:
         8: aconst_null
      StackMap locals:
      StackMap stack: org.eclipse.jdt.core.search.SearchPattern[]
         9: astore 4 /* rightPatterns */
        start local 4 // org.eclipse.jdt.core.search.SearchPattern[] rightPatterns
        10: .line 46
            aload 3 /* leftPatterns */
            ifnonnull 11
            iconst_1
            goto 12
      StackMap locals: org.eclipse.jdt.core.search.SearchPattern[]
      StackMap stack:
        11: aload 3 /* leftPatterns */
            arraylength
      StackMap locals:
      StackMap stack: int
        12: istore 5 /* leftSize */
        start local 5 // int leftSize
        13: .line 47
            aload 4 /* rightPatterns */
            ifnonnull 14
            iconst_1
            goto 15
      StackMap locals: int
      StackMap stack:
        14: aload 4 /* rightPatterns */
            arraylength
      StackMap locals:
      StackMap stack: int
        15: istore 6 /* rightSize */
        start local 6 // int rightSize
        16: .line 48
            aload 0 /* this */
            iload 5 /* leftSize */
            iload 6 /* rightSize */
            iadd
            anewarray org.eclipse.jdt.core.search.SearchPattern
            putfield org.eclipse.jdt.internal.core.search.matching.AndPattern.patterns:[Lorg/eclipse/jdt/core/search/SearchPattern;
        17: .line 50
            aload 3 /* leftPatterns */
            ifnonnull 19
        18: .line 51
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.AndPattern.patterns:[Lorg/eclipse/jdt/core/search/SearchPattern;
            iconst_0
            aload 1 /* leftPattern */
            aastore
            goto 20
        19: .line 53
      StackMap locals: int
      StackMap stack:
            aload 3 /* leftPatterns */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.AndPattern.patterns:[Lorg/eclipse/jdt/core/search/SearchPattern;
            iconst_0
            iload 5 /* leftSize */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        20: .line 54
      StackMap locals:
      StackMap stack:
            aload 4 /* rightPatterns */
            ifnonnull 22
        21: .line 55
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.AndPattern.patterns:[Lorg/eclipse/jdt/core/search/SearchPattern;
            iload 5 /* leftSize */
            aload 2 /* rightPattern */
            aastore
            goto 23
        22: .line 57
      StackMap locals:
      StackMap stack:
            aload 4 /* rightPatterns */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.AndPattern.patterns:[Lorg/eclipse/jdt/core/search/SearchPattern;
            iload 5 /* leftSize */
            iload 6 /* rightSize */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        23: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.search.matching.AndPattern.getMatchRule:()I
            bipush 112
            iand
            putfield org.eclipse.jdt.internal.core.search.matching.AndPattern.matchCompatibility:I
        24: .line 62
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.core.search.matching.AndPattern.current:I
        25: .line 63
            return
        end local 6 // int rightSize
        end local 5 // int leftSize
        end local 4 // org.eclipse.jdt.core.search.SearchPattern[] rightPatterns
        end local 3 // org.eclipse.jdt.core.search.SearchPattern[] leftPatterns
        end local 2 // org.eclipse.jdt.core.search.SearchPattern rightPattern
        end local 1 // org.eclipse.jdt.core.search.SearchPattern leftPattern
        end local 0 // org.eclipse.jdt.internal.core.search.matching.AndPattern this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   26     0           this  Lorg/eclipse/jdt/internal/core/search/matching/AndPattern;
            0   26     1    leftPattern  Lorg/eclipse/jdt/core/search/SearchPattern;
            0   26     2   rightPattern  Lorg/eclipse/jdt/core/search/SearchPattern;
            7   26     3   leftPatterns  [Lorg/eclipse/jdt/core/search/SearchPattern;
           10   26     4  rightPatterns  [Lorg/eclipse/jdt/core/search/SearchPattern;
           13   26     5       leftSize  I
           16   26     6      rightSize  I
    MethodParameters:
              Name  Flags
      leftPattern   
      rightPattern  

  public org.eclipse.jdt.core.search.SearchPattern currentPattern();
    descriptor: ()Lorg/eclipse/jdt/core/search/SearchPattern;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.search.matching.AndPattern this
         0: .line 67
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.AndPattern.patterns:[Lorg/eclipse/jdt/core/search/SearchPattern;
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.core.search.matching.AndPattern.current:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.core.search.matching.AndPattern.current:I
            aaload
            areturn
        end local 0 // org.eclipse.jdt.internal.core.search.matching.AndPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/search/matching/AndPattern;

  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.AndPattern this
         0: .line 72
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.AndPattern.current:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.search.matching.AndPattern.patterns:[Lorg/eclipse/jdt/core/search/SearchPattern;
            arraylength
            iconst_1
            isub
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.core.search.matching.AndPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/core/search/matching/AndPattern;

  protected void resetQuery();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.search.matching.AndPattern this
         0: .line 77
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.core.search.matching.AndPattern.current:I
         1: .line 78
            return
        end local 0 // org.eclipse.jdt.internal.core.search.matching.AndPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/core/search/matching/AndPattern;
}
SourceFile: "AndPattern.java"