public interface com.sun.xml.internal.rngom.ast.builder.DataPatternBuilder<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.DataPatternBuilder
  super_class: java.lang.Object
{
  public abstract void addParam(java.lang.String, java.lang.String, com.sun.xml.internal.rngom.parse.Context, java.lang.String, L, );
    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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/parse/Context;Ljava/lang/String;TL;TA;)V
    MethodParameters:
         Name  Flags
      name     
      value    
      context  
      ns       
      loc      
      anno     

  public abstract void annotation();
    descriptor: (Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TE;)V
    MethodParameters:
      Name  Flags
      ea    

  public abstract P makePattern(L, );
    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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    Signature: (TL;TA;)TP;
    MethodParameters:
      Name  Flags
      loc   
      anno  

  public abstract P makePattern(P, L, );
    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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    Signature: (TP;TL;TA;)TP;
    MethodParameters:
        Name  Flags
      except  
      loc     
      anno    
}
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: "DataPatternBuilder.java"