public class com.sun.xml.internal.rngom.binary.GroupPattern extends com.sun.xml.internal.rngom.binary.BinaryPattern
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.xml.internal.rngom.binary.GroupPattern
  super_class: com.sun.xml.internal.rngom.binary.BinaryPattern
{
  void <init>(com.sun.xml.internal.rngom.binary.Pattern, com.sun.xml.internal.rngom.binary.Pattern);
    descriptor: (Lcom/sun/xml/internal/rngom/binary/Pattern;Lcom/sun/xml/internal/rngom/binary/Pattern;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.rngom.binary.GroupPattern this
        start local 1 // com.sun.xml.internal.rngom.binary.Pattern p1
        start local 2 // com.sun.xml.internal.rngom.binary.Pattern p2
         0: .line 52
            aload 0 /* this */
            aload 1 /* p1 */
            invokevirtual com.sun.xml.internal.rngom.binary.Pattern.isNullable:()Z
            ifeq 1
            aload 2 /* p2 */
            invokevirtual com.sun.xml.internal.rngom.binary.Pattern.isNullable:()Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: uninitialized-this
         1: iconst_0
         2: .line 53
      StackMap locals: uninitialized-this com.sun.xml.internal.rngom.binary.Pattern com.sun.xml.internal.rngom.binary.Pattern
      StackMap stack: uninitialized-this int
            bipush 13
            aload 1 /* p1 */
            invokevirtual java.lang.Object.hashCode:()I
            aload 2 /* p2 */
            invokevirtual java.lang.Object.hashCode:()I
            invokestatic com.sun.xml.internal.rngom.binary.GroupPattern.combineHashCode:(III)I
         3: .line 54
            aload 1 /* p1 */
         4: .line 55
            aload 2 /* p2 */
            invokespecial com.sun.xml.internal.rngom.binary.BinaryPattern.<init>:(ZILcom/sun/xml/internal/rngom/binary/Pattern;Lcom/sun/xml/internal/rngom/binary/Pattern;)V
         5: .line 56
            return
        end local 2 // com.sun.xml.internal.rngom.binary.Pattern p2
        end local 1 // com.sun.xml.internal.rngom.binary.Pattern p1
        end local 0 // com.sun.xml.internal.rngom.binary.GroupPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/xml/internal/rngom/binary/GroupPattern;
            0    6     1    p1  Lcom/sun/xml/internal/rngom/binary/Pattern;
            0    6     2    p2  Lcom/sun/xml/internal/rngom/binary/Pattern;
    MethodParameters:
      Name  Flags
      p1    
      p2    

  com.sun.xml.internal.rngom.binary.Pattern expand(com.sun.xml.internal.rngom.binary.SchemaPatternBuilder);
    descriptor: (Lcom/sun/xml/internal/rngom/binary/SchemaPatternBuilder;)Lcom/sun/xml/internal/rngom/binary/Pattern;
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.sun.xml.internal.rngom.binary.GroupPattern this
        start local 1 // com.sun.xml.internal.rngom.binary.SchemaPatternBuilder b
         0: .line 60
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.GroupPattern.p1:Lcom/sun/xml/internal/rngom/binary/Pattern;
            aload 1 /* b */
            invokevirtual com.sun.xml.internal.rngom.binary.Pattern.expand:(Lcom/sun/xml/internal/rngom/binary/SchemaPatternBuilder;)Lcom/sun/xml/internal/rngom/binary/Pattern;
            astore 2 /* ep1 */
        start local 2 // com.sun.xml.internal.rngom.binary.Pattern ep1
         1: .line 61
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.GroupPattern.p2:Lcom/sun/xml/internal/rngom/binary/Pattern;
            aload 1 /* b */
            invokevirtual com.sun.xml.internal.rngom.binary.Pattern.expand:(Lcom/sun/xml/internal/rngom/binary/SchemaPatternBuilder;)Lcom/sun/xml/internal/rngom/binary/Pattern;
            astore 3 /* ep2 */
        start local 3 // com.sun.xml.internal.rngom.binary.Pattern ep2
         2: .line 62
            aload 2 /* ep1 */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.GroupPattern.p1:Lcom/sun/xml/internal/rngom/binary/Pattern;
            if_acmpne 3
            aload 3 /* ep2 */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.GroupPattern.p2:Lcom/sun/xml/internal/rngom/binary/Pattern;
            if_acmpeq 4
         3: .line 63
      StackMap locals: com.sun.xml.internal.rngom.binary.Pattern com.sun.xml.internal.rngom.binary.Pattern
      StackMap stack:
            aload 1 /* b */
            aload 2 /* ep1 */
            aload 3 /* ep2 */
            invokevirtual com.sun.xml.internal.rngom.binary.SchemaPatternBuilder.makeGroup:(Lcom/sun/xml/internal/rngom/binary/Pattern;Lcom/sun/xml/internal/rngom/binary/Pattern;)Lcom/sun/xml/internal/rngom/binary/Pattern;
            areturn
         4: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 3 // com.sun.xml.internal.rngom.binary.Pattern ep2
        end local 2 // com.sun.xml.internal.rngom.binary.Pattern ep1
        end local 1 // com.sun.xml.internal.rngom.binary.SchemaPatternBuilder b
        end local 0 // com.sun.xml.internal.rngom.binary.GroupPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/xml/internal/rngom/binary/GroupPattern;
            0    5     1     b  Lcom/sun/xml/internal/rngom/binary/SchemaPatternBuilder;
            1    5     2   ep1  Lcom/sun/xml/internal/rngom/binary/Pattern;
            2    5     3   ep2  Lcom/sun/xml/internal/rngom/binary/Pattern;
    MethodParameters:
      Name  Flags
      b     

  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.GroupPattern 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 70
            iload 1 /* context */
            lookupswitch { // 2
                    0: 1
                    7: 2
              default: 3
          }
         1: .line 72
      StackMap locals:
      StackMap stack:
            new com.sun.xml.internal.rngom.binary.RestrictionViolationException
            dup
            ldc "start_contains_group"
            invokespecial com.sun.xml.internal.rngom.binary.RestrictionViolationException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 74
      StackMap locals:
      StackMap stack:
            new com.sun.xml.internal.rngom.binary.RestrictionViolationException
            dup
            ldc "data_except_contains_group"
            invokespecial com.sun.xml.internal.rngom.binary.RestrictionViolationException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* context */
            iconst_2
            if_icmpne 5
         4: .line 77
            iconst_3
            goto 6
         5: .line 78
      StackMap locals:
      StackMap stack: com.sun.xml.internal.rngom.binary.GroupPattern
            iload 1 /* context */
         6: .line 79
      StackMap locals: com.sun.xml.internal.rngom.binary.GroupPattern int com.sun.xml.internal.rngom.binary.DuplicateAttributeDetector com.sun.xml.internal.rngom.binary.Alphabet
      StackMap stack: com.sun.xml.internal.rngom.binary.GroupPattern int
            aload 2 /* dad */
         7: .line 80
            aload 3 /* alpha */
         8: .line 76
            invokespecial com.sun.xml.internal.rngom.binary.BinaryPattern.checkRestrictions:(ILcom/sun/xml/internal/rngom/binary/DuplicateAttributeDetector;Lcom/sun/xml/internal/rngom/binary/Alphabet;)V
         9: .line 81
            iload 1 /* context */
            bipush 6
            if_icmpeq 12
        10: .line 82
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.GroupPattern.p1:Lcom/sun/xml/internal/rngom/binary/Pattern;
            invokevirtual com.sun.xml.internal.rngom.binary.Pattern.getContentType:()I
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.GroupPattern.p2:Lcom/sun/xml/internal/rngom/binary/Pattern;
            invokevirtual com.sun.xml.internal.rngom.binary.Pattern.getContentType:()I
            invokestatic com.sun.xml.internal.rngom.binary.GroupPattern.contentTypeGroupable:(II)Z
            ifne 12
        11: .line 83
            new com.sun.xml.internal.rngom.binary.RestrictionViolationException
            dup
            ldc "group_string"
            invokespecial com.sun.xml.internal.rngom.binary.RestrictionViolationException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 84
      StackMap locals:
      StackMap stack:
            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.GroupPattern this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lcom/sun/xml/internal/rngom/binary/GroupPattern;
            0   13     1  context  I
            0   13     2      dad  Lcom/sun/xml/internal/rngom/binary/DuplicateAttributeDetector;
            0   13     3    alpha  Lcom/sun/xml/internal/rngom/binary/Alphabet;
    Exceptions:
      throws com.sun.xml.internal.rngom.binary.RestrictionViolationException
    MethodParameters:
         Name  Flags
      context  
      dad      
      alpha    

  public void accept(com.sun.xml.internal.rngom.binary.visitor.PatternVisitor);
    descriptor: (Lcom/sun/xml/internal/rngom/binary/visitor/PatternVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.binary.GroupPattern this
        start local 1 // com.sun.xml.internal.rngom.binary.visitor.PatternVisitor visitor
         0: .line 87
            aload 1 /* visitor */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.GroupPattern.p1:Lcom/sun/xml/internal/rngom/binary/Pattern;
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.GroupPattern.p2:Lcom/sun/xml/internal/rngom/binary/Pattern;
            invokeinterface com.sun.xml.internal.rngom.binary.visitor.PatternVisitor.visitGroup:(Lcom/sun/xml/internal/rngom/binary/Pattern;Lcom/sun/xml/internal/rngom/binary/Pattern;)V
         1: .line 88
            return
        end local 1 // com.sun.xml.internal.rngom.binary.visitor.PatternVisitor visitor
        end local 0 // com.sun.xml.internal.rngom.binary.GroupPattern this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/xml/internal/rngom/binary/GroupPattern;
            0    2     1  visitor  Lcom/sun/xml/internal/rngom/binary/visitor/PatternVisitor;
    MethodParameters:
         Name  Flags
      visitor  

  public java.lang.Object apply(com.sun.xml.internal.rngom.binary.visitor.PatternFunction);
    descriptor: (Lcom/sun/xml/internal/rngom/binary/visitor/PatternFunction;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.binary.GroupPattern this
        start local 1 // com.sun.xml.internal.rngom.binary.visitor.PatternFunction f
         0: .line 90
            aload 1 /* f */
            aload 0 /* this */
            invokeinterface com.sun.xml.internal.rngom.binary.visitor.PatternFunction.caseGroup:(Lcom/sun/xml/internal/rngom/binary/GroupPattern;)Ljava/lang/Object;
            areturn
        end local 1 // com.sun.xml.internal.rngom.binary.visitor.PatternFunction f
        end local 0 // com.sun.xml.internal.rngom.binary.GroupPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/binary/GroupPattern;
            0    1     1     f  Lcom/sun/xml/internal/rngom/binary/visitor/PatternFunction;
    MethodParameters:
      Name  Flags
      f     
}
SourceFile: "GroupPattern.java"