public class com.sun.xml.internal.rngom.digested.Main
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.xml.internal.rngom.digested.Main
super_class: java.lang.Object
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // com.sun.xml.internal.rngom.digested.Main this
0: .line 63
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // com.sun.xml.internal.rngom.digested.Main this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/Main;
public static void main(java.lang.String[]);
descriptor: ([Ljava/lang/String;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=6, locals=6, args_size=1
start local 0 // java.lang.String[] args
0: .line 67
new com.sun.xml.internal.rngom.digested.Main$1
dup
invokespecial com.sun.xml.internal.rngom.digested.Main$1.<init>:()V
astore 2 /* eh */
start local 2 // org.xml.sax.ErrorHandler eh
1: .line 75
aload 0 /* args */
iconst_0
aaload
ldc ".rng"
invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
ifeq 4
2: .line 76
new com.sun.xml.internal.rngom.parse.xml.SAXParseable
dup
new org.xml.sax.InputSource
dup
aload 0 /* args */
iconst_0
aaload
invokespecial org.xml.sax.InputSource.<init>:(Ljava/lang/String;)V
aload 2 /* eh */
invokespecial com.sun.xml.internal.rngom.parse.xml.SAXParseable.<init>:(Lorg/xml/sax/InputSource;Lorg/xml/sax/ErrorHandler;)V
astore 1 /* p */
start local 1 // com.sun.xml.internal.rngom.parse.Parseable p
3: goto 5
end local 1 // com.sun.xml.internal.rngom.parse.Parseable p
4: .line 78
StackMap locals: java.lang.String[] top org.xml.sax.ErrorHandler
StackMap stack:
new com.sun.xml.internal.rngom.parse.compact.CompactParseable
dup
new org.xml.sax.InputSource
dup
aload 0 /* args */
iconst_0
aaload
invokespecial org.xml.sax.InputSource.<init>:(Ljava/lang/String;)V
aload 2 /* eh */
invokespecial com.sun.xml.internal.rngom.parse.compact.CompactParseable.<init>:(Lorg/xml/sax/InputSource;Lorg/xml/sax/ErrorHandler;)V
astore 1 /* p */
start local 1 // com.sun.xml.internal.rngom.parse.Parseable p
5: .line 84
StackMap locals: java.lang.String[] com.sun.xml.internal.rngom.parse.Parseable org.xml.sax.ErrorHandler
StackMap stack:
new com.sun.xml.internal.rngom.ast.util.CheckingSchemaBuilder
dup
new com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl
dup
invokespecial com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.<init>:()V
aload 2 /* eh */
invokespecial com.sun.xml.internal.rngom.ast.util.CheckingSchemaBuilder.<init>:(Lcom/sun/xml/internal/rngom/ast/builder/SchemaBuilder;Lorg/xml/sax/ErrorHandler;)V
astore 3 /* sb */
start local 3 // com.sun.xml.internal.rngom.ast.builder.SchemaBuilder sb
6: .line 87
aload 1 /* p */
aload 3 /* sb */
invokeinterface com.sun.xml.internal.rngom.parse.Parseable.parse:(Lcom/sun/xml/internal/rngom/ast/builder/SchemaBuilder;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
pop
7: .line 88
goto 14
StackMap locals: java.lang.String[] com.sun.xml.internal.rngom.parse.Parseable org.xml.sax.ErrorHandler com.sun.xml.internal.rngom.ast.builder.SchemaBuilder
StackMap stack: com.sun.xml.internal.rngom.ast.builder.BuildException
8: astore 4 /* e */
start local 4 // com.sun.xml.internal.rngom.ast.builder.BuildException e
9: .line 92
aload 4 /* e */
invokevirtual com.sun.xml.internal.rngom.ast.builder.BuildException.getCause:()Ljava/lang/Throwable;
instanceof org.xml.sax.SAXException
ifeq 13
10: .line 93
aload 4 /* e */
invokevirtual com.sun.xml.internal.rngom.ast.builder.BuildException.getCause:()Ljava/lang/Throwable;
checkcast org.xml.sax.SAXException
astore 5 /* se */
start local 5 // org.xml.sax.SAXException se
11: .line 94
aload 5 /* se */
invokevirtual org.xml.sax.SAXException.getException:()Ljava/lang/Exception;
ifnull 13
12: .line 95
aload 5 /* se */
invokevirtual org.xml.sax.SAXException.getException:()Ljava/lang/Exception;
invokevirtual java.lang.Exception.printStackTrace:()V
end local 5 // org.xml.sax.SAXException se
13: .line 97
StackMap locals: com.sun.xml.internal.rngom.ast.builder.BuildException
StackMap stack:
aload 4 /* e */
athrow
end local 4 // com.sun.xml.internal.rngom.ast.builder.BuildException e
14: .line 99
StackMap locals:
StackMap stack:
return
end local 3 // com.sun.xml.internal.rngom.ast.builder.SchemaBuilder sb
end local 2 // org.xml.sax.ErrorHandler eh
end local 1 // com.sun.xml.internal.rngom.parse.Parseable p
end local 0 // java.lang.String[] args
LocalVariableTable:
Start End Slot Name Signature
0 15 0 args [Ljava/lang/String;
3 4 1 p Lcom/sun/xml/internal/rngom/parse/Parseable;
5 15 1 p Lcom/sun/xml/internal/rngom/parse/Parseable;
1 15 2 eh Lorg/xml/sax/ErrorHandler;
6 15 3 sb Lcom/sun/xml/internal/rngom/ast/builder/SchemaBuilder;
9 14 4 e Lcom/sun/xml/internal/rngom/ast/builder/BuildException;
11 13 5 se Lorg/xml/sax/SAXException;
Exception table:
from to target type
6 7 8 Class com.sun.xml.internal.rngom.ast.builder.BuildException
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
args
}
SourceFile: "Main.java"
NestMembers:
com.sun.xml.internal.rngom.digested.Main$1
InnerClasses:
com.sun.xml.internal.rngom.digested.Main$1