public abstract class com.sun.xml.internal.rngom.binary.BinaryPattern extends com.sun.xml.internal.rngom.binary.Pattern
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.xml.internal.rngom.binary.BinaryPattern
  super_class: com.sun.xml.internal.rngom.binary.Pattern
{
  protected final com.sun.xml.internal.rngom.binary.Pattern p1;
    descriptor: Lcom/sun/xml/internal/rngom/binary/Pattern;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final com.sun.xml.internal.rngom.binary.Pattern p2;
    descriptor: Lcom/sun/xml/internal/rngom/binary/Pattern;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  void <init>(boolean, int, com.sun.xml.internal.rngom.binary.Pattern, com.sun.xml.internal.rngom.binary.Pattern);
    descriptor: (ZILcom/sun/xml/internal/rngom/binary/Pattern;Lcom/sun/xml/internal/rngom/binary/Pattern;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.sun.xml.internal.rngom.binary.BinaryPattern this
        start local 1 // boolean nullable
        start local 2 // int hc
        start local 3 // com.sun.xml.internal.rngom.binary.Pattern p1
        start local 4 // com.sun.xml.internal.rngom.binary.Pattern p2
         0: .line 59
            aload 0 /* this */
            iload 1 /* nullable */
            aload 3 /* p1 */
            invokevirtual com.sun.xml.internal.rngom.binary.Pattern.getContentType:()I
            aload 4 /* p2 */
            invokevirtual com.sun.xml.internal.rngom.binary.Pattern.getContentType:()I
            invokestatic java.lang.Math.max:(II)I
            iload 2 /* hc */
            invokespecial com.sun.xml.internal.rngom.binary.Pattern.<init>:(ZII)V
         1: .line 60
            aload 0 /* this */
            aload 3 /* p1 */
            putfield com.sun.xml.internal.rngom.binary.BinaryPattern.p1:Lcom/sun/xml/internal/rngom/binary/Pattern;
         2: .line 61
            aload 0 /* this */
            aload 4 /* p2 */
            putfield com.sun.xml.internal.rngom.binary.BinaryPattern.p2:Lcom/sun/xml/internal/rngom/binary/Pattern;
         3: .line 62
            return
        end local 4 // com.sun.xml.internal.rngom.binary.Pattern p2
        end local 3 // com.sun.xml.internal.rngom.binary.Pattern p1
        end local 2 // int hc
        end local 1 // boolean nullable
        end local 0 // com.sun.xml.internal.rngom.binary.BinaryPattern this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/sun/xml/internal/rngom/binary/BinaryPattern;
            0    4     1  nullable  Z
            0    4     2        hc  I
            0    4     3        p1  Lcom/sun/xml/internal/rngom/binary/Pattern;
            0    4     4        p2  Lcom/sun/xml/internal/rngom/binary/Pattern;
    MethodParameters:
          Name  Flags
      nullable  
      hc        
      p1        
      p2        

  void checkRecursion(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.binary.BinaryPattern this
        start local 1 // int depth
         0: .line 65
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p1:Lcom/sun/xml/internal/rngom/binary/Pattern;
            iload 1 /* depth */
            invokevirtual com.sun.xml.internal.rngom.binary.Pattern.checkRecursion:(I)V
         1: .line 66
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p2:Lcom/sun/xml/internal/rngom/binary/Pattern;
            iload 1 /* depth */
            invokevirtual com.sun.xml.internal.rngom.binary.Pattern.checkRecursion:(I)V
         2: .line 67
            return
        end local 1 // int depth
        end local 0 // com.sun.xml.internal.rngom.binary.BinaryPattern this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/xml/internal/rngom/binary/BinaryPattern;
            0    3     1  depth  I
    Exceptions:
      throws org.xml.sax.SAXException
    MethodParameters:
       Name  Flags
      depth  

  void checkRestrictions(int, com.sun.xml.internal.rngom.binary.DuplicateAttributeDetector, com.sun.xml.internal.rngom.binary.Alphabet);
    descriptor: (ILcom/sun/xml/internal/rngom/binary/DuplicateAttributeDetector;Lcom/sun/xml/internal/rngom/binary/Alphabet;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.rngom.binary.BinaryPattern this
        start local 1 // int context
        start local 2 // com.sun.xml.internal.rngom.binary.DuplicateAttributeDetector dad
        start local 3 // com.sun.xml.internal.rngom.binary.Alphabet alpha
         0: .line 71
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p1:Lcom/sun/xml/internal/rngom/binary/Pattern;
            iload 1 /* context */
            aload 2 /* dad */
            aload 3 /* alpha */
            invokevirtual com.sun.xml.internal.rngom.binary.Pattern.checkRestrictions:(ILcom/sun/xml/internal/rngom/binary/DuplicateAttributeDetector;Lcom/sun/xml/internal/rngom/binary/Alphabet;)V
         1: .line 72
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p2:Lcom/sun/xml/internal/rngom/binary/Pattern;
            iload 1 /* context */
            aload 2 /* dad */
            aload 3 /* alpha */
            invokevirtual com.sun.xml.internal.rngom.binary.Pattern.checkRestrictions:(ILcom/sun/xml/internal/rngom/binary/DuplicateAttributeDetector;Lcom/sun/xml/internal/rngom/binary/Alphabet;)V
         2: .line 73
            return
        end local 3 // com.sun.xml.internal.rngom.binary.Alphabet alpha
        end local 2 // com.sun.xml.internal.rngom.binary.DuplicateAttributeDetector dad
        end local 1 // int context
        end local 0 // com.sun.xml.internal.rngom.binary.BinaryPattern this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/xml/internal/rngom/binary/BinaryPattern;
            0    3     1  context  I
            0    3     2      dad  Lcom/sun/xml/internal/rngom/binary/DuplicateAttributeDetector;
            0    3     3    alpha  Lcom/sun/xml/internal/rngom/binary/Alphabet;
    Exceptions:
      throws com.sun.xml.internal.rngom.binary.RestrictionViolationException
    MethodParameters:
         Name  Flags
      context  
      dad      
      alpha    

  boolean samePattern(com.sun.xml.internal.rngom.binary.Pattern);
    descriptor: (Lcom/sun/xml/internal/rngom/binary/Pattern;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.xml.internal.rngom.binary.BinaryPattern this
        start local 1 // com.sun.xml.internal.rngom.binary.Pattern other
         0: .line 76
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* other */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 2
         1: .line 77
            iconst_0
            ireturn
         2: .line 78
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast com.sun.xml.internal.rngom.binary.BinaryPattern
            astore 2 /* b */
        start local 2 // com.sun.xml.internal.rngom.binary.BinaryPattern b
         3: .line 79
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p1:Lcom/sun/xml/internal/rngom/binary/Pattern;
            aload 2 /* b */
            getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p1:Lcom/sun/xml/internal/rngom/binary/Pattern;
            if_acmpne 4
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p2:Lcom/sun/xml/internal/rngom/binary/Pattern;
            aload 2 /* b */
            getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p2:Lcom/sun/xml/internal/rngom/binary/Pattern;
            if_acmpne 4
            iconst_1
            ireturn
      StackMap locals: com.sun.xml.internal.rngom.binary.BinaryPattern
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // com.sun.xml.internal.rngom.binary.BinaryPattern b
        end local 1 // com.sun.xml.internal.rngom.binary.Pattern other
        end local 0 // com.sun.xml.internal.rngom.binary.BinaryPattern this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/xml/internal/rngom/binary/BinaryPattern;
            0    5     1  other  Lcom/sun/xml/internal/rngom/binary/Pattern;
            3    5     2      b  Lcom/sun/xml/internal/rngom/binary/BinaryPattern;
    MethodParameters:
       Name  Flags
      other  

  public final com.sun.xml.internal.rngom.binary.Pattern getOperand1();
    descriptor: ()Lcom/sun/xml/internal/rngom/binary/Pattern;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.binary.BinaryPattern this
         0: .line 83
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p1:Lcom/sun/xml/internal/rngom/binary/Pattern;
            areturn
        end local 0 // com.sun.xml.internal.rngom.binary.BinaryPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/binary/BinaryPattern;

  public final com.sun.xml.internal.rngom.binary.Pattern getOperand2();
    descriptor: ()Lcom/sun/xml/internal/rngom/binary/Pattern;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.binary.BinaryPattern this
         0: .line 87
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p2:Lcom/sun/xml/internal/rngom/binary/Pattern;
            areturn
        end local 0 // com.sun.xml.internal.rngom.binary.BinaryPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/binary/BinaryPattern;

  public final void fillChildren(java.util.Collection);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.binary.BinaryPattern this
        start local 1 // java.util.Collection col
         0: .line 99
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p1:Lcom/sun/xml/internal/rngom/binary/Pattern;
            aload 1 /* col */
            invokevirtual com.sun.xml.internal.rngom.binary.BinaryPattern.fillChildren:(Ljava/lang/Class;Lcom/sun/xml/internal/rngom/binary/Pattern;Ljava/util/Collection;)V
         1: .line 100
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p2:Lcom/sun/xml/internal/rngom/binary/Pattern;
            aload 1 /* col */
            invokevirtual com.sun.xml.internal.rngom.binary.BinaryPattern.fillChildren:(Ljava/lang/Class;Lcom/sun/xml/internal/rngom/binary/Pattern;Ljava/util/Collection;)V
         2: .line 101
            return
        end local 1 // java.util.Collection col
        end local 0 // com.sun.xml.internal.rngom.binary.BinaryPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/xml/internal/rngom/binary/BinaryPattern;
            0    3     1   col  Ljava/util/Collection;
    MethodParameters:
      Name  Flags
      col   

  public final com.sun.xml.internal.rngom.binary.Pattern[] getChildren();
    descriptor: ()[Lcom/sun/xml/internal/rngom/binary/Pattern;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.xml.internal.rngom.binary.BinaryPattern this
         0: .line 107
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* lst */
        start local 1 // java.util.List lst
         1: .line 108
            aload 0 /* this */
            aload 1 /* lst */
            invokevirtual com.sun.xml.internal.rngom.binary.BinaryPattern.fillChildren:(Ljava/util/Collection;)V
         2: .line 109
            aload 1 /* lst */
            aload 1 /* lst */
            invokeinterface java.util.List.size:()I
            anewarray com.sun.xml.internal.rngom.binary.Pattern
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast com.sun.xml.internal.rngom.binary.Pattern[]
            areturn
        end local 1 // java.util.List lst
        end local 0 // com.sun.xml.internal.rngom.binary.BinaryPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/xml/internal/rngom/binary/BinaryPattern;
            1    3     1   lst  Ljava/util/List;

  private void fillChildren(java.lang.Class, com.sun.xml.internal.rngom.binary.Pattern, java.util.Collection);
    descriptor: (Ljava/lang/Class;Lcom/sun/xml/internal/rngom/binary/Pattern;Ljava/util/Collection;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.sun.xml.internal.rngom.binary.BinaryPattern this
        start local 1 // java.lang.Class c
        start local 2 // com.sun.xml.internal.rngom.binary.Pattern p
        start local 3 // java.util.Collection col
         0: .line 113
            aload 2 /* p */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* c */
            if_acmpne 5
         1: .line 114
            aload 2 /* p */
            checkcast com.sun.xml.internal.rngom.binary.BinaryPattern
            astore 4 /* bp */
        start local 4 // com.sun.xml.internal.rngom.binary.BinaryPattern bp
         2: .line 115
            aload 4 /* bp */
            aload 1 /* c */
            aload 4 /* bp */
            getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p1:Lcom/sun/xml/internal/rngom/binary/Pattern;
            aload 3 /* col */
            invokevirtual com.sun.xml.internal.rngom.binary.BinaryPattern.fillChildren:(Ljava/lang/Class;Lcom/sun/xml/internal/rngom/binary/Pattern;Ljava/util/Collection;)V
         3: .line 116
            aload 4 /* bp */
            aload 1 /* c */
            aload 4 /* bp */
            getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p2:Lcom/sun/xml/internal/rngom/binary/Pattern;
            aload 3 /* col */
            invokevirtual com.sun.xml.internal.rngom.binary.BinaryPattern.fillChildren:(Ljava/lang/Class;Lcom/sun/xml/internal/rngom/binary/Pattern;Ljava/util/Collection;)V
        end local 4 // com.sun.xml.internal.rngom.binary.BinaryPattern bp
         4: .line 117
            goto 6
         5: .line 118
      StackMap locals:
      StackMap stack:
            aload 3 /* col */
            aload 2 /* p */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         6: .line 120
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.util.Collection col
        end local 2 // com.sun.xml.internal.rngom.binary.Pattern p
        end local 1 // java.lang.Class c
        end local 0 // com.sun.xml.internal.rngom.binary.BinaryPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/xml/internal/rngom/binary/BinaryPattern;
            0    7     1     c  Ljava/lang/Class;
            0    7     2     p  Lcom/sun/xml/internal/rngom/binary/Pattern;
            0    7     3   col  Ljava/util/Collection;
            2    4     4    bp  Lcom/sun/xml/internal/rngom/binary/BinaryPattern;
    MethodParameters:
      Name  Flags
      c     
      p     
      col   
}
SourceFile: "BinaryPattern.java"