class com.sun.xml.internal.rngom.digested.GrammarBuilderImpl implements com.sun.xml.internal.rngom.ast.builder.Grammar, com.sun.xml.internal.rngom.ast.builder.Div
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.xml.internal.rngom.digested.GrammarBuilderImpl
  super_class: java.lang.Object
{
  protected final com.sun.xml.internal.rngom.digested.DGrammarPattern grammar;
    descriptor: Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final com.sun.xml.internal.rngom.ast.builder.Scope parent;
    descriptor: Lcom/sun/xml/internal/rngom/ast/builder/Scope;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl sb;
    descriptor: Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private java.util.List<org.w3c.dom.Element> additionalElementAnnotations;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lorg/w3c/dom/Element;>;

  public void <init>(com.sun.xml.internal.rngom.digested.DGrammarPattern, com.sun.xml.internal.rngom.ast.builder.Scope, com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl);
    descriptor: (Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;Lcom/sun/xml/internal/rngom/ast/builder/Scope;Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.rngom.digested.GrammarBuilderImpl this
        start local 1 // com.sun.xml.internal.rngom.digested.DGrammarPattern p
        start local 2 // com.sun.xml.internal.rngom.ast.builder.Scope parent
        start local 3 // com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl sb
         0: .line 81
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 82
            aload 0 /* this */
            aload 1 /* p */
            putfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.grammar:Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
         2: .line 83
            aload 0 /* this */
            aload 2 /* parent */
            putfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.parent:Lcom/sun/xml/internal/rngom/ast/builder/Scope;
         3: .line 84
            aload 0 /* this */
            aload 3 /* sb */
            putfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.sb:Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
         4: .line 85
            return
        end local 3 // com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl sb
        end local 2 // com.sun.xml.internal.rngom.ast.builder.Scope parent
        end local 1 // com.sun.xml.internal.rngom.digested.DGrammarPattern p
        end local 0 // com.sun.xml.internal.rngom.digested.GrammarBuilderImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/sun/xml/internal/rngom/digested/GrammarBuilderImpl;
            0    5     1       p  Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
            0    5     2  parent  Lcom/sun/xml/internal/rngom/ast/builder/Scope;
            0    5     3      sb  Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
    MethodParameters:
        Name  Flags
      p       
      parent  
      sb      

  public com.sun.xml.internal.rngom.ast.om.ParsedPattern endGrammar(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=2, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.rngom.digested.GrammarBuilderImpl 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 89
            aload 2 /* anno */
            ifnull 3
         1: .line 90
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.grammar:Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
            getfield com.sun.xml.internal.rngom.digested.DGrammarPattern.annotation:Lcom/sun/xml/internal/rngom/digested/DAnnotation;
            ifnull 3
         2: .line 91
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.grammar:Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
            getfield com.sun.xml.internal.rngom.digested.DGrammarPattern.annotation:Lcom/sun/xml/internal/rngom/digested/DAnnotation;
            getfield com.sun.xml.internal.rngom.digested.DAnnotation.contents:Ljava/util/List;
            aload 2 /* 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;
            getfield com.sun.xml.internal.rngom.digested.DAnnotation.contents:Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         3: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.grammar:Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
            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.GrammarBuilderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/xml/internal/rngom/digested/GrammarBuilderImpl;
            0    4     1   loc  Lcom/sun/xml/internal/rngom/ast/om/Location;
            0    4     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 void endDiv(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;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.rngom.digested.GrammarBuilderImpl 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 98
            return
        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.GrammarBuilderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/digested/GrammarBuilderImpl;
            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 void define(java.lang.String, com.sun.xml.internal.rngom.ast.builder.GrammarSection$Combine, 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: (Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection$Combine;Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=6
        start local 0 // com.sun.xml.internal.rngom.digested.GrammarBuilderImpl this
        start local 1 // java.lang.String name
        start local 2 // com.sun.xml.internal.rngom.ast.builder.GrammarSection$Combine combine
        start local 3 // com.sun.xml.internal.rngom.ast.om.ParsedPattern pattern
        start local 4 // com.sun.xml.internal.rngom.ast.om.Location loc
        start local 5 // com.sun.xml.internal.rngom.ast.builder.Annotations anno
         0: .line 101
            aload 1 /* name */
            ldc "\u0000#start\u0000"
            if_acmpne 3
         1: .line 102
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.grammar:Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
            aload 3 /* pattern */
            checkcast com.sun.xml.internal.rngom.digested.DPattern
            putfield com.sun.xml.internal.rngom.digested.DGrammarPattern.start:Lcom/sun/xml/internal/rngom/digested/DPattern;
         2: .line 103
            goto 7
         3: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.grammar:Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
            aload 1 /* name */
            invokevirtual com.sun.xml.internal.rngom.digested.DGrammarPattern.getOrAdd:(Ljava/lang/String;)Lcom/sun/xml/internal/rngom/digested/DDefine;
            astore 6 /* d */
        start local 6 // com.sun.xml.internal.rngom.digested.DDefine d
         4: .line 106
            aload 6 /* d */
            aload 3 /* pattern */
            checkcast com.sun.xml.internal.rngom.digested.DPattern
            invokevirtual com.sun.xml.internal.rngom.digested.DDefine.setPattern:(Lcom/sun/xml/internal/rngom/digested/DPattern;)V
         5: .line 107
            aload 5 /* anno */
            ifnull 7
         6: .line 108
            aload 6 /* d */
            aload 5 /* 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.DDefine.annotation:Lcom/sun/xml/internal/rngom/digested/DAnnotation;
        end local 6 // com.sun.xml.internal.rngom.digested.DDefine d
         7: .line 111
      StackMap locals:
      StackMap stack:
            return
        end local 5 // com.sun.xml.internal.rngom.ast.builder.Annotations anno
        end local 4 // com.sun.xml.internal.rngom.ast.om.Location loc
        end local 3 // com.sun.xml.internal.rngom.ast.om.ParsedPattern pattern
        end local 2 // com.sun.xml.internal.rngom.ast.builder.GrammarSection$Combine combine
        end local 1 // java.lang.String name
        end local 0 // com.sun.xml.internal.rngom.digested.GrammarBuilderImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lcom/sun/xml/internal/rngom/digested/GrammarBuilderImpl;
            0    8     1     name  Ljava/lang/String;
            0    8     2  combine  Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection$Combine;
            0    8     3  pattern  Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
            0    8     4      loc  Lcom/sun/xml/internal/rngom/ast/om/Location;
            0    8     5     anno  Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
            4    7     6        d  Lcom/sun/xml/internal/rngom/digested/DDefine;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    MethodParameters:
         Name  Flags
      name     
      combine  
      pattern  
      loc      
      anno     

  public void topLevelAnnotation(com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation);
    descriptor: (Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.digested.GrammarBuilderImpl this
        start local 1 // com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation ea
         0: .line 115
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.additionalElementAnnotations:Ljava/util/List;
            ifnonnull 2
         1: .line 116
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.additionalElementAnnotations:Ljava/util/List;
         2: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.additionalElementAnnotations:Ljava/util/List;
            aload 1 /* ea */
            checkcast com.sun.xml.internal.rngom.digested.ElementWrapper
            getfield com.sun.xml.internal.rngom.digested.ElementWrapper.element:Lorg/w3c/dom/Element;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 119
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.grammar:Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
            getfield com.sun.xml.internal.rngom.digested.DGrammarPattern.annotation:Lcom/sun/xml/internal/rngom/digested/DAnnotation;
            ifnonnull 5
         4: .line 120
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.grammar:Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
            new com.sun.xml.internal.rngom.digested.DAnnotation
            dup
            invokespecial com.sun.xml.internal.rngom.digested.DAnnotation.<init>:()V
            putfield com.sun.xml.internal.rngom.digested.DGrammarPattern.annotation:Lcom/sun/xml/internal/rngom/digested/DAnnotation;
         5: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.grammar:Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
            getfield com.sun.xml.internal.rngom.digested.DGrammarPattern.annotation:Lcom/sun/xml/internal/rngom/digested/DAnnotation;
            getfield com.sun.xml.internal.rngom.digested.DAnnotation.contents:Ljava/util/List;
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.additionalElementAnnotations:Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         6: .line 123
            return
        end local 1 // com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation ea
        end local 0 // com.sun.xml.internal.rngom.digested.GrammarBuilderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/xml/internal/rngom/digested/GrammarBuilderImpl;
            0    7     1    ea  Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    MethodParameters:
      Name  Flags
      ea    

  public void topLevelComment(com.sun.xml.internal.rngom.ast.builder.CommentList);
    descriptor: (Lcom/sun/xml/internal/rngom/ast/builder/CommentList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.digested.GrammarBuilderImpl this
        start local 1 // com.sun.xml.internal.rngom.ast.builder.CommentList comments
         0: .line 126
            return
        end local 1 // com.sun.xml.internal.rngom.ast.builder.CommentList comments
        end local 0 // com.sun.xml.internal.rngom.digested.GrammarBuilderImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/xml/internal/rngom/digested/GrammarBuilderImpl;
            0    1     1  comments  Lcom/sun/xml/internal/rngom/ast/builder/CommentList;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    MethodParameters:
          Name  Flags
      comments  

  public com.sun.xml.internal.rngom.ast.builder.Div makeDiv();
    descriptor: ()Lcom/sun/xml/internal/rngom/ast/builder/Div;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.digested.GrammarBuilderImpl this
         0: .line 129
            aload 0 /* this */
            areturn
        end local 0 // com.sun.xml.internal.rngom.digested.GrammarBuilderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/digested/GrammarBuilderImpl;

  public com.sun.xml.internal.rngom.ast.builder.Include makeInclude();
    descriptor: ()Lcom/sun/xml/internal/rngom/ast/builder/Include;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.digested.GrammarBuilderImpl this
         0: .line 133
            new com.sun.xml.internal.rngom.digested.IncludeImpl
            dup
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.grammar:Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.parent:Lcom/sun/xml/internal/rngom/ast/builder/Scope;
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.sb:Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
            invokespecial com.sun.xml.internal.rngom.digested.IncludeImpl.<init>:(Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;Lcom/sun/xml/internal/rngom/ast/builder/Scope;Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;)V
            areturn
        end local 0 // com.sun.xml.internal.rngom.digested.GrammarBuilderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/digested/GrammarBuilderImpl;

  public com.sun.xml.internal.rngom.ast.om.ParsedPattern makeParentRef(java.lang.String, com.sun.xml.internal.rngom.ast.om.Location, com.sun.xml.internal.rngom.ast.builder.Annotations);
    descriptor: (Ljava/lang/String;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=4, args_size=4
        start local 0 // com.sun.xml.internal.rngom.digested.GrammarBuilderImpl this
        start local 1 // java.lang.String name
        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 137
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.parent:Lcom/sun/xml/internal/rngom/ast/builder/Scope;
            aload 1 /* name */
            aload 2 /* loc */
            aload 3 /* anno */
            invokeinterface com.sun.xml.internal.rngom.ast.builder.Scope.makeRef:(Ljava/lang/String;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 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 // java.lang.String name
        end local 0 // com.sun.xml.internal.rngom.digested.GrammarBuilderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/digested/GrammarBuilderImpl;
            0    1     1  name  Ljava/lang/String;
            0    1     2   loc  Lcom/sun/xml/internal/rngom/ast/om/Location;
            0    1     3  anno  Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    MethodParameters:
      Name  Flags
      name  
      loc   
      anno  

  public com.sun.xml.internal.rngom.ast.om.ParsedPattern makeRef(java.lang.String, com.sun.xml.internal.rngom.ast.om.Location, com.sun.xml.internal.rngom.ast.builder.Annotations);
    descriptor: (Ljava/lang/String;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=4, args_size=4
        start local 0 // com.sun.xml.internal.rngom.digested.GrammarBuilderImpl this
        start local 1 // java.lang.String name
        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 141
            new com.sun.xml.internal.rngom.digested.DRefPattern
            dup
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.grammar:Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
            aload 1 /* name */
            invokevirtual com.sun.xml.internal.rngom.digested.DGrammarPattern.getOrAdd:(Ljava/lang/String;)Lcom/sun/xml/internal/rngom/digested/DDefine;
            invokespecial com.sun.xml.internal.rngom.digested.DRefPattern.<init>:(Lcom/sun/xml/internal/rngom/digested/DDefine;)V
            aload 2 /* loc */
            checkcast com.sun.xml.internal.rngom.ast.util.LocatorImpl
            aload 3 /* anno */
            checkcast com.sun.xml.internal.rngom.digested.Annotation
            invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.wrap:(Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
            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 // java.lang.String name
        end local 0 // com.sun.xml.internal.rngom.digested.GrammarBuilderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/digested/GrammarBuilderImpl;
            0    1     1  name  Ljava/lang/String;
            0    1     2   loc  Lcom/sun/xml/internal/rngom/ast/om/Location;
            0    1     3  anno  Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    MethodParameters:
      Name  Flags
      name  
      loc   
      anno  
}
SourceFile: "GrammarBuilderImpl.java"
InnerClasses:
  public final Combine = com.sun.xml.internal.rngom.ast.builder.GrammarSection$Combine of com.sun.xml.internal.rngom.ast.builder.GrammarSection