final class com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl implements com.sun.xml.internal.rngom.ast.builder.DataPatternBuilder
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl
super_class: java.lang.Object
{
private final com.sun.xml.internal.rngom.digested.DDataPattern p;
descriptor: Lcom/sun/xml/internal/rngom/digested/DDataPattern;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(java.lang.String, java.lang.String, com.sun.xml.internal.rngom.ast.om.Location);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/om/Location;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, 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
new com.sun.xml.internal.rngom.digested.DDataPattern
dup
invokespecial com.sun.xml.internal.rngom.digested.DDataPattern.<init>:()V
putfield com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl.p:Lcom/sun/xml/internal/rngom/digested/DDataPattern;
2: aload 0
getfield com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl.p:Lcom/sun/xml/internal/rngom/digested/DDataPattern;
aload 3
checkcast org.xml.sax.Locator
putfield com.sun.xml.internal.rngom.digested.DDataPattern.location:Lorg/xml/sax/Locator;
3: aload 0
getfield com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl.p:Lcom/sun/xml/internal/rngom/digested/DDataPattern;
aload 1
putfield com.sun.xml.internal.rngom.digested.DDataPattern.datatypeLibrary:Ljava/lang/String;
4: aload 0
getfield com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl.p:Lcom/sun/xml/internal/rngom/digested/DDataPattern;
aload 2
putfield com.sun.xml.internal.rngom.digested.DDataPattern.type:Ljava/lang/String;
5: return
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/digested/DataPatternBuilderImpl;
0 6 1 datatypeLibrary Ljava/lang/String;
0 6 2 type Ljava/lang/String;
0 6 3 loc Lcom/sun/xml/internal/rngom/ast/om/Location;
MethodParameters:
Name Flags
datatypeLibrary
type
loc
public void addParam(java.lang.String, java.lang.String, com.sun.xml.internal.rngom.parse.Context, java.lang.String, com.sun.xml.internal.rngom.ast.om.Location, com.sun.xml.internal.rngom.ast.builder.Annotations);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/parse/Context;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=10, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
getfield com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl.p:Lcom/sun/xml/internal/rngom/digested/DDataPattern;
getfield com.sun.xml.internal.rngom.digested.DDataPattern.params:Ljava/util/List;
new com.sun.xml.internal.rngom.digested.DDataPattern$Param
dup
aload 0
getfield com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl.p:Lcom/sun/xml/internal/rngom/digested/DDataPattern;
dup
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
pop
aload 1
aload 2
aload 3
invokeinterface com.sun.xml.internal.rngom.parse.Context.copy:()Lcom/sun/xml/internal/rngom/parse/Context;
aload 4
aload 5
aload 6
checkcast com.sun.xml.internal.rngom.digested.Annotation
invokespecial com.sun.xml.internal.rngom.digested.DDataPattern$Param.<init>:(Lcom/sun/xml/internal/rngom/digested/DDataPattern;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/parse/Context;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/digested/Annotation;)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
1: return
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 2 0 this Lcom/sun/xml/internal/rngom/digested/DataPatternBuilderImpl;
0 2 1 name Ljava/lang/String;
0 2 2 value Ljava/lang/String;
0 2 3 context Lcom/sun/xml/internal/rngom/parse/Context;
0 2 4 ns Ljava/lang/String;
0 2 5 loc Lcom/sun/xml/internal/rngom/ast/om/Location;
0 2 6 anno Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
MethodParameters:
Name Flags
name
value
context
ns
loc
anno
public void annotation(com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation);
descriptor: (Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;)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/DataPatternBuilderImpl;
0 1 1 ea Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;
MethodParameters:
Name Flags
ea
public com.sun.xml.internal.rngom.ast.om.ParsedPattern makePattern(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=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aconst_null
aload 1
aload 2
invokevirtual com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl.makePattern:(Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;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 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DataPatternBuilderImpl;
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 com.sun.xml.internal.rngom.ast.om.ParsedPattern makePattern(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: (Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;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=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.DataPatternBuilderImpl.p:Lcom/sun/xml/internal/rngom/digested/DDataPattern;
aload 1
checkcast com.sun.xml.internal.rngom.digested.DPattern
putfield com.sun.xml.internal.rngom.digested.DDataPattern.except:Lcom/sun/xml/internal/rngom/digested/DPattern;
1: aload 3
ifnull 3
2: aload 0
getfield com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl.p:Lcom/sun/xml/internal/rngom/digested/DDataPattern;
aload 3
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.DDataPattern.annotation:Lcom/sun/xml/internal/rngom/digested/DAnnotation;
3: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl.p:Lcom/sun/xml/internal/rngom/digested/DDataPattern;
areturn
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/DataPatternBuilderImpl;
0 4 1 except Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
0 4 2 loc Lcom/sun/xml/internal/rngom/ast/om/Location;
0 4 3 anno Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
MethodParameters:
Name Flags
except
loc
anno
}
SourceFile: "DataPatternBuilderImpl.java"
InnerClasses:
public final Param = com.sun.xml.internal.rngom.digested.DDataPattern$Param of com.sun.xml.internal.rngom.digested.DDataPattern