class com.sun.xml.internal.rngom.digested.GrammarBuilderImpl implements com.sun.xml.internal.rngom.ast.builder.Grammar, com.sun.xml.internal.rngom.ast.builder.Div
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.xml.internal.rngom.digested.GrammarBuilderImpl
super_class: java.lang.Object
{
protected final com.sun.xml.internal.rngom.digested.DGrammarPattern grammar;
descriptor: Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final com.sun.xml.internal.rngom.ast.builder.Scope parent;
descriptor: Lcom/sun/xml/internal/rngom/ast/builder/Scope;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl sb;
descriptor: Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
private java.util.List<org.w3c.dom.Element> additionalElementAnnotations;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Lorg/w3c/dom/Element;>;
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=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.grammar:Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
2: aload 0
aload 2
putfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.parent:Lcom/sun/xml/internal/rngom/ast/builder/Scope;
3: aload 0
aload 3
putfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.sb:Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
4: return
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/GrammarBuilderImpl;
0 5 1 p Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
0 5 2 parent Lcom/sun/xml/internal/rngom/ast/builder/Scope;
0 5 3 sb Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
MethodParameters:
Name Flags
p
parent
sb
public com.sun.xml.internal.rngom.ast.om.ParsedPattern endGrammar(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=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
ifnull 3
1: aload 0
getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.grammar:Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
getfield com.sun.xml.internal.rngom.digested.DGrammarPattern.annotation:Lcom/sun/xml/internal/rngom/digested/DAnnotation;
ifnull 3
2: aload 0
getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.grammar:Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
getfield com.sun.xml.internal.rngom.digested.DGrammarPattern.annotation:Lcom/sun/xml/internal/rngom/digested/DAnnotation;
getfield com.sun.xml.internal.rngom.digested.DAnnotation.contents:Ljava/util/List;
aload 2
checkcast com.sun.xml.internal.rngom.digested.Annotation
invokevirtual com.sun.xml.internal.rngom.digested.Annotation.getResult:()Lcom/sun/xml/internal/rngom/digested/DAnnotation;
getfield com.sun.xml.internal.rngom.digested.DAnnotation.contents:Ljava/util/List;
invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
pop
3: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.grammar:Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
areturn
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/GrammarBuilderImpl;
0 4 1 loc Lcom/sun/xml/internal/rngom/ast/om/Location;
0 4 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
public void endDiv(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;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=3, args_size=3
start local 0 start local 1 start local 2 0: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/GrammarBuilderImpl;
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
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=2, locals=7, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 1
ldc "\u0000#start\u0000"
if_acmpne 3
1: aload 0
getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.grammar:Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
aload 3
checkcast com.sun.xml.internal.rngom.digested.DPattern
putfield com.sun.xml.internal.rngom.digested.DGrammarPattern.start:Lcom/sun/xml/internal/rngom/digested/DPattern;
2: goto 7
3: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.grammar:Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
aload 1
invokevirtual com.sun.xml.internal.rngom.digested.DGrammarPattern.getOrAdd:(Ljava/lang/String;)Lcom/sun/xml/internal/rngom/digested/DDefine;
astore 6
start local 6 4: aload 6
aload 3
checkcast com.sun.xml.internal.rngom.digested.DPattern
invokevirtual com.sun.xml.internal.rngom.digested.DDefine.setPattern:(Lcom/sun/xml/internal/rngom/digested/DPattern;)V
5: aload 5
ifnull 7
6: aload 6
aload 5
checkcast com.sun.xml.internal.rngom.digested.Annotation
invokevirtual com.sun.xml.internal.rngom.digested.Annotation.getResult:()Lcom/sun/xml/internal/rngom/digested/DAnnotation;
putfield com.sun.xml.internal.rngom.digested.DDefine.annotation:Lcom/sun/xml/internal/rngom/digested/DAnnotation;
end local 6 7: 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 8 0 this Lcom/sun/xml/internal/rngom/digested/GrammarBuilderImpl;
0 8 1 name Ljava/lang/String;
0 8 2 combine Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection$Combine;
0 8 3 pattern Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
0 8 4 loc Lcom/sun/xml/internal/rngom/ast/om/Location;
0 8 5 anno Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
4 7 6 d Lcom/sun/xml/internal/rngom/digested/DDefine;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
MethodParameters:
Name Flags
name
combine
pattern
loc
anno
public void topLevelAnnotation(com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation);
descriptor: (Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.additionalElementAnnotations:Ljava/util/List;
ifnonnull 2
1: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.additionalElementAnnotations:Ljava/util/List;
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.additionalElementAnnotations:Ljava/util/List;
aload 1
checkcast com.sun.xml.internal.rngom.digested.ElementWrapper
getfield com.sun.xml.internal.rngom.digested.ElementWrapper.element:Lorg/w3c/dom/Element;
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
3: aload 0
getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.grammar:Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
getfield com.sun.xml.internal.rngom.digested.DGrammarPattern.annotation:Lcom/sun/xml/internal/rngom/digested/DAnnotation;
ifnonnull 5
4: aload 0
getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.grammar:Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
new com.sun.xml.internal.rngom.digested.DAnnotation
dup
invokespecial com.sun.xml.internal.rngom.digested.DAnnotation.<init>:()V
putfield com.sun.xml.internal.rngom.digested.DGrammarPattern.annotation:Lcom/sun/xml/internal/rngom/digested/DAnnotation;
5: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.grammar:Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
getfield com.sun.xml.internal.rngom.digested.DGrammarPattern.annotation:Lcom/sun/xml/internal/rngom/digested/DAnnotation;
getfield com.sun.xml.internal.rngom.digested.DAnnotation.contents:Ljava/util/List;
aload 0
getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.additionalElementAnnotations:Ljava/util/List;
invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
pop
6: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/xml/internal/rngom/digested/GrammarBuilderImpl;
0 7 1 ea Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
MethodParameters:
Name Flags
ea
public void (com.sun.xml.internal.rngom.ast.builder.CommentList);
descriptor: (Lcom/sun/xml/internal/rngom/ast/builder/CommentList;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/GrammarBuilderImpl;
0 1 1 comments Lcom/sun/xml/internal/rngom/ast/builder/CommentList;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
MethodParameters:
Name Flags
comments
public com.sun.xml.internal.rngom.ast.builder.Div makeDiv();
descriptor: ()Lcom/sun/xml/internal/rngom/ast/builder/Div;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/GrammarBuilderImpl;
public com.sun.xml.internal.rngom.ast.builder.Include makeInclude();
descriptor: ()Lcom/sun/xml/internal/rngom/ast/builder/Include;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: new com.sun.xml.internal.rngom.digested.IncludeImpl
dup
aload 0
getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.grammar:Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
aload 0
getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.parent:Lcom/sun/xml/internal/rngom/ast/builder/Scope;
aload 0
getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.sb:Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
invokespecial com.sun.xml.internal.rngom.digested.IncludeImpl.<init>:(Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;Lcom/sun/xml/internal/rngom/ast/builder/Scope;Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/GrammarBuilderImpl;
public com.sun.xml.internal.rngom.ast.om.ParsedPattern makeParentRef(java.lang.String, 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/om/Location;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
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
getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.parent:Lcom/sun/xml/internal/rngom/ast/builder/Scope;
aload 1
aload 2
aload 3
invokeinterface com.sun.xml.internal.rngom.ast.builder.Scope.makeRef:(Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/GrammarBuilderImpl;
0 1 1 name Ljava/lang/String;
0 1 2 loc Lcom/sun/xml/internal/rngom/ast/om/Location;
0 1 3 anno Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
MethodParameters:
Name Flags
name
loc
anno
public com.sun.xml.internal.rngom.ast.om.ParsedPattern makeRef(java.lang.String, 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/om/Location;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
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: new com.sun.xml.internal.rngom.digested.DRefPattern
dup
aload 0
getfield com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.grammar:Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;
aload 1
invokevirtual com.sun.xml.internal.rngom.digested.DGrammarPattern.getOrAdd:(Ljava/lang/String;)Lcom/sun/xml/internal/rngom/digested/DDefine;
invokespecial com.sun.xml.internal.rngom.digested.DRefPattern.<init>:(Lcom/sun/xml/internal/rngom/digested/DDefine;)V
aload 2
checkcast com.sun.xml.internal.rngom.ast.util.LocatorImpl
aload 3
checkcast com.sun.xml.internal.rngom.digested.Annotation
invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.wrap:(Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/GrammarBuilderImpl;
0 1 1 name Ljava/lang/String;
0 1 2 loc Lcom/sun/xml/internal/rngom/ast/om/Location;
0 1 3 anno Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
MethodParameters:
Name Flags
name
loc
anno
}
SourceFile: "GrammarBuilderImpl.java"
InnerClasses:
public final Combine = com.sun.xml.internal.rngom.ast.builder.GrammarSection$Combine of com.sun.xml.internal.rngom.ast.builder.GrammarSection