public class com.sun.xml.internal.rngom.parse.host.GrammarSectionHost extends com.sun.xml.internal.rngom.parse.host.Base implements com.sun.xml.internal.rngom.ast.builder.GrammarSection
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.xml.internal.rngom.parse.host.GrammarSectionHost
  super_class: com.sun.xml.internal.rngom.parse.host.Base
{
  private final com.sun.xml.internal.rngom.ast.builder.GrammarSection lhs;
    descriptor: Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.xml.internal.rngom.ast.builder.GrammarSection rhs;
    descriptor: Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.sun.xml.internal.rngom.ast.builder.GrammarSection, com.sun.xml.internal.rngom.ast.builder.GrammarSection);
    descriptor: (Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.rngom.parse.host.GrammarSectionHost this
        start local 1 // com.sun.xml.internal.rngom.ast.builder.GrammarSection lhs
        start local 2 // com.sun.xml.internal.rngom.ast.builder.GrammarSection rhs
         0: .line 67
            aload 0 /* this */
            invokespecial com.sun.xml.internal.rngom.parse.host.Base.<init>:()V
         1: .line 68
            aload 0 /* this */
            aload 1 /* lhs */
            putfield com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.lhs:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
         2: .line 69
            aload 0 /* this */
            aload 2 /* rhs */
            putfield com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.rhs:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
         3: .line 70
            aload 1 /* lhs */
            ifnull 4
            aload 2 /* rhs */
            ifnonnull 5
         4: .line 71
      StackMap locals: com.sun.xml.internal.rngom.parse.host.GrammarSectionHost com.sun.xml.internal.rngom.ast.builder.GrammarSection com.sun.xml.internal.rngom.ast.builder.GrammarSection
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         5: .line 72
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.xml.internal.rngom.ast.builder.GrammarSection rhs
        end local 1 // com.sun.xml.internal.rngom.ast.builder.GrammarSection lhs
        end local 0 // com.sun.xml.internal.rngom.parse.host.GrammarSectionHost this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/xml/internal/rngom/parse/host/GrammarSectionHost;
            0    6     1   lhs  Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
            0    6     2   rhs  Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
    MethodParameters:
      Name  Flags
      lhs   
      rhs   

  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=6, locals=9, args_size=6
        start local 0 // com.sun.xml.internal.rngom.parse.host.GrammarSectionHost 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 76
            aload 3 /* _pattern */
            checkcast com.sun.xml.internal.rngom.parse.host.ParsedPatternHost
            astore 6 /* pattern */
        start local 6 // com.sun.xml.internal.rngom.parse.host.ParsedPatternHost pattern
         1: .line 77
            aload 0 /* this */
            aload 4 /* _loc */
            invokevirtual com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.cast:(Lcom/sun/xml/internal/rngom/ast/om/Location;)Lcom/sun/xml/internal/rngom/parse/host/LocationHost;
            astore 7 /* loc */
        start local 7 // com.sun.xml.internal.rngom.parse.host.LocationHost loc
         2: .line 78
            aload 0 /* this */
            aload 5 /* _anno */
            invokevirtual com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.cast:(Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)Lcom/sun/xml/internal/rngom/parse/host/AnnotationsHost;
            astore 8 /* anno */
        start local 8 // com.sun.xml.internal.rngom.parse.host.AnnotationsHost anno
         3: .line 80
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.lhs:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
            aload 1 /* name */
            aload 2 /* combine */
            aload 6 /* pattern */
            getfield com.sun.xml.internal.rngom.parse.host.ParsedPatternHost.lhs:Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
            aload 7 /* loc */
            getfield com.sun.xml.internal.rngom.parse.host.LocationHost.lhs:Lcom/sun/xml/internal/rngom/ast/om/Location;
            aload 8 /* anno */
            getfield com.sun.xml.internal.rngom.parse.host.AnnotationsHost.lhs:Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
            invokeinterface com.sun.xml.internal.rngom.ast.builder.GrammarSection.define:(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
         4: .line 81
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.rhs:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
            aload 1 /* name */
            aload 2 /* combine */
            aload 6 /* pattern */
            getfield com.sun.xml.internal.rngom.parse.host.ParsedPatternHost.rhs:Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
            aload 7 /* loc */
            getfield com.sun.xml.internal.rngom.parse.host.LocationHost.rhs:Lcom/sun/xml/internal/rngom/ast/om/Location;
            aload 8 /* anno */
            getfield com.sun.xml.internal.rngom.parse.host.AnnotationsHost.rhs:Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
            invokeinterface com.sun.xml.internal.rngom.ast.builder.GrammarSection.define:(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
         5: .line 82
            return
        end local 8 // com.sun.xml.internal.rngom.parse.host.AnnotationsHost anno
        end local 7 // com.sun.xml.internal.rngom.parse.host.LocationHost loc
        end local 6 // com.sun.xml.internal.rngom.parse.host.ParsedPatternHost pattern
        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.parse.host.GrammarSectionHost this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/sun/xml/internal/rngom/parse/host/GrammarSectionHost;
            0    6     1      name  Ljava/lang/String;
            0    6     2   combine  Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection$Combine;
            0    6     3  _pattern  Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
            0    6     4      _loc  Lcom/sun/xml/internal/rngom/ast/om/Location;
            0    6     5     _anno  Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
            1    6     6   pattern  Lcom/sun/xml/internal/rngom/parse/host/ParsedPatternHost;
            2    6     7       loc  Lcom/sun/xml/internal/rngom/parse/host/LocationHost;
            3    6     8      anno  Lcom/sun/xml/internal/rngom/parse/host/AnnotationsHost;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    MethodParameters:
          Name  Flags
      name      
      combine   
      _pattern  
      _loc      
      _anno     

  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=4, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.parse.host.GrammarSectionHost this
         0: .line 85
            new com.sun.xml.internal.rngom.parse.host.DivHost
            dup
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.lhs:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
            invokeinterface com.sun.xml.internal.rngom.ast.builder.GrammarSection.makeDiv:()Lcom/sun/xml/internal/rngom/ast/builder/Div;
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.rhs:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
            invokeinterface com.sun.xml.internal.rngom.ast.builder.GrammarSection.makeDiv:()Lcom/sun/xml/internal/rngom/ast/builder/Div;
            invokespecial com.sun.xml.internal.rngom.parse.host.DivHost.<init>:(Lcom/sun/xml/internal/rngom/ast/builder/Div;Lcom/sun/xml/internal/rngom/ast/builder/Div;)V
            areturn
        end local 0 // com.sun.xml.internal.rngom.parse.host.GrammarSectionHost this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/parse/host/GrammarSectionHost;

  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=4, locals=2, args_size=1
        start local 0 // com.sun.xml.internal.rngom.parse.host.GrammarSectionHost this
         0: .line 89
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.lhs:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
            invokeinterface com.sun.xml.internal.rngom.ast.builder.GrammarSection.makeInclude:()Lcom/sun/xml/internal/rngom/ast/builder/Include;
            astore 1 /* l */
        start local 1 // com.sun.xml.internal.rngom.ast.builder.Include l
         1: .line 90
            aload 1 /* l */
            ifnonnull 2
            aconst_null
            areturn
         2: .line 91
      StackMap locals: com.sun.xml.internal.rngom.ast.builder.Include
      StackMap stack:
            new com.sun.xml.internal.rngom.parse.host.IncludeHost
            dup
            aload 1 /* l */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.rhs:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
            invokeinterface com.sun.xml.internal.rngom.ast.builder.GrammarSection.makeInclude:()Lcom/sun/xml/internal/rngom/ast/builder/Include;
            invokespecial com.sun.xml.internal.rngom.parse.host.IncludeHost.<init>:(Lcom/sun/xml/internal/rngom/ast/builder/Include;Lcom/sun/xml/internal/rngom/ast/builder/Include;)V
            areturn
        end local 1 // com.sun.xml.internal.rngom.ast.builder.Include l
        end local 0 // com.sun.xml.internal.rngom.parse.host.GrammarSectionHost this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/xml/internal/rngom/parse/host/GrammarSectionHost;
            1    3     1     l  Lcom/sun/xml/internal/rngom/ast/builder/Include;

  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=2, locals=3, args_size=2
        start local 0 // com.sun.xml.internal.rngom.parse.host.GrammarSectionHost this
        start local 1 // com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation _ea
         0: .line 95
            aload 1 /* _ea */
            checkcast com.sun.xml.internal.rngom.parse.host.ParsedElementAnnotationHost
            astore 2 /* ea */
        start local 2 // com.sun.xml.internal.rngom.parse.host.ParsedElementAnnotationHost ea
         1: .line 96
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.lhs:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
            aload 2 /* ea */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: com.sun.xml.internal.rngom.parse.host.GrammarSectionHost com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation com.sun.xml.internal.rngom.parse.host.ParsedElementAnnotationHost
      StackMap stack: com.sun.xml.internal.rngom.ast.builder.GrammarSection
         2: aload 2 /* ea */
            getfield com.sun.xml.internal.rngom.parse.host.ParsedElementAnnotationHost.lhs:Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;
      StackMap locals: com.sun.xml.internal.rngom.parse.host.GrammarSectionHost com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation com.sun.xml.internal.rngom.parse.host.ParsedElementAnnotationHost
      StackMap stack: com.sun.xml.internal.rngom.ast.builder.GrammarSection com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation
         3: invokeinterface com.sun.xml.internal.rngom.ast.builder.GrammarSection.topLevelAnnotation:(Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;)V
         4: .line 97
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.rhs:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
            aload 2 /* ea */
            ifnonnull 5
            aconst_null
            goto 6
      StackMap locals:
      StackMap stack: com.sun.xml.internal.rngom.ast.builder.GrammarSection
         5: aload 2 /* ea */
            getfield com.sun.xml.internal.rngom.parse.host.ParsedElementAnnotationHost.rhs:Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;
      StackMap locals: com.sun.xml.internal.rngom.parse.host.GrammarSectionHost com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation com.sun.xml.internal.rngom.parse.host.ParsedElementAnnotationHost
      StackMap stack: com.sun.xml.internal.rngom.ast.builder.GrammarSection com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation
         6: invokeinterface com.sun.xml.internal.rngom.ast.builder.GrammarSection.topLevelAnnotation:(Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;)V
         7: .line 98
            return
        end local 2 // com.sun.xml.internal.rngom.parse.host.ParsedElementAnnotationHost ea
        end local 1 // com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation _ea
        end local 0 // com.sun.xml.internal.rngom.parse.host.GrammarSectionHost this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/xml/internal/rngom/parse/host/GrammarSectionHost;
            0    8     1   _ea  Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;
            1    8     2    ea  Lcom/sun/xml/internal/rngom/parse/host/ParsedElementAnnotationHost;
    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=2, locals=3, args_size=2
        start local 0 // com.sun.xml.internal.rngom.parse.host.GrammarSectionHost this
        start local 1 // com.sun.xml.internal.rngom.ast.builder.CommentList _comments
         0: .line 101
            aload 1 /* _comments */
            checkcast com.sun.xml.internal.rngom.parse.host.CommentListHost
            astore 2 /* comments */
        start local 2 // com.sun.xml.internal.rngom.parse.host.CommentListHost comments
         1: .line 103
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.lhs:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
            aload 2 /* comments */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: com.sun.xml.internal.rngom.parse.host.GrammarSectionHost com.sun.xml.internal.rngom.ast.builder.CommentList com.sun.xml.internal.rngom.parse.host.CommentListHost
      StackMap stack: com.sun.xml.internal.rngom.ast.builder.GrammarSection
         2: aload 2 /* comments */
            getfield com.sun.xml.internal.rngom.parse.host.CommentListHost.lhs:Lcom/sun/xml/internal/rngom/ast/builder/CommentList;
      StackMap locals: com.sun.xml.internal.rngom.parse.host.GrammarSectionHost com.sun.xml.internal.rngom.ast.builder.CommentList com.sun.xml.internal.rngom.parse.host.CommentListHost
      StackMap stack: com.sun.xml.internal.rngom.ast.builder.GrammarSection com.sun.xml.internal.rngom.ast.builder.CommentList
         3: invokeinterface com.sun.xml.internal.rngom.ast.builder.GrammarSection.topLevelComment:(Lcom/sun/xml/internal/rngom/ast/builder/CommentList;)V
         4: .line 104
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.rhs:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
            aload 2 /* comments */
            ifnonnull 5
            aconst_null
            goto 6
      StackMap locals:
      StackMap stack: com.sun.xml.internal.rngom.ast.builder.GrammarSection
         5: aload 2 /* comments */
            getfield com.sun.xml.internal.rngom.parse.host.CommentListHost.rhs:Lcom/sun/xml/internal/rngom/ast/builder/CommentList;
      StackMap locals: com.sun.xml.internal.rngom.parse.host.GrammarSectionHost com.sun.xml.internal.rngom.ast.builder.CommentList com.sun.xml.internal.rngom.parse.host.CommentListHost
      StackMap stack: com.sun.xml.internal.rngom.ast.builder.GrammarSection com.sun.xml.internal.rngom.ast.builder.CommentList
         6: invokeinterface com.sun.xml.internal.rngom.ast.builder.GrammarSection.topLevelComment:(Lcom/sun/xml/internal/rngom/ast/builder/CommentList;)V
         7: .line 105
            return
        end local 2 // com.sun.xml.internal.rngom.parse.host.CommentListHost comments
        end local 1 // com.sun.xml.internal.rngom.ast.builder.CommentList _comments
        end local 0 // com.sun.xml.internal.rngom.parse.host.GrammarSectionHost this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lcom/sun/xml/internal/rngom/parse/host/GrammarSectionHost;
            0    8     1  _comments  Lcom/sun/xml/internal/rngom/ast/builder/CommentList;
            1    8     2   comments  Lcom/sun/xml/internal/rngom/parse/host/CommentListHost;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    MethodParameters:
           Name  Flags
      _comments  
}
SourceFile: "GrammarSectionHost.java"
InnerClasses:
  public final Combine = com.sun.xml.internal.rngom.ast.builder.GrammarSection$Combine of com.sun.xml.internal.rngom.ast.builder.GrammarSection