public final class javax.mail.search.AndTerm extends javax.mail.search.SearchTerm
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: javax.mail.search.AndTerm
  super_class: javax.mail.search.SearchTerm
{
  private javax.mail.search.SearchTerm[] terms;
    descriptor: [Ljavax/mail/search/SearchTerm;
    flags: (0x0002) ACC_PRIVATE

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -3583274505380989582

  public void <init>(javax.mail.search.SearchTerm, javax.mail.search.SearchTerm);
    descriptor: (Ljavax/mail/search/SearchTerm;Ljavax/mail/search/SearchTerm;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javax.mail.search.AndTerm this
        start local 1 // javax.mail.search.SearchTerm t1
        start local 2 // javax.mail.search.SearchTerm t2
         0: .line 70
            aload 0 /* this */
            invokespecial javax.mail.search.SearchTerm.<init>:()V
         1: .line 71
            aload 0 /* this */
            iconst_2
            anewarray javax.mail.search.SearchTerm
            putfield javax.mail.search.AndTerm.terms:[Ljavax/mail/search/SearchTerm;
         2: .line 72
            aload 0 /* this */
            getfield javax.mail.search.AndTerm.terms:[Ljavax/mail/search/SearchTerm;
            iconst_0
            aload 1 /* t1 */
            aastore
         3: .line 73
            aload 0 /* this */
            getfield javax.mail.search.AndTerm.terms:[Ljavax/mail/search/SearchTerm;
            iconst_1
            aload 2 /* t2 */
            aastore
         4: .line 74
            return
        end local 2 // javax.mail.search.SearchTerm t2
        end local 1 // javax.mail.search.SearchTerm t1
        end local 0 // javax.mail.search.AndTerm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/mail/search/AndTerm;
            0    5     1    t1  Ljavax/mail/search/SearchTerm;
            0    5     2    t2  Ljavax/mail/search/SearchTerm;
    MethodParameters:
      Name  Flags
      t1    
      t2    

  public void <init>(javax.mail.search.SearchTerm[]);
    descriptor: ([Ljavax/mail/search/SearchTerm;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javax.mail.search.AndTerm this
        start local 1 // javax.mail.search.SearchTerm[] t
         0: .line 81
            aload 0 /* this */
            invokespecial javax.mail.search.SearchTerm.<init>:()V
         1: .line 82
            aload 0 /* this */
            aload 1 /* t */
            arraylength
            anewarray javax.mail.search.SearchTerm
            putfield javax.mail.search.AndTerm.terms:[Ljavax/mail/search/SearchTerm;
         2: .line 83
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 84
      StackMap locals: javax.mail.search.AndTerm javax.mail.search.SearchTerm[] int
      StackMap stack:
            aload 0 /* this */
            getfield javax.mail.search.AndTerm.terms:[Ljavax/mail/search/SearchTerm;
            iload 2 /* i */
            aload 1 /* t */
            iload 2 /* i */
            aaload
            aastore
         5: .line 83
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 1 /* t */
            arraylength
            if_icmplt 4
        end local 2 // int i
         7: .line 85
            return
        end local 1 // javax.mail.search.SearchTerm[] t
        end local 0 // javax.mail.search.AndTerm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavax/mail/search/AndTerm;
            0    8     1     t  [Ljavax/mail/search/SearchTerm;
            3    7     2     i  I
    MethodParameters:
      Name  Flags
      t     

  public javax.mail.search.SearchTerm[] getTerms();
    descriptor: ()[Ljavax/mail/search/SearchTerm;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.mail.search.AndTerm this
         0: .line 93
            aload 0 /* this */
            getfield javax.mail.search.AndTerm.terms:[Ljavax/mail/search/SearchTerm;
            invokevirtual javax.mail.search.SearchTerm[].clone:()Ljava/lang/Object;
            checkcast javax.mail.search.SearchTerm[]
            areturn
        end local 0 // javax.mail.search.AndTerm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/mail/search/AndTerm;

  public boolean match(javax.mail.Message);
    descriptor: (Ljavax/mail/Message;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javax.mail.search.AndTerm this
        start local 1 // javax.mail.Message msg
         0: .line 108
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 109
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield javax.mail.search.AndTerm.terms:[Ljavax/mail/search/SearchTerm;
            iload 2 /* i */
            aaload
            aload 1 /* msg */
            invokevirtual javax.mail.search.SearchTerm.match:(Ljavax/mail/Message;)Z
            ifne 4
         3: .line 110
            iconst_0
            ireturn
         4: .line 108
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield javax.mail.search.AndTerm.terms:[Ljavax/mail/search/SearchTerm;
            arraylength
            if_icmplt 2
        end local 2 // int i
         6: .line 111
            iconst_1
            ireturn
        end local 1 // javax.mail.Message msg
        end local 0 // javax.mail.search.AndTerm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljavax/mail/search/AndTerm;
            0    7     1   msg  Ljavax/mail/Message;
            1    6     2     i  I
    MethodParameters:
      Name  Flags
      msg   

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // javax.mail.search.AndTerm this
        start local 1 // java.lang.Object obj
         0: .line 119
            aload 1 /* obj */
            instanceof javax.mail.search.AndTerm
            ifne 2
         1: .line 120
            iconst_0
            ireturn
         2: .line 121
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast javax.mail.search.AndTerm
            astore 2 /* at */
        start local 2 // javax.mail.search.AndTerm at
         3: .line 122
            aload 2 /* at */
            getfield javax.mail.search.AndTerm.terms:[Ljavax/mail/search/SearchTerm;
            arraylength
            aload 0 /* this */
            getfield javax.mail.search.AndTerm.terms:[Ljavax/mail/search/SearchTerm;
            arraylength
            if_icmpeq 5
         4: .line 123
            iconst_0
            ireturn
         5: .line 124
      StackMap locals: javax.mail.search.AndTerm
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: goto 10
         7: .line 125
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield javax.mail.search.AndTerm.terms:[Ljavax/mail/search/SearchTerm;
            iload 3 /* i */
            aaload
            aload 2 /* at */
            getfield javax.mail.search.AndTerm.terms:[Ljavax/mail/search/SearchTerm;
            iload 3 /* i */
            aaload
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 9
         8: .line 126
            iconst_0
            ireturn
         9: .line 124
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            aload 0 /* this */
            getfield javax.mail.search.AndTerm.terms:[Ljavax/mail/search/SearchTerm;
            arraylength
            if_icmplt 7
        end local 3 // int i
        11: .line 127
            iconst_1
            ireturn
        end local 2 // javax.mail.search.AndTerm at
        end local 1 // java.lang.Object obj
        end local 0 // javax.mail.search.AndTerm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Ljavax/mail/search/AndTerm;
            0   12     1   obj  Ljava/lang/Object;
            3   12     2    at  Ljavax/mail/search/AndTerm;
            6   11     3     i  I
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // javax.mail.search.AndTerm this
         0: .line 135
            iconst_0
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 136
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 137
      StackMap locals: int int
      StackMap stack:
            iload 1 /* hash */
            aload 0 /* this */
            getfield javax.mail.search.AndTerm.terms:[Ljavax/mail/search/SearchTerm;
            iload 2 /* i */
            aaload
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* hash */
         4: .line 136
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield javax.mail.search.AndTerm.terms:[Ljavax/mail/search/SearchTerm;
            arraylength
            if_icmplt 3
        end local 2 // int i
         6: .line 138
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // javax.mail.search.AndTerm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljavax/mail/search/AndTerm;
            1    7     1  hash  I
            2    6     2     i  I
}
SourceFile: "AndTerm.java"