public class com.sun.xml.internal.rngom.binary.DataExceptPattern extends com.sun.xml.internal.rngom.binary.DataPattern
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.xml.internal.rngom.binary.DataExceptPattern
  super_class: com.sun.xml.internal.rngom.binary.DataPattern
{
  private com.sun.xml.internal.rngom.binary.Pattern except;
    descriptor: Lcom/sun/xml/internal/rngom/binary/Pattern;
    flags: (0x0002) ACC_PRIVATE

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

  void <init>(com.sun.xml.internal.org.relaxng.datatype.Datatype, com.sun.xml.internal.rngom.binary.Pattern, org.xml.sax.Locator);
    descriptor: (Lcom/sun/xml/internal/org/relaxng/datatype/Datatype;Lcom/sun/xml/internal/rngom/binary/Pattern;Lorg/xml/sax/Locator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.rngom.binary.DataExceptPattern this
        start local 1 // com.sun.xml.internal.org.relaxng.datatype.Datatype dt
        start local 2 // com.sun.xml.internal.rngom.binary.Pattern except
        start local 3 // org.xml.sax.Locator loc
         0: .line 58
            aload 0 /* this */
            aload 1 /* dt */
            invokespecial com.sun.xml.internal.rngom.binary.DataPattern.<init>:(Lcom/sun/xml/internal/org/relaxng/datatype/Datatype;)V
         1: .line 59
            aload 0 /* this */
            aload 2 /* except */
            putfield com.sun.xml.internal.rngom.binary.DataExceptPattern.except:Lcom/sun/xml/internal/rngom/binary/Pattern;
         2: .line 60
            aload 0 /* this */
            aload 3 /* loc */
            putfield com.sun.xml.internal.rngom.binary.DataExceptPattern.loc:Lorg/xml/sax/Locator;
         3: .line 61
            return
        end local 3 // org.xml.sax.Locator loc
        end local 2 // com.sun.xml.internal.rngom.binary.Pattern except
        end local 1 // com.sun.xml.internal.org.relaxng.datatype.Datatype dt
        end local 0 // com.sun.xml.internal.rngom.binary.DataExceptPattern this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/xml/internal/rngom/binary/DataExceptPattern;
            0    4     1      dt  Lcom/sun/xml/internal/org/relaxng/datatype/Datatype;
            0    4     2  except  Lcom/sun/xml/internal/rngom/binary/Pattern;
            0    4     3     loc  Lorg/xml/sax/Locator;
    MethodParameters:
        Name  Flags
      dt      
      except  
      loc     

  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.DataExceptPattern this
        start local 1 // com.sun.xml.internal.rngom.binary.Pattern other
         0: .line 64
            aload 0 /* this */
            aload 1 /* other */
            invokespecial com.sun.xml.internal.rngom.binary.DataPattern.samePattern:(Lcom/sun/xml/internal/rngom/binary/Pattern;)Z
            ifne 2
         1: .line 65
            iconst_0
            ireturn
         2: .line 66
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.DataExceptPattern.except:Lcom/sun/xml/internal/rngom/binary/Pattern;
            aload 1 /* other */
            checkcast com.sun.xml.internal.rngom.binary.DataExceptPattern
            getfield com.sun.xml.internal.rngom.binary.DataExceptPattern.except:Lcom/sun/xml/internal/rngom/binary/Pattern;
            invokevirtual com.sun.xml.internal.rngom.binary.Pattern.samePattern:(Lcom/sun/xml/internal/rngom/binary/Pattern;)Z
            ireturn
        end local 1 // com.sun.xml.internal.rngom.binary.Pattern other
        end local 0 // com.sun.xml.internal.rngom.binary.DataExceptPattern this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/xml/internal/rngom/binary/DataExceptPattern;
            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=3, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.binary.DataExceptPattern this
        start local 1 // com.sun.xml.internal.rngom.binary.visitor.PatternVisitor visitor
         0: .line 71
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.rngom.binary.DataExceptPattern.getDatatype:()Lcom/sun/xml/internal/org/relaxng/datatype/Datatype;
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.DataExceptPattern.except:Lcom/sun/xml/internal/rngom/binary/Pattern;
            invokeinterface com.sun.xml.internal.rngom.binary.visitor.PatternVisitor.visitDataExcept:(Lcom/sun/xml/internal/org/relaxng/datatype/Datatype;Lcom/sun/xml/internal/rngom/binary/Pattern;)V
         1: .line 72
            return
        end local 1 // com.sun.xml.internal.rngom.binary.visitor.PatternVisitor visitor
        end local 0 // com.sun.xml.internal.rngom.binary.DataExceptPattern this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/xml/internal/rngom/binary/DataExceptPattern;
            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.DataExceptPattern this
        start local 1 // com.sun.xml.internal.rngom.binary.visitor.PatternFunction f
         0: .line 76
            aload 1 /* f */
            aload 0 /* this */
            invokeinterface com.sun.xml.internal.rngom.binary.visitor.PatternFunction.caseDataExcept:(Lcom/sun/xml/internal/rngom/binary/DataExceptPattern;)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.DataExceptPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/binary/DataExceptPattern;
            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.DataExceptPattern 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 82
            aload 0 /* this */
            iload 1 /* context */
            aload 2 /* dad */
            aload 3 /* alpha */
            invokespecial com.sun.xml.internal.rngom.binary.DataPattern.checkRestrictions:(ILcom/sun/xml/internal/rngom/binary/DuplicateAttributeDetector;Lcom/sun/xml/internal/rngom/binary/Alphabet;)V
         1: .line 84
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.DataExceptPattern.except:Lcom/sun/xml/internal/rngom/binary/Pattern;
            bipush 7
            aconst_null
            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
         2: .line 85
            goto 6
         3: .line 86
      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
         4: .line 87
            aload 4 /* e */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.DataExceptPattern.loc:Lorg/xml/sax/Locator;
            invokevirtual com.sun.xml.internal.rngom.binary.RestrictionViolationException.maybeSetLocator:(Lorg/xml/sax/Locator;)V
         5: .line 88
            aload 4 /* e */
            athrow
        end local 4 // com.sun.xml.internal.rngom.binary.RestrictionViolationException e
         6: .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.DataExceptPattern this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/sun/xml/internal/rngom/binary/DataExceptPattern;
            0    7     1  context  I
            0    7     2      dad  Lcom/sun/xml/internal/rngom/binary/DuplicateAttributeDetector;
            0    7     3    alpha  Lcom/sun/xml/internal/rngom/binary/Alphabet;
            4    6     4        e  Lcom/sun/xml/internal/rngom/binary/RestrictionViolationException;
      Exception table:
        from    to  target  type
           1     2       3  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 getExcept();
    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.DataExceptPattern this
         0: .line 93
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.binary.DataExceptPattern.except:Lcom/sun/xml/internal/rngom/binary/Pattern;
            areturn
        end local 0 // com.sun.xml.internal.rngom.binary.DataExceptPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/binary/DataExceptPattern;
}
SourceFile: "DataExceptPattern.java"