public class com.sun.xml.internal.rngom.binary.DataPattern extends com.sun.xml.internal.rngom.binary.StringPattern
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.xml.internal.rngom.binary.DataPattern
  super_class: com.sun.xml.internal.rngom.binary.StringPattern
{
  private com.sun.xml.internal.org.relaxng.datatype.Datatype dt;
    descriptor: Lcom/sun/xml/internal/org/relaxng/datatype/Datatype;
    flags: (0x0002) ACC_PRIVATE

  void <init>(com.sun.xml.internal.org.relaxng.datatype.Datatype);
    descriptor: (Lcom/sun/xml/internal/org/relaxng/datatype/Datatype;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.binary.DataPattern this
        start local 1 // com.sun.xml.internal.org.relaxng.datatype.Datatype dt
         0: .line 56
            aload 0 /* this */
            bipush 31
            aload 1 /* dt */
            invokevirtual java.lang.Object.hashCode:()I
            invokestatic com.sun.xml.internal.rngom.binary.DataPattern.combineHashCode:(II)I
            invokespecial com.sun.xml.internal.rngom.binary.StringPattern.<init>:(I)V
         1: .line 57
            aload 0 /* this */
            aload 1 /* dt */
            putfield com.sun.xml.internal.rngom.binary.DataPattern.dt:Lcom/sun/xml/internal/org/relaxng/datatype/Datatype;
         2: .line 58
            return
        end local 1 // com.sun.xml.internal.org.relaxng.datatype.Datatype dt
        end local 0 // com.sun.xml.internal.rngom.binary.DataPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/xml/internal/rngom/binary/DataPattern;
            0    3     1    dt  Lcom/sun/xml/internal/org/relaxng/datatype/Datatype;
    MethodParameters:
      Name  Flags
      dt    

  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.DataPattern this
        start local 1 // com.sun.xml.internal.rngom.binary.Pattern other
         0: .line 61
            aload 1 /* other */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 2
         1: .line 62
            iconst_0
            ireturn
         2: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.DataPattern.dt:Lcom/sun/xml/internal/org/relaxng/datatype/Datatype;
            aload 1 /* other */
            checkcast com.sun.xml.internal.rngom.binary.DataPattern
            getfield com.sun.xml.internal.rngom.binary.DataPattern.dt:Lcom/sun/xml/internal/org/relaxng/datatype/Datatype;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // com.sun.xml.internal.rngom.binary.Pattern other
        end local 0 // com.sun.xml.internal.rngom.binary.DataPattern this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/xml/internal/rngom/binary/DataPattern;
            0    3     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.DataPattern this
        start local 1 // com.sun.xml.internal.rngom.binary.visitor.PatternVisitor visitor
         0: .line 67
            aload 1 /* visitor */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.DataPattern.dt:Lcom/sun/xml/internal/org/relaxng/datatype/Datatype;
            invokeinterface com.sun.xml.internal.rngom.binary.visitor.PatternVisitor.visitData:(Lcom/sun/xml/internal/org/relaxng/datatype/Datatype;)V
         1: .line 68
            return
        end local 1 // com.sun.xml.internal.rngom.binary.visitor.PatternVisitor visitor
        end local 0 // com.sun.xml.internal.rngom.binary.DataPattern this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/xml/internal/rngom/binary/DataPattern;
            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.DataPattern this
        start local 1 // com.sun.xml.internal.rngom.binary.visitor.PatternFunction f
         0: .line 71
            aload 1 /* f */
            aload 0 /* this */
            invokeinterface com.sun.xml.internal.rngom.binary.visitor.PatternFunction.caseData:(Lcom/sun/xml/internal/rngom/binary/DataPattern;)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.DataPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/binary/DataPattern;
            0    1     1     f  Lcom/sun/xml/internal/rngom/binary/visitor/PatternFunction;
    MethodParameters:
      Name  Flags
      f     

  com.sun.xml.internal.org.relaxng.datatype.Datatype getDatatype();
    descriptor: ()Lcom/sun/xml/internal/org/relaxng/datatype/Datatype;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.binary.DataPattern this
         0: .line 75
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.DataPattern.dt:Lcom/sun/xml/internal/org/relaxng/datatype/Datatype;
            areturn
        end local 0 // com.sun.xml.internal.rngom.binary.DataPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/binary/DataPattern;

  boolean allowsAnyString();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.binary.DataPattern this
         0: .line 79
            iconst_0
            ireturn
        end local 0 // com.sun.xml.internal.rngom.binary.DataPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/binary/DataPattern;

  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=3, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.rngom.binary.DataPattern 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 86
            iload 1 /* context */
            tableswitch { // 0 - 0
                    0: 1
              default: 2
          }
         1: .line 88
      StackMap locals:
      StackMap stack:
            new com.sun.xml.internal.rngom.binary.RestrictionViolationException
            dup
            ldc "start_contains_data"
            invokespecial com.sun.xml.internal.rngom.binary.RestrictionViolationException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 90
      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.DataPattern this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/xml/internal/rngom/binary/DataPattern;
            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    
}
SourceFile: "DataPattern.java"