public class com.sun.xml.internal.rngom.parse.host.GrammarSectionHost extends com.sun.xml.internal.rngom.parse.host.Base implements com.sun.xml.internal.rngom.ast.builder.GrammarSection
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.xml.internal.rngom.parse.host.GrammarSectionHost
super_class: com.sun.xml.internal.rngom.parse.host.Base
{
private final com.sun.xml.internal.rngom.ast.builder.GrammarSection lhs;
descriptor: Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.sun.xml.internal.rngom.ast.builder.GrammarSection rhs;
descriptor: Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(com.sun.xml.internal.rngom.ast.builder.GrammarSection, com.sun.xml.internal.rngom.ast.builder.GrammarSection);
descriptor: (Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial com.sun.xml.internal.rngom.parse.host.Base.<init>:()V
1: aload 0
aload 1
putfield com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.lhs:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
2: aload 0
aload 2
putfield com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.rhs:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
3: aload 1
ifnull 4
aload 2
ifnonnull 5
4: StackMap locals: com.sun.xml.internal.rngom.parse.host.GrammarSectionHost com.sun.xml.internal.rngom.ast.builder.GrammarSection com.sun.xml.internal.rngom.ast.builder.GrammarSection
StackMap stack:
new java.lang.IllegalArgumentException
dup
invokespecial java.lang.IllegalArgumentException.<init>:()V
athrow
5: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/xml/internal/rngom/parse/host/GrammarSectionHost;
0 6 1 lhs Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
0 6 2 rhs Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
MethodParameters:
Name Flags
lhs
rhs
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=9, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 3
checkcast com.sun.xml.internal.rngom.parse.host.ParsedPatternHost
astore 6
start local 6 1: aload 0
aload 4
invokevirtual com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.cast:(Lcom/sun/xml/internal/rngom/ast/om/Location;)Lcom/sun/xml/internal/rngom/parse/host/LocationHost;
astore 7
start local 7 2: aload 0
aload 5
invokevirtual com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.cast:(Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)Lcom/sun/xml/internal/rngom/parse/host/AnnotationsHost;
astore 8
start local 8 3: aload 0
getfield com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.lhs:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
aload 1
aload 2
aload 6
getfield com.sun.xml.internal.rngom.parse.host.ParsedPatternHost.lhs:Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
aload 7
getfield com.sun.xml.internal.rngom.parse.host.LocationHost.lhs:Lcom/sun/xml/internal/rngom/ast/om/Location;
aload 8
getfield com.sun.xml.internal.rngom.parse.host.AnnotationsHost.lhs:Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
invokeinterface com.sun.xml.internal.rngom.ast.builder.GrammarSection.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
4: aload 0
getfield com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.rhs:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
aload 1
aload 2
aload 6
getfield com.sun.xml.internal.rngom.parse.host.ParsedPatternHost.rhs:Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
aload 7
getfield com.sun.xml.internal.rngom.parse.host.LocationHost.rhs:Lcom/sun/xml/internal/rngom/ast/om/Location;
aload 8
getfield com.sun.xml.internal.rngom.parse.host.AnnotationsHost.rhs:Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
invokeinterface com.sun.xml.internal.rngom.ast.builder.GrammarSection.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
5: return
end local 8 end local 7 end local 6 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 6 0 this Lcom/sun/xml/internal/rngom/parse/host/GrammarSectionHost;
0 6 1 name Ljava/lang/String;
0 6 2 combine Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection$Combine;
0 6 3 _pattern Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
0 6 4 _loc Lcom/sun/xml/internal/rngom/ast/om/Location;
0 6 5 _anno Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
1 6 6 pattern Lcom/sun/xml/internal/rngom/parse/host/ParsedPatternHost;
2 6 7 loc Lcom/sun/xml/internal/rngom/parse/host/LocationHost;
3 6 8 anno Lcom/sun/xml/internal/rngom/parse/host/AnnotationsHost;
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.builder.Div makeDiv();
descriptor: ()Lcom/sun/xml/internal/rngom/ast/builder/Div;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: new com.sun.xml.internal.rngom.parse.host.DivHost
dup
aload 0
getfield com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.lhs:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
invokeinterface com.sun.xml.internal.rngom.ast.builder.GrammarSection.makeDiv:()Lcom/sun/xml/internal/rngom/ast/builder/Div;
aload 0
getfield com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.rhs:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
invokeinterface com.sun.xml.internal.rngom.ast.builder.GrammarSection.makeDiv:()Lcom/sun/xml/internal/rngom/ast/builder/Div;
invokespecial com.sun.xml.internal.rngom.parse.host.DivHost.<init>:(Lcom/sun/xml/internal/rngom/ast/builder/Div;Lcom/sun/xml/internal/rngom/ast/builder/Div;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/parse/host/GrammarSectionHost;
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=4, locals=2, args_size=1
start local 0 0: aload 0
getfield com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.lhs:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
invokeinterface com.sun.xml.internal.rngom.ast.builder.GrammarSection.makeInclude:()Lcom/sun/xml/internal/rngom/ast/builder/Include;
astore 1
start local 1 1: aload 1
ifnonnull 2
aconst_null
areturn
2: StackMap locals: com.sun.xml.internal.rngom.ast.builder.Include
StackMap stack:
new com.sun.xml.internal.rngom.parse.host.IncludeHost
dup
aload 1
aload 0
getfield com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.rhs:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
invokeinterface com.sun.xml.internal.rngom.ast.builder.GrammarSection.makeInclude:()Lcom/sun/xml/internal/rngom/ast/builder/Include;
invokespecial com.sun.xml.internal.rngom.parse.host.IncludeHost.<init>:(Lcom/sun/xml/internal/rngom/ast/builder/Include;Lcom/sun/xml/internal/rngom/ast/builder/Include;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/xml/internal/rngom/parse/host/GrammarSectionHost;
1 3 1 l Lcom/sun/xml/internal/rngom/ast/builder/Include;
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=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
checkcast com.sun.xml.internal.rngom.parse.host.ParsedElementAnnotationHost
astore 2
start local 2 1: aload 0
getfield com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.lhs:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
aload 2
ifnonnull 2
aconst_null
goto 3
StackMap locals: com.sun.xml.internal.rngom.parse.host.GrammarSectionHost com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation com.sun.xml.internal.rngom.parse.host.ParsedElementAnnotationHost
StackMap stack: com.sun.xml.internal.rngom.ast.builder.GrammarSection
2: aload 2
getfield com.sun.xml.internal.rngom.parse.host.ParsedElementAnnotationHost.lhs:Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;
StackMap locals: com.sun.xml.internal.rngom.parse.host.GrammarSectionHost com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation com.sun.xml.internal.rngom.parse.host.ParsedElementAnnotationHost
StackMap stack: com.sun.xml.internal.rngom.ast.builder.GrammarSection com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation
3: invokeinterface com.sun.xml.internal.rngom.ast.builder.GrammarSection.topLevelAnnotation:(Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;)V
4: aload 0
getfield com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.rhs:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
aload 2
ifnonnull 5
aconst_null
goto 6
StackMap locals:
StackMap stack: com.sun.xml.internal.rngom.ast.builder.GrammarSection
5: aload 2
getfield com.sun.xml.internal.rngom.parse.host.ParsedElementAnnotationHost.rhs:Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;
StackMap locals: com.sun.xml.internal.rngom.parse.host.GrammarSectionHost com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation com.sun.xml.internal.rngom.parse.host.ParsedElementAnnotationHost
StackMap stack: com.sun.xml.internal.rngom.ast.builder.GrammarSection com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation
6: invokeinterface com.sun.xml.internal.rngom.ast.builder.GrammarSection.topLevelAnnotation:(Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;)V
7: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/sun/xml/internal/rngom/parse/host/GrammarSectionHost;
0 8 1 _ea Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;
1 8 2 ea Lcom/sun/xml/internal/rngom/parse/host/ParsedElementAnnotationHost;
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=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
checkcast com.sun.xml.internal.rngom.parse.host.CommentListHost
astore 2
start local 2 1: aload 0
getfield com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.lhs:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
aload 2
ifnonnull 2
aconst_null
goto 3
StackMap locals: com.sun.xml.internal.rngom.parse.host.GrammarSectionHost com.sun.xml.internal.rngom.ast.builder.CommentList com.sun.xml.internal.rngom.parse.host.CommentListHost
StackMap stack: com.sun.xml.internal.rngom.ast.builder.GrammarSection
2: aload 2
getfield com.sun.xml.internal.rngom.parse.host.CommentListHost.lhs:Lcom/sun/xml/internal/rngom/ast/builder/CommentList;
StackMap locals: com.sun.xml.internal.rngom.parse.host.GrammarSectionHost com.sun.xml.internal.rngom.ast.builder.CommentList com.sun.xml.internal.rngom.parse.host.CommentListHost
StackMap stack: com.sun.xml.internal.rngom.ast.builder.GrammarSection com.sun.xml.internal.rngom.ast.builder.CommentList
3: invokeinterface com.sun.xml.internal.rngom.ast.builder.GrammarSection.topLevelComment:(Lcom/sun/xml/internal/rngom/ast/builder/CommentList;)V
4: aload 0
getfield com.sun.xml.internal.rngom.parse.host.GrammarSectionHost.rhs:Lcom/sun/xml/internal/rngom/ast/builder/GrammarSection;
aload 2
ifnonnull 5
aconst_null
goto 6
StackMap locals:
StackMap stack: com.sun.xml.internal.rngom.ast.builder.GrammarSection
5: aload 2
getfield com.sun.xml.internal.rngom.parse.host.CommentListHost.rhs:Lcom/sun/xml/internal/rngom/ast/builder/CommentList;
StackMap locals: com.sun.xml.internal.rngom.parse.host.GrammarSectionHost com.sun.xml.internal.rngom.ast.builder.CommentList com.sun.xml.internal.rngom.parse.host.CommentListHost
StackMap stack: com.sun.xml.internal.rngom.ast.builder.GrammarSection com.sun.xml.internal.rngom.ast.builder.CommentList
6: invokeinterface com.sun.xml.internal.rngom.ast.builder.GrammarSection.topLevelComment:(Lcom/sun/xml/internal/rngom/ast/builder/CommentList;)V
7: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/sun/xml/internal/rngom/parse/host/GrammarSectionHost;
0 8 1 _comments Lcom/sun/xml/internal/rngom/ast/builder/CommentList;
1 8 2 comments Lcom/sun/xml/internal/rngom/parse/host/CommentListHost;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
MethodParameters:
Name Flags
_comments
}
SourceFile: "GrammarSectionHost.java"
InnerClasses:
public final Combine = com.sun.xml.internal.rngom.ast.builder.GrammarSection$Combine of com.sun.xml.internal.rngom.ast.builder.GrammarSection