public interface com.sun.xml.internal.rngom.ast.builder.GrammarSection<P extends com.sun.xml.internal.rngom.ast.om.ParsedPattern, E extends com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation, L extends com.sun.xml.internal.rngom.ast.om.Location, A extends com.sun.xml.internal.rngom.ast.builder.Annotations<E, L, CL>, CL extends com.sun.xml.internal.rngom.ast.builder.CommentList<L>>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.xml.internal.rngom.ast.builder.GrammarSection
  super_class: java.lang.Object
{
  public static final com.sun.xml.internal.rngom.ast.builder.GrammarSection$Combine COMBINE_CHOICE;
    descriptor: Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection$Combine;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.sun.xml.internal.rngom.ast.builder.GrammarSection$Combine COMBINE_INTERLEAVE;
    descriptor: Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection$Combine;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.lang.String START;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "\u0000#start\u0000"

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 74
            new com.sun.xml.internal.rngom.ast.builder.GrammarSection$Combine
            dup
            ldc "choice"
            invokespecial com.sun.xml.internal.rngom.ast.builder.GrammarSection$Combine.<init>:(Ljava/lang/String;)V
            putstatic com.sun.xml.internal.rngom.ast.builder.GrammarSection.COMBINE_CHOICE:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection$Combine;
         1: .line 75
            new com.sun.xml.internal.rngom.ast.builder.GrammarSection$Combine
            dup
            ldc "interleave"
            invokespecial com.sun.xml.internal.rngom.ast.builder.GrammarSection$Combine.<init>:(Ljava/lang/String;)V
            putstatic com.sun.xml.internal.rngom.ast.builder.GrammarSection.COMBINE_INTERLEAVE:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection$Combine;
         2: .line 79
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract void define(java.lang.String, com.sun.xml.internal.rngom.ast.builder.GrammarSection$Combine, P, L, );
    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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    Signature: (Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection$Combine;TP;TL;TA;)V
    MethodParameters:
         Name  Flags
      name     
      combine  
      pattern  
      loc      
      anno     

  public abstract void topLevelAnnotation();
    descriptor: (Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    Signature: (TE;)V
    MethodParameters:
      Name  Flags
      ea    

  public abstract void topLevelComment();
    descriptor: (Lcom/sun/xml/internal/rngom/ast/builder/CommentList;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    Signature: (TCL;)V
    MethodParameters:
          Name  Flags
      comments  

  public abstract com.sun.xml.internal.rngom.ast.builder.Div<P, E, L, A, CL> makeDiv();
    descriptor: ()Lcom/sun/xml/internal/rngom/ast/builder/Div;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lcom/sun/xml/internal/rngom/ast/builder/Div<TP;TE;TL;TA;TCL;>;

  public abstract com.sun.xml.internal.rngom.ast.builder.Include<P, E, L, A, CL> makeInclude();
    descriptor: ()Lcom/sun/xml/internal/rngom/ast/builder/Include;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lcom/sun/xml/internal/rngom/ast/builder/Include<TP;TE;TL;TA;TCL;>;
}
Signature: <P::Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;E::Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;L::Lcom/sun/xml/internal/rngom/ast/om/Location;A::Lcom/sun/xml/internal/rngom/ast/builder/Annotations<TE;TL;TCL;>;CL::Lcom/sun/xml/internal/rngom/ast/builder/CommentList<TL;>;>Ljava/lang/Object;
SourceFile: "GrammarSection.java"
NestMembers:
  com.sun.xml.internal.rngom.ast.builder.GrammarSection$Combine
InnerClasses:
  public final Combine = com.sun.xml.internal.rngom.ast.builder.GrammarSection$Combine of com.sun.xml.internal.rngom.ast.builder.GrammarSection