public class com.sun.xml.internal.rngom.binary.EmptyPattern 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.EmptyPattern
  super_class: com.sun.xml.internal.rngom.binary.Pattern
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.binary.EmptyPattern this
         0: .line 53
            aload 0 /* this */
            iconst_1
            iconst_0
            iconst_5
            invokespecial com.sun.xml.internal.rngom.binary.Pattern.<init>:(ZII)V
         1: .line 54
            return
        end local 0 // com.sun.xml.internal.rngom.binary.EmptyPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/rngom/binary/EmptyPattern;

  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.EmptyPattern this
        start local 1 // com.sun.xml.internal.rngom.binary.Pattern other
         0: .line 56
            aload 1 /* other */
            instanceof com.sun.xml.internal.rngom.binary.EmptyPattern
            ireturn
        end local 1 // com.sun.xml.internal.rngom.binary.Pattern other
        end local 0 // com.sun.xml.internal.rngom.binary.EmptyPattern this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/xml/internal/rngom/binary/EmptyPattern;
            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=1, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.binary.EmptyPattern this
        start local 1 // com.sun.xml.internal.rngom.binary.visitor.PatternVisitor visitor
         0: .line 59
            aload 1 /* visitor */
            invokeinterface com.sun.xml.internal.rngom.binary.visitor.PatternVisitor.visitEmpty:()V
         1: .line 60
            return
        end local 1 // com.sun.xml.internal.rngom.binary.visitor.PatternVisitor visitor
        end local 0 // com.sun.xml.internal.rngom.binary.EmptyPattern this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/xml/internal/rngom/binary/EmptyPattern;
            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.EmptyPattern this
        start local 1 // com.sun.xml.internal.rngom.binary.visitor.PatternFunction f
         0: .line 62
            aload 1 /* f */
            aload 0 /* this */
            invokeinterface com.sun.xml.internal.rngom.binary.visitor.PatternFunction.caseEmpty:(Lcom/sun/xml/internal/rngom/binary/EmptyPattern;)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.EmptyPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/binary/EmptyPattern;
            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=3, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.rngom.binary.EmptyPattern 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 67
            iload 1 /* context */
            lookupswitch { // 2
                    0: 2
                    7: 1
              default: 3
          }
         1: .line 69
      StackMap locals:
      StackMap stack:
            new com.sun.xml.internal.rngom.binary.RestrictionViolationException
            dup
            ldc "data_except_contains_empty"
            invokespecial com.sun.xml.internal.rngom.binary.RestrictionViolationException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 71
      StackMap locals:
      StackMap stack:
            new com.sun.xml.internal.rngom.binary.RestrictionViolationException
            dup
            ldc "start_contains_empty"
            invokespecial com.sun.xml.internal.rngom.binary.RestrictionViolationException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 73
      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.EmptyPattern this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/xml/internal/rngom/binary/EmptyPattern;
            0    4     1  context  I
            0    4     2      dad  Lcom/sun/xml/internal/rngom/binary/DuplicateAttributeDetector;
            0    4     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: "EmptyPattern.java"