class com.sun.xml.internal.rngom.digested.IncludeImpl$IncludedGrammarImpl extends com.sun.xml.internal.rngom.digested.GrammarBuilderImpl implements com.sun.xml.internal.rngom.ast.builder.IncludedGrammar
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.xml.internal.rngom.digested.IncludeImpl$IncludedGrammarImpl
  super_class: com.sun.xml.internal.rngom.digested.GrammarBuilderImpl
{
  final com.sun.xml.internal.rngom.digested.IncludeImpl this$0;
    descriptor: Lcom/sun/xml/internal/rngom/digested/IncludeImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.sun.xml.internal.rngom.digested.IncludeImpl, 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/IncludeImpl;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=5, args_size=5
        start local 0 // com.sun.xml.internal.rngom.digested.IncludeImpl$IncludedGrammarImpl this
        start local 2 // com.sun.xml.internal.rngom.digested.DGrammarPattern p
        start local 3 // com.sun.xml.internal.rngom.ast.builder.Scope parent
        start local 4 // com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl sb
         0: .line 87
            aload 0 /* this */
            aload 1
            putfield com.sun.xml.internal.rngom.digested.IncludeImpl$IncludedGrammarImpl.this$0:Lcom/sun/xml/internal/rngom/digested/IncludeImpl;
         1: .line 88
            aload 0 /* this */
            aload 2 /* p */
            aload 3 /* parent */
            aload 4 /* 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
         2: .line 89
            return
        end local 4 // com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl sb
        end local 3 // com.sun.xml.internal.rngom.ast.builder.Scope parent
        end local 2 // com.sun.xml.internal.rngom.digested.DGrammarPattern p
        end local 0 // com.sun.xml.internal.rngom.digested.IncludeImpl$IncludedGrammarImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/xml/internal/rngom/digested/IncludeImpl$IncludedGrammarImpl;
            0    3     2       p  Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
            0    3     3  parent  Lcom/sun/xml/internal/rngom/ast/builder/Scope;
            0    3     4      sb  Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
    MethodParameters:
        Name  Flags
      this$0  final
      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$IncludedGrammarImpl 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 94
            aload 1 /* name */
            ldc "\u0000#start\u0000"
            if_acmpne 3
         1: .line 95
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.IncludeImpl$IncludedGrammarImpl.this$0:Lcom/sun/xml/internal/rngom/digested/IncludeImpl;
            getfield com.sun.xml.internal.rngom.digested.IncludeImpl.startOverriden:Z
            ifeq 5
         2: .line 96
            return
         3: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.IncludeImpl$IncludedGrammarImpl.this$0:Lcom/sun/xml/internal/rngom/digested/IncludeImpl;
            getfield com.sun.xml.internal.rngom.digested.IncludeImpl.overridenPatterns:Ljava/util/Set;
            aload 1 /* name */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 99
            return
         5: .line 102
      StackMap locals:
      StackMap stack:
            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
         6: .line 103
            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$IncludedGrammarImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/sun/xml/internal/rngom/digested/IncludeImpl$IncludedGrammarImpl;
            0    7     1     name  Ljava/lang/String;
            0    7     2  combine  Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection$Combine;
            0    7     3  pattern  Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
            0    7     4      loc  Lcom/sun/xml/internal/rngom/ast/om/Location;
            0    7     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 com.sun.xml.internal.rngom.ast.om.ParsedPattern endIncludedGrammar(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=1, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.rngom.digested.IncludeImpl$IncludedGrammarImpl 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 106
            aconst_null
            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.IncludeImpl$IncludedGrammarImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/digested/IncludeImpl$IncludedGrammarImpl;
            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  
}
SourceFile: "IncludeImpl.java"
NestHost: com.sun.xml.internal.rngom.digested.IncludeImpl
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