public class com.sun.xml.internal.rngom.binary.ListPattern extends com.sun.xml.internal.rngom.binary.Pattern
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.xml.internal.rngom.binary.ListPattern
  super_class: com.sun.xml.internal.rngom.binary.Pattern
{
  com.sun.xml.internal.rngom.binary.Pattern p;
    descriptor: Lcom/sun/xml/internal/rngom/binary/Pattern;
    flags: (0x0000) 

  org.xml.sax.Locator locator;
    descriptor: Lorg/xml/sax/Locator;
    flags: (0x0000) 

  void <init>(com.sun.xml.internal.rngom.binary.Pattern, org.xml.sax.Locator);
    descriptor: (Lcom/sun/xml/internal/rngom/binary/Pattern;Lorg/xml/sax/Locator;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.rngom.binary.ListPattern this
        start local 1 // com.sun.xml.internal.rngom.binary.Pattern p
        start local 2 // org.xml.sax.Locator locator
         0: .line 58
            aload 0 /* this */
            iconst_0
         1: .line 59
            iconst_3
         2: .line 60
            bipush 37
            aload 1 /* p */
            invokevirtual java.lang.Object.hashCode:()I
            invokestatic com.sun.xml.internal.rngom.binary.ListPattern.combineHashCode:(II)I
            invokespecial com.sun.xml.internal.rngom.binary.Pattern.<init>:(ZII)V
         3: .line 61
            aload 0 /* this */
            aload 1 /* p */
            putfield com.sun.xml.internal.rngom.binary.ListPattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
         4: .line 62
            aload 0 /* this */
            aload 2 /* locator */
            putfield com.sun.xml.internal.rngom.binary.ListPattern.locator:Lorg/xml/sax/Locator;
         5: .line 63
            return
        end local 2 // org.xml.sax.Locator locator
        end local 1 // com.sun.xml.internal.rngom.binary.Pattern p
        end local 0 // com.sun.xml.internal.rngom.binary.ListPattern this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lcom/sun/xml/internal/rngom/binary/ListPattern;
            0    6     1        p  Lcom/sun/xml/internal/rngom/binary/Pattern;
            0    6     2  locator  Lorg/xml/sax/Locator;
    MethodParameters:
         Name  Flags
      p        
      locator  

  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=3, args_size=2
        start local 0 // com.sun.xml.internal.rngom.binary.ListPattern this
        start local 1 // com.sun.xml.internal.rngom.binary.SchemaPatternBuilder b
         0: .line 67
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.ListPattern.p: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 /* ep */
        start local 2 // com.sun.xml.internal.rngom.binary.Pattern ep
         1: .line 68
            aload 2 /* ep */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.ListPattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
            if_acmpeq 3
         2: .line 69
            aload 1 /* b */
            aload 2 /* ep */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.ListPattern.locator:Lorg/xml/sax/Locator;
            invokevirtual com.sun.xml.internal.rngom.binary.SchemaPatternBuilder.makeList:(Lcom/sun/xml/internal/rngom/binary/Pattern;Lorg/xml/sax/Locator;)Lcom/sun/xml/internal/rngom/binary/Pattern;
            areturn
         3: .line 71
      StackMap locals: com.sun.xml.internal.rngom.binary.Pattern
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // com.sun.xml.internal.rngom.binary.Pattern ep
        end local 1 // com.sun.xml.internal.rngom.binary.SchemaPatternBuilder b
        end local 0 // com.sun.xml.internal.rngom.binary.ListPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/xml/internal/rngom/binary/ListPattern;
            0    4     1     b  Lcom/sun/xml/internal/rngom/binary/SchemaPatternBuilder;
            1    4     2    ep  Lcom/sun/xml/internal/rngom/binary/Pattern;
    MethodParameters:
      Name  Flags
      b     

  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.ListPattern this
        start local 1 // int depth
         0: .line 76
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.ListPattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
            iload 1 /* depth */
            invokevirtual com.sun.xml.internal.rngom.binary.Pattern.checkRecursion:(I)V
         1: .line 77
            return
        end local 1 // int depth
        end local 0 // com.sun.xml.internal.rngom.binary.ListPattern this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/xml/internal/rngom/binary/ListPattern;
            0    2     1  depth  I
    Exceptions:
      throws org.xml.sax.SAXException
    MethodParameters:
       Name  Flags
      depth  

  boolean samePattern(com.sun.xml.internal.rngom.binary.Pattern);
    descriptor: (Lcom/sun/xml/internal/rngom/binary/Pattern;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.binary.ListPattern this
        start local 1 // com.sun.xml.internal.rngom.binary.Pattern other
         0: .line 80
            aload 1 /* other */
            instanceof com.sun.xml.internal.rngom.binary.ListPattern
            ifeq 3
         1: .line 81
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.ListPattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
            aload 1 /* other */
            checkcast com.sun.xml.internal.rngom.binary.ListPattern
            getfield com.sun.xml.internal.rngom.binary.ListPattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
            if_acmpne 3
         2: .line 80
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // com.sun.xml.internal.rngom.binary.Pattern other
        end local 0 // com.sun.xml.internal.rngom.binary.ListPattern this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/xml/internal/rngom/binary/ListPattern;
            0    4     1  other  Lcom/sun/xml/internal/rngom/binary/Pattern;
    MethodParameters:
       Name  Flags
      other  

  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=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.binary.ListPattern this
        start local 1 // com.sun.xml.internal.rngom.binary.visitor.PatternVisitor visitor
         0: .line 85
            aload 1 /* visitor */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.ListPattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
            invokeinterface com.sun.xml.internal.rngom.binary.visitor.PatternVisitor.visitList:(Lcom/sun/xml/internal/rngom/binary/Pattern;)V
         1: .line 86
            return
        end local 1 // com.sun.xml.internal.rngom.binary.visitor.PatternVisitor visitor
        end local 0 // com.sun.xml.internal.rngom.binary.ListPattern this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/xml/internal/rngom/binary/ListPattern;
            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.ListPattern this
        start local 1 // com.sun.xml.internal.rngom.binary.visitor.PatternFunction f
         0: .line 89
            aload 1 /* f */
            aload 0 /* this */
            invokeinterface com.sun.xml.internal.rngom.binary.visitor.PatternFunction.caseList:(Lcom/sun/xml/internal/rngom/binary/ListPattern;)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.ListPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/binary/ListPattern;
            0    1     1     f  Lcom/sun/xml/internal/rngom/binary/visitor/PatternFunction;
    MethodParameters:
      Name  Flags
      f     

  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=5, args_size=4
        start local 0 // com.sun.xml.internal.rngom.binary.ListPattern 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 95
            iload 1 /* context */
            lookupswitch { // 3
                    0: 2
                    6: 3
                    7: 1
              default: 4
          }
         1: .line 97
      StackMap locals:
      StackMap stack:
            new com.sun.xml.internal.rngom.binary.RestrictionViolationException
            dup
            ldc "data_except_contains_list"
            invokespecial com.sun.xml.internal.rngom.binary.RestrictionViolationException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 99
      StackMap locals:
      StackMap stack:
            new com.sun.xml.internal.rngom.binary.RestrictionViolationException
            dup
            ldc "start_contains_list"
            invokespecial com.sun.xml.internal.rngom.binary.RestrictionViolationException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 101
      StackMap locals:
      StackMap stack:
            new com.sun.xml.internal.rngom.binary.RestrictionViolationException
            dup
            ldc "list_contains_list"
            invokespecial com.sun.xml.internal.rngom.binary.RestrictionViolationException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.ListPattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
            bipush 6
            aload 2 /* dad */
            aconst_null
            invokevirtual com.sun.xml.internal.rngom.binary.Pattern.checkRestrictions:(ILcom/sun/xml/internal/rngom/binary/DuplicateAttributeDetector;Lcom/sun/xml/internal/rngom/binary/Alphabet;)V
         5: .line 105
            goto 9
         6: .line 106
      StackMap locals:
      StackMap stack: com.sun.xml.internal.rngom.binary.RestrictionViolationException
            astore 4 /* e */
        start local 4 // com.sun.xml.internal.rngom.binary.RestrictionViolationException e
         7: .line 107
            aload 4 /* e */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.ListPattern.locator:Lorg/xml/sax/Locator;
            invokevirtual com.sun.xml.internal.rngom.binary.RestrictionViolationException.maybeSetLocator:(Lorg/xml/sax/Locator;)V
         8: .line 108
            aload 4 /* e */
            athrow
        end local 4 // com.sun.xml.internal.rngom.binary.RestrictionViolationException e
         9: .line 110
      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.ListPattern this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lcom/sun/xml/internal/rngom/binary/ListPattern;
            0   10     1  context  I
            0   10     2      dad  Lcom/sun/xml/internal/rngom/binary/DuplicateAttributeDetector;
            0   10     3    alpha  Lcom/sun/xml/internal/rngom/binary/Alphabet;
            7    9     4        e  Lcom/sun/xml/internal/rngom/binary/RestrictionViolationException;
      Exception table:
        from    to  target  type
           4     5       6  Class com.sun.xml.internal.rngom.binary.RestrictionViolationException
    Exceptions:
      throws com.sun.xml.internal.rngom.binary.RestrictionViolationException
    MethodParameters:
         Name  Flags
      context  
      dad      
      alpha    

  com.sun.xml.internal.rngom.binary.Pattern getOperand();
    descriptor: ()Lcom/sun/xml/internal/rngom/binary/Pattern;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.binary.ListPattern this
         0: .line 113
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.ListPattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
            areturn
        end local 0 // com.sun.xml.internal.rngom.binary.ListPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/binary/ListPattern;
}
SourceFile: "ListPattern.java"