public class com.sun.xml.internal.rngom.binary.OneOrMorePattern 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.OneOrMorePattern
  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) 

  void <init>(com.sun.xml.internal.rngom.binary.Pattern);
    descriptor: (Lcom/sun/xml/internal/rngom/binary/Pattern;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.binary.OneOrMorePattern this
        start local 1 // com.sun.xml.internal.rngom.binary.Pattern p
         0: .line 56
            aload 0 /* this */
            aload 1 /* p */
            invokevirtual com.sun.xml.internal.rngom.binary.Pattern.isNullable:()Z
         1: .line 57
            aload 1 /* p */
            invokevirtual com.sun.xml.internal.rngom.binary.Pattern.getContentType:()I
         2: .line 58
            bipush 19
            aload 1 /* p */
            invokevirtual java.lang.Object.hashCode:()I
            invokestatic com.sun.xml.internal.rngom.binary.OneOrMorePattern.combineHashCode:(II)I
            invokespecial com.sun.xml.internal.rngom.binary.Pattern.<init>:(ZII)V
         3: .line 59
            aload 0 /* this */
            aload 1 /* p */
            putfield com.sun.xml.internal.rngom.binary.OneOrMorePattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
         4: .line 60
            return
        end local 1 // com.sun.xml.internal.rngom.binary.Pattern p
        end local 0 // com.sun.xml.internal.rngom.binary.OneOrMorePattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/xml/internal/rngom/binary/OneOrMorePattern;
            0    5     1     p  Lcom/sun/xml/internal/rngom/binary/Pattern;
    MethodParameters:
      Name  Flags
      p     

  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=2, locals=3, args_size=2
        start local 0 // com.sun.xml.internal.rngom.binary.OneOrMorePattern this
        start local 1 // com.sun.xml.internal.rngom.binary.SchemaPatternBuilder b
         0: .line 64
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.OneOrMorePattern.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 65
            aload 2 /* ep */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.OneOrMorePattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
            if_acmpeq 3
         2: .line 66
            aload 1 /* b */
            aload 2 /* ep */
            invokevirtual com.sun.xml.internal.rngom.binary.SchemaPatternBuilder.makeOneOrMore:(Lcom/sun/xml/internal/rngom/binary/Pattern;)Lcom/sun/xml/internal/rngom/binary/Pattern;
            areturn
         3: .line 68
      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.OneOrMorePattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/xml/internal/rngom/binary/OneOrMorePattern;
            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.OneOrMorePattern this
        start local 1 // int depth
         0: .line 73
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.OneOrMorePattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
            iload 1 /* depth */
            invokevirtual com.sun.xml.internal.rngom.binary.Pattern.checkRecursion:(I)V
         1: .line 74
            return
        end local 1 // int depth
        end local 0 // com.sun.xml.internal.rngom.binary.OneOrMorePattern this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/xml/internal/rngom/binary/OneOrMorePattern;
            0    2     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.OneOrMorePattern 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 79
            iload 1 /* context */
            lookupswitch { // 2
                    0: 1
                    7: 2
              default: 3
          }
         1: .line 81
      StackMap locals:
      StackMap stack:
            new com.sun.xml.internal.rngom.binary.RestrictionViolationException
            dup
            ldc "start_contains_one_or_more"
            invokespecial com.sun.xml.internal.rngom.binary.RestrictionViolationException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 83
      StackMap locals:
      StackMap stack:
            new com.sun.xml.internal.rngom.binary.RestrictionViolationException
            dup
            ldc "data_except_contains_one_or_more"
            invokespecial com.sun.xml.internal.rngom.binary.RestrictionViolationException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 86
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.OneOrMorePattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
            iload 1 /* context */
            iconst_1
            if_icmpne 5
         4: .line 87
            iconst_2
            goto 6
         5: .line 88
      StackMap locals:
      StackMap stack: com.sun.xml.internal.rngom.binary.Pattern
            iload 1 /* context */
         6: .line 89
      StackMap locals: com.sun.xml.internal.rngom.binary.OneOrMorePattern int com.sun.xml.internal.rngom.binary.DuplicateAttributeDetector com.sun.xml.internal.rngom.binary.Alphabet
      StackMap stack: com.sun.xml.internal.rngom.binary.Pattern int
            aload 2 /* dad */
         7: .line 90
            aload 3 /* alpha */
         8: .line 86
            invokevirtual com.sun.xml.internal.rngom.binary.Pattern.checkRestrictions:(ILcom/sun/xml/internal/rngom/binary/DuplicateAttributeDetector;Lcom/sun/xml/internal/rngom/binary/Alphabet;)V
         9: .line 91
            iload 1 /* context */
            bipush 6
            if_icmpeq 12
        10: .line 92
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.OneOrMorePattern.p: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.OneOrMorePattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
            invokevirtual com.sun.xml.internal.rngom.binary.Pattern.getContentType:()I
            invokestatic com.sun.xml.internal.rngom.binary.OneOrMorePattern.contentTypeGroupable:(II)Z
            ifne 12
        11: .line 93
            new com.sun.xml.internal.rngom.binary.RestrictionViolationException
            dup
            ldc "one_or_more_string"
            invokespecial com.sun.xml.internal.rngom.binary.RestrictionViolationException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 94
      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.OneOrMorePattern this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lcom/sun/xml/internal/rngom/binary/OneOrMorePattern;
            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    

  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.OneOrMorePattern this
        start local 1 // com.sun.xml.internal.rngom.binary.Pattern other
         0: .line 97
            aload 1 /* other */
            instanceof com.sun.xml.internal.rngom.binary.OneOrMorePattern
            ifeq 3
         1: .line 98
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.OneOrMorePattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
            aload 1 /* other */
            checkcast com.sun.xml.internal.rngom.binary.OneOrMorePattern
            getfield com.sun.xml.internal.rngom.binary.OneOrMorePattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
            if_acmpne 3
         2: .line 97
            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.OneOrMorePattern this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/xml/internal/rngom/binary/OneOrMorePattern;
            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.OneOrMorePattern this
        start local 1 // com.sun.xml.internal.rngom.binary.visitor.PatternVisitor visitor
         0: .line 102
            aload 1 /* visitor */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.OneOrMorePattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
            invokeinterface com.sun.xml.internal.rngom.binary.visitor.PatternVisitor.visitOneOrMore:(Lcom/sun/xml/internal/rngom/binary/Pattern;)V
         1: .line 103
            return
        end local 1 // com.sun.xml.internal.rngom.binary.visitor.PatternVisitor visitor
        end local 0 // com.sun.xml.internal.rngom.binary.OneOrMorePattern this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/xml/internal/rngom/binary/OneOrMorePattern;
            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.OneOrMorePattern this
        start local 1 // com.sun.xml.internal.rngom.binary.visitor.PatternFunction f
         0: .line 106
            aload 1 /* f */
            aload 0 /* this */
            invokeinterface com.sun.xml.internal.rngom.binary.visitor.PatternFunction.caseOneOrMore:(Lcom/sun/xml/internal/rngom/binary/OneOrMorePattern;)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.OneOrMorePattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/binary/OneOrMorePattern;
            0    1     1     f  Lcom/sun/xml/internal/rngom/binary/visitor/PatternFunction;
    MethodParameters:
      Name  Flags
      f     

  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.OneOrMorePattern this
         0: .line 110
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.OneOrMorePattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
            areturn
        end local 0 // com.sun.xml.internal.rngom.binary.OneOrMorePattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/binary/OneOrMorePattern;
}
SourceFile: "OneOrMorePattern.java"