public class org.hibernate.criterion.Disjunction extends org.hibernate.criterion.Junction
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.criterion.Disjunction
  super_class: org.hibernate.criterion.Junction
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.criterion.Disjunction this
         0: .line 22
            aload 0 /* this */
            getstatic org.hibernate.criterion.Junction$Nature.OR:Lorg/hibernate/criterion/Junction$Nature;
            invokespecial org.hibernate.criterion.Junction.<init>:(Lorg/hibernate/criterion/Junction$Nature;)V
         1: .line 23
            return
        end local 0 // org.hibernate.criterion.Disjunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/criterion/Disjunction;

  protected void <init>(org.hibernate.criterion.Criterion[]);
    descriptor: ([Lorg/hibernate/criterion/Criterion;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.criterion.Disjunction this
        start local 1 // org.hibernate.criterion.Criterion[] conditions
         0: .line 26
            aload 0 /* this */
            getstatic org.hibernate.criterion.Junction$Nature.OR:Lorg/hibernate/criterion/Junction$Nature;
            aload 1 /* conditions */
            invokespecial org.hibernate.criterion.Junction.<init>:(Lorg/hibernate/criterion/Junction$Nature;[Lorg/hibernate/criterion/Criterion;)V
         1: .line 27
            return
        end local 1 // org.hibernate.criterion.Criterion[] conditions
        end local 0 // org.hibernate.criterion.Disjunction this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/hibernate/criterion/Disjunction;
            0    2     1  conditions  [Lorg/hibernate/criterion/Criterion;
    MethodParameters:
            Name  Flags
      conditions  
}
SourceFile: "Disjunction.java"
InnerClasses:
  public final Nature = org.hibernate.criterion.Junction$Nature of org.hibernate.criterion.Junction