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 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
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: aload 0
new java.util.HashSet
dup
invokespecial java.util.HashSet.<init>:()V
putfield com.sun.xml.internal.rngom.digested.IncludeImpl.overridenPatterns:Ljava/util/Set;
2: aload 0
iconst_0
putfield com.sun.xml.internal.rngom.digested.IncludeImpl.startOverriden:Z
3: return
end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
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: aload 1
ldc "\u0000#start\u0000"
if_acmpne 3
2: aload 0
iconst_1
putfield com.sun.xml.internal.rngom.digested.IncludeImpl.startOverriden:Z
goto 4
3: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.xml.internal.rngom.digested.IncludeImpl.overridenPatterns:Ljava/util/Set;
aload 1
invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
pop
4: StackMap locals:
StackMap stack:
return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 1
aload 2
aload 0
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
aload 0
getfield com.sun.xml.internal.rngom.digested.IncludeImpl.grammar:Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
aload 0
getfield com.sun.xml.internal.rngom.digested.IncludeImpl.parent:Lcom/sun/xml/internal/rngom/ast/builder/Scope;
aload 0
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
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: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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