public class com.sun.xml.internal.rngom.binary.RefPattern 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.RefPattern
  super_class: com.sun.xml.internal.rngom.binary.Pattern
{
  private com.sun.xml.internal.rngom.binary.Pattern p;
    descriptor: Lcom/sun/xml/internal/rngom/binary/Pattern;
    flags: (0x0002) ACC_PRIVATE

  private org.xml.sax.Locator refLoc;
    descriptor: Lorg/xml/sax/Locator;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private int checkRecursionDepth;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean combineImplicit;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private byte combineType;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  private byte replacementStatus;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  private boolean expanded;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  static final byte REPLACEMENT_KEEP;
    descriptor: B
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final byte REPLACEMENT_REQUIRE;
    descriptor: B
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final byte REPLACEMENT_IGNORE;
    descriptor: B
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final byte COMBINE_NONE;
    descriptor: B
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final byte COMBINE_CHOICE;
    descriptor: B
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final byte COMBINE_INTERLEAVE;
    descriptor: B
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
        start local 1 // java.lang.String name
         0: .line 72
            aload 0 /* this */
            invokespecial com.sun.xml.internal.rngom.binary.Pattern.<init>:()V
         1: .line 58
            aload 0 /* this */
            iconst_m1
            putfield com.sun.xml.internal.rngom.binary.RefPattern.checkRecursionDepth:I
         2: .line 59
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.rngom.binary.RefPattern.combineImplicit:Z
         3: .line 60
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.rngom.binary.RefPattern.combineType:B
         4: .line 61
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.rngom.binary.RefPattern.replacementStatus:B
         5: .line 62
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.rngom.binary.RefPattern.expanded:Z
         6: .line 73
            aload 0 /* this */
            aload 1 /* name */
            putfield com.sun.xml.internal.rngom.binary.RefPattern.name:Ljava/lang/String;
         7: .line 74
            return
        end local 1 // java.lang.String name
        end local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/xml/internal/rngom/binary/RefPattern;
            0    8     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  com.sun.xml.internal.rngom.binary.Pattern getPattern();
    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.RefPattern this
         0: .line 77
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.RefPattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
            areturn
        end local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/binary/RefPattern;

  void setPattern(com.sun.xml.internal.rngom.binary.Pattern);
    descriptor: (Lcom/sun/xml/internal/rngom/binary/Pattern;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
        start local 1 // com.sun.xml.internal.rngom.binary.Pattern p
         0: .line 81
            aload 0 /* this */
            aload 1 /* p */
            putfield com.sun.xml.internal.rngom.binary.RefPattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
         1: .line 82
            return
        end local 1 // com.sun.xml.internal.rngom.binary.Pattern p
        end local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/rngom/binary/RefPattern;
            0    2     1     p  Lcom/sun/xml/internal/rngom/binary/Pattern;
    MethodParameters:
      Name  Flags
      p     

  org.xml.sax.Locator getRefLocator();
    descriptor: ()Lorg/xml/sax/Locator;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
         0: .line 85
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.RefPattern.refLoc:Lorg/xml/sax/Locator;
            areturn
        end local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/binary/RefPattern;

  void setRefLocator(org.xml.sax.Locator);
    descriptor: (Lorg/xml/sax/Locator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
        start local 1 // org.xml.sax.Locator loc
         0: .line 89
            aload 0 /* this */
            aload 1 /* loc */
            putfield com.sun.xml.internal.rngom.binary.RefPattern.refLoc:Lorg/xml/sax/Locator;
         1: .line 90
            return
        end local 1 // org.xml.sax.Locator loc
        end local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/rngom/binary/RefPattern;
            0    2     1   loc  Lorg/xml/sax/Locator;
    MethodParameters:
      Name  Flags
      loc   

  void checkRecursion(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
        start local 1 // int depth
         0: .line 94
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.RefPattern.checkRecursionDepth:I
            iconst_m1
            if_icmpne 5
         1: .line 95
            aload 0 /* this */
            iload 1 /* depth */
            putfield com.sun.xml.internal.rngom.binary.RefPattern.checkRecursionDepth:I
         2: .line 96
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.RefPattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
            iload 1 /* depth */
            invokevirtual com.sun.xml.internal.rngom.binary.Pattern.checkRecursion:(I)V
         3: .line 97
            aload 0 /* this */
            bipush -2
            putfield com.sun.xml.internal.rngom.binary.RefPattern.checkRecursionDepth:I
         4: .line 98
            goto 9
         5: .line 99
      StackMap locals:
      StackMap stack:
            iload 1 /* depth */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.RefPattern.checkRecursionDepth:I
            if_icmpne 9
         6: .line 101
            new org.xml.sax.SAXParseException
            dup
            getstatic com.sun.xml.internal.rngom.binary.SchemaBuilderImpl.localizer:Lcom/sun/xml/internal/rngom/util/Localizer;
            ldc "recursive_reference"
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.RefPattern.name:Ljava/lang/String;
            invokevirtual com.sun.xml.internal.rngom.util.Localizer.message:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String;
         7: .line 102
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.RefPattern.refLoc:Lorg/xml/sax/Locator;
         8: .line 101
            invokespecial org.xml.sax.SAXParseException.<init>:(Ljava/lang/String;Lorg/xml/sax/Locator;)V
            athrow
         9: .line 103
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int depth
        end local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lcom/sun/xml/internal/rngom/binary/RefPattern;
            0   10     1  depth  I
    Exceptions:
      throws org.xml.sax.SAXException
    MethodParameters:
       Name  Flags
      depth  

  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=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
        start local 1 // com.sun.xml.internal.rngom.binary.SchemaPatternBuilder b
         0: .line 107
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.RefPattern.expanded:Z
            ifne 3
         1: .line 108
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.RefPattern.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;
            putfield com.sun.xml.internal.rngom.binary.RefPattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
         2: .line 109
            aload 0 /* this */
            iconst_1
            putfield com.sun.xml.internal.rngom.binary.RefPattern.expanded:Z
         3: .line 111
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.RefPattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
            areturn
        end local 1 // com.sun.xml.internal.rngom.binary.SchemaPatternBuilder b
        end local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/xml/internal/rngom/binary/RefPattern;
            0    4     1     b  Lcom/sun/xml/internal/rngom/binary/SchemaPatternBuilder;
    MethodParameters:
      Name  Flags
      b     

  boolean samePattern(com.sun.xml.internal.rngom.binary.Pattern);
    descriptor: (Lcom/sun/xml/internal/rngom/binary/Pattern;)Z
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
        start local 1 // com.sun.xml.internal.rngom.binary.Pattern other
         0: .line 115
            iconst_0
            ireturn
        end local 1 // com.sun.xml.internal.rngom.binary.Pattern other
        end local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/xml/internal/rngom/binary/RefPattern;
            0    1     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.RefPattern this
        start local 1 // com.sun.xml.internal.rngom.binary.visitor.PatternVisitor visitor
         0: .line 119
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.RefPattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
            aload 1 /* visitor */
            invokevirtual com.sun.xml.internal.rngom.binary.Pattern.accept:(Lcom/sun/xml/internal/rngom/binary/visitor/PatternVisitor;)V
         1: .line 120
            return
        end local 1 // com.sun.xml.internal.rngom.binary.visitor.PatternVisitor visitor
        end local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/xml/internal/rngom/binary/RefPattern;
            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.RefPattern this
        start local 1 // com.sun.xml.internal.rngom.binary.visitor.PatternFunction f
         0: .line 123
            aload 1 /* f */
            aload 0 /* this */
            invokeinterface com.sun.xml.internal.rngom.binary.visitor.PatternFunction.caseRef:(Lcom/sun/xml/internal/rngom/binary/RefPattern;)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.RefPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/binary/RefPattern;
            0    1     1     f  Lcom/sun/xml/internal/rngom/binary/visitor/PatternFunction;
    MethodParameters:
      Name  Flags
      f     

  byte getReplacementStatus();
    descriptor: ()B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
         0: .line 127
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.RefPattern.replacementStatus:B
            ireturn
        end local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/binary/RefPattern;

  void setReplacementStatus(byte);
    descriptor: (B)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
        start local 1 // byte replacementStatus
         0: .line 131
            aload 0 /* this */
            iload 1 /* replacementStatus */
            putfield com.sun.xml.internal.rngom.binary.RefPattern.replacementStatus:B
         1: .line 132
            return
        end local 1 // byte replacementStatus
        end local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/sun/xml/internal/rngom/binary/RefPattern;
            0    2     1  replacementStatus  B
    MethodParameters:
                   Name  Flags
      replacementStatus  

  boolean isCombineImplicit();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
         0: .line 135
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.RefPattern.combineImplicit:Z
            ireturn
        end local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/binary/RefPattern;

  void setCombineImplicit();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
         0: .line 139
            aload 0 /* this */
            iconst_1
            putfield com.sun.xml.internal.rngom.binary.RefPattern.combineImplicit:Z
         1: .line 140
            return
        end local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/rngom/binary/RefPattern;

  byte getCombineType();
    descriptor: ()B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
         0: .line 143
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.RefPattern.combineType:B
            ireturn
        end local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/binary/RefPattern;

  void setCombineType(byte);
    descriptor: (B)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
        start local 1 // byte combineType
         0: .line 147
            aload 0 /* this */
            iload 1 /* combineType */
            putfield com.sun.xml.internal.rngom.binary.RefPattern.combineType:B
         1: .line 148
            return
        end local 1 // byte combineType
        end local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/xml/internal/rngom/binary/RefPattern;
            0    2     1  combineType  B
    MethodParameters:
             Name  Flags
      combineType  

  java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
         0: .line 151
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.RefPattern.name:Ljava/lang/String;
            areturn
        end local 0 // com.sun.xml.internal.rngom.binary.RefPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/binary/RefPattern;
}
SourceFile: "RefPattern.java"