final class com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl implements com.sun.xml.internal.rngom.ast.builder.DataPatternBuilder
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl
  super_class: java.lang.Object
{
  private final com.sun.xml.internal.rngom.digested.DDataPattern p;
    descriptor: Lcom/sun/xml/internal/rngom/digested/DDataPattern;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, java.lang.String, com.sun.xml.internal.rngom.ast.om.Location);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/om/Location;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl this
        start local 1 // java.lang.String datatypeLibrary
        start local 2 // java.lang.String type
        start local 3 // com.sun.xml.internal.rngom.ast.om.Location loc
         0: .line 64
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 65
            aload 0 /* this */
            new com.sun.xml.internal.rngom.digested.DDataPattern
            dup
            invokespecial com.sun.xml.internal.rngom.digested.DDataPattern.<init>:()V
            putfield com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl.p:Lcom/sun/xml/internal/rngom/digested/DDataPattern;
         2: .line 66
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl.p:Lcom/sun/xml/internal/rngom/digested/DDataPattern;
            aload 3 /* loc */
            checkcast org.xml.sax.Locator
            putfield com.sun.xml.internal.rngom.digested.DDataPattern.location:Lorg/xml/sax/Locator;
         3: .line 67
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl.p:Lcom/sun/xml/internal/rngom/digested/DDataPattern;
            aload 1 /* datatypeLibrary */
            putfield com.sun.xml.internal.rngom.digested.DDataPattern.datatypeLibrary:Ljava/lang/String;
         4: .line 68
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl.p:Lcom/sun/xml/internal/rngom/digested/DDataPattern;
            aload 2 /* type */
            putfield com.sun.xml.internal.rngom.digested.DDataPattern.type:Ljava/lang/String;
         5: .line 69
            return
        end local 3 // com.sun.xml.internal.rngom.ast.om.Location loc
        end local 2 // java.lang.String type
        end local 1 // java.lang.String datatypeLibrary
        end local 0 // com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lcom/sun/xml/internal/rngom/digested/DataPatternBuilderImpl;
            0    6     1  datatypeLibrary  Ljava/lang/String;
            0    6     2             type  Ljava/lang/String;
            0    6     3              loc  Lcom/sun/xml/internal/rngom/ast/om/Location;
    MethodParameters:
                 Name  Flags
      datatypeLibrary  
      type             
      loc              

  public void addParam(java.lang.String, java.lang.String, com.sun.xml.internal.rngom.parse.Context, java.lang.String, com.sun.xml.internal.rngom.ast.om.Location, com.sun.xml.internal.rngom.ast.builder.Annotations);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/parse/Context;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=7, args_size=7
        start local 0 // com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
        start local 3 // com.sun.xml.internal.rngom.parse.Context context
        start local 4 // java.lang.String ns
        start local 5 // com.sun.xml.internal.rngom.ast.om.Location loc
        start local 6 // com.sun.xml.internal.rngom.ast.builder.Annotations anno
         0: .line 72
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl.p:Lcom/sun/xml/internal/rngom/digested/DDataPattern;
            getfield com.sun.xml.internal.rngom.digested.DDataPattern.params:Ljava/util/List;
            new com.sun.xml.internal.rngom.digested.DDataPattern$Param
            dup
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl.p:Lcom/sun/xml/internal/rngom/digested/DDataPattern;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            aload 1 /* name */
            aload 2 /* value */
            aload 3 /* context */
            invokeinterface com.sun.xml.internal.rngom.parse.Context.copy:()Lcom/sun/xml/internal/rngom/parse/Context;
            aload 4 /* ns */
            aload 5 /* loc */
            aload 6 /* anno */
            checkcast com.sun.xml.internal.rngom.digested.Annotation
            invokespecial com.sun.xml.internal.rngom.digested.DDataPattern$Param.<init>:(Lcom/sun/xml/internal/rngom/digested/DDataPattern;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/parse/Context;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/digested/Annotation;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 73
            return
        end local 6 // com.sun.xml.internal.rngom.ast.builder.Annotations anno
        end local 5 // com.sun.xml.internal.rngom.ast.om.Location loc
        end local 4 // java.lang.String ns
        end local 3 // com.sun.xml.internal.rngom.parse.Context context
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/xml/internal/rngom/digested/DataPatternBuilderImpl;
            0    2     1     name  Ljava/lang/String;
            0    2     2    value  Ljava/lang/String;
            0    2     3  context  Lcom/sun/xml/internal/rngom/parse/Context;
            0    2     4       ns  Ljava/lang/String;
            0    2     5      loc  Lcom/sun/xml/internal/rngom/ast/om/Location;
            0    2     6     anno  Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    MethodParameters:
         Name  Flags
      name     
      value    
      context  
      ns       
      loc      
      anno     

  public void annotation(com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation);
    descriptor: (Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl this
        start local 1 // com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation ea
         0: .line 77
            return
        end local 1 // com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation ea
        end local 0 // com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/digested/DataPatternBuilderImpl;
            0    1     1    ea  Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;
    MethodParameters:
      Name  Flags
      ea    

  public com.sun.xml.internal.rngom.ast.om.ParsedPattern makePattern(com.sun.xml.internal.rngom.ast.om.Location, com.sun.xml.internal.rngom.ast.builder.Annotations);
    descriptor: (Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl this
        start local 1 // com.sun.xml.internal.rngom.ast.om.Location loc
        start local 2 // com.sun.xml.internal.rngom.ast.builder.Annotations anno
         0: .line 80
            aload 0 /* this */
            aconst_null
            aload 1 /* loc */
            aload 2 /* anno */
            invokevirtual com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl.makePattern:(Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
            areturn
        end local 2 // com.sun.xml.internal.rngom.ast.builder.Annotations anno
        end local 1 // com.sun.xml.internal.rngom.ast.om.Location loc
        end local 0 // com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/digested/DataPatternBuilderImpl;
            0    1     1   loc  Lcom/sun/xml/internal/rngom/ast/om/Location;
            0    1     2  anno  Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    MethodParameters:
      Name  Flags
      loc   
      anno  

  public com.sun.xml.internal.rngom.ast.om.ParsedPattern makePattern(com.sun.xml.internal.rngom.ast.om.ParsedPattern, com.sun.xml.internal.rngom.ast.om.Location, com.sun.xml.internal.rngom.ast.builder.Annotations);
    descriptor: (Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl this
        start local 1 // com.sun.xml.internal.rngom.ast.om.ParsedPattern except
        start local 2 // com.sun.xml.internal.rngom.ast.om.Location loc
        start local 3 // com.sun.xml.internal.rngom.ast.builder.Annotations anno
         0: .line 84
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl.p:Lcom/sun/xml/internal/rngom/digested/DDataPattern;
            aload 1 /* except */
            checkcast com.sun.xml.internal.rngom.digested.DPattern
            putfield com.sun.xml.internal.rngom.digested.DDataPattern.except:Lcom/sun/xml/internal/rngom/digested/DPattern;
         1: .line 85
            aload 3 /* anno */
            ifnull 3
         2: .line 86
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl.p:Lcom/sun/xml/internal/rngom/digested/DDataPattern;
            aload 3 /* anno */
            checkcast com.sun.xml.internal.rngom.digested.Annotation
            invokevirtual com.sun.xml.internal.rngom.digested.Annotation.getResult:()Lcom/sun/xml/internal/rngom/digested/DAnnotation;
            putfield com.sun.xml.internal.rngom.digested.DDataPattern.annotation:Lcom/sun/xml/internal/rngom/digested/DAnnotation;
         3: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl.p:Lcom/sun/xml/internal/rngom/digested/DDataPattern;
            areturn
        end local 3 // com.sun.xml.internal.rngom.ast.builder.Annotations anno
        end local 2 // com.sun.xml.internal.rngom.ast.om.Location loc
        end local 1 // com.sun.xml.internal.rngom.ast.om.ParsedPattern except
        end local 0 // com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/xml/internal/rngom/digested/DataPatternBuilderImpl;
            0    4     1  except  Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
            0    4     2     loc  Lcom/sun/xml/internal/rngom/ast/om/Location;
            0    4     3    anno  Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    MethodParameters:
        Name  Flags
      except  
      loc     
      anno    
}
SourceFile: "DataPatternBuilderImpl.java"
InnerClasses:
  public final Param = com.sun.xml.internal.rngom.digested.DDataPattern$Param of com.sun.xml.internal.rngom.digested.DDataPattern