final class com.sun.xml.internal.rngom.digested.IncludeImpl extends com.sun.xml.internal.rngom.digested.GrammarBuilderImpl implements com.sun.xml.internal.rngom.ast.builder.Include
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.xml.internal.rngom.digested.IncludeImpl
  super_class: com.sun.xml.internal.rngom.digested.GrammarBuilderImpl
{
  private java.util.Set overridenPatterns;
    descriptor: Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE

  private boolean startOverriden;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  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=4, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.rngom.digested.IncludeImpl 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 70
            aload 0 /* this */
            aload 1 /* p */
            aload 2 /* parent */
            aload 3 /* sb */
            invokespecial com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.<init>:(Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;Lcom/sun/xml/internal/rngom/ast/builder/Scope;Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;)V
         1: .line 66
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield com.sun.xml.internal.rngom.digested.IncludeImpl.overridenPatterns:Ljava/util/Set;
         2: .line 67
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.rngom.digested.IncludeImpl.startOverriden:Z
         3: .line 71
            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.IncludeImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/xml/internal/rngom/digested/IncludeImpl;
            0    4     1       p  Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
            0    4     2  parent  Lcom/sun/xml/internal/rngom/ast/builder/Scope;
            0    4     3      sb  Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
    MethodParameters:
        Name  Flags
      p       
      parent  
      sb      

  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=6, args_size=6
        start local 0 // com.sun.xml.internal.rngom.digested.IncludeImpl 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 75
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* combine */
            aload 3 /* pattern */
            aload 4 /* loc */
            aload 5 /* anno */
            invokespecial com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.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
         1: .line 76
            aload 1 /* name */
            ldc "\u0000#start\u0000"
            if_acmpne 3
         2: .line 77
            aload 0 /* this */
            iconst_1
            putfield com.sun.xml.internal.rngom.digested.IncludeImpl.startOverriden:Z
            goto 4
         3: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.IncludeImpl.overridenPatterns:Ljava/util/Set;
            aload 1 /* name */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         4: .line 80
      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.IncludeImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/sun/xml/internal/rngom/digested/IncludeImpl;
            0    5     1     name  Ljava/lang/String;
            0    5     2  combine  Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection$Combine;
            0    5     3  pattern  Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
            0    5     4      loc  Lcom/sun/xml/internal/rngom/ast/om/Location;
            0    5     5     anno  Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    MethodParameters:
         Name  Flags
      name     
      combine  
      pattern  
      loc      
      anno     

  public void endInclude(com.sun.xml.internal.rngom.parse.Parseable, java.lang.String, java.lang.String, com.sun.xml.internal.rngom.ast.om.Location, com.sun.xml.internal.rngom.ast.builder.Annotations);
    descriptor: (Lcom/sun/xml/internal/rngom/parse/Parseable;Ljava/lang/String;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=9, locals=6, args_size=6
        start local 0 // com.sun.xml.internal.rngom.digested.IncludeImpl this
        start local 1 // com.sun.xml.internal.rngom.parse.Parseable current
        start local 2 // java.lang.String uri
        start local 3 // java.lang.String ns
        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 83
            aload 1 /* current */
            aload 2 /* uri */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.IncludeImpl.sb:Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
            new com.sun.xml.internal.rngom.digested.IncludeImpl$IncludedGrammarImpl
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.IncludeImpl.grammar:Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.IncludeImpl.parent:Lcom/sun/xml/internal/rngom/ast/builder/Scope;
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.IncludeImpl.sb:Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
            invokespecial com.sun.xml.internal.rngom.digested.IncludeImpl$IncludedGrammarImpl.<init>:(Lcom/sun/xml/internal/rngom/digested/IncludeImpl;Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;Lcom/sun/xml/internal/rngom/ast/builder/Scope;Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;)V
            aload 3 /* ns */
            invokeinterface com.sun.xml.internal.rngom.parse.Parseable.parseInclude:(Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/builder/SchemaBuilder;Lcom/sun/xml/internal/rngom/ast/builder/IncludedGrammar;Ljava/lang/String;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
            pop
         1: .line 84
            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 // java.lang.String ns
        end local 2 // java.lang.String uri
        end local 1 // com.sun.xml.internal.rngom.parse.Parseable current
        end local 0 // com.sun.xml.internal.rngom.digested.IncludeImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/xml/internal/rngom/digested/IncludeImpl;
            0    2     1  current  Lcom/sun/xml/internal/rngom/parse/Parseable;
            0    2     2      uri  Ljava/lang/String;
            0    2     3       ns  Ljava/lang/String;
            0    2     4      loc  Lcom/sun/xml/internal/rngom/ast/om/Location;
            0    2     5     anno  Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException, com.sun.xml.internal.rngom.parse.IllegalSchemaException
    MethodParameters:
         Name  Flags
      current  
      uri      
      ns       
      loc      
      anno     
}
SourceFile: "IncludeImpl.java"
NestMembers:
  com.sun.xml.internal.rngom.digested.IncludeImpl$IncludedGrammarImpl
InnerClasses:
  public final Combine = com.sun.xml.internal.rngom.ast.builder.GrammarSection$Combine of com.sun.xml.internal.rngom.ast.builder.GrammarSection
  private IncludedGrammarImpl = com.sun.xml.internal.rngom.digested.IncludeImpl$IncludedGrammarImpl of com.sun.xml.internal.rngom.digested.IncludeImpl