public class com.sun.tools.internal.jxc.ap.Options
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.tools.internal.jxc.ap.Options
super_class: java.lang.Object
{
public static final java.lang.String DISABLE_XML_SECURITY;
descriptor: Ljava/lang/String;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: "-disableXmlSecurity"
public java.lang.String classpath;
descriptor: Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
public java.io.File targetDir;
descriptor: Ljava/io/File;
flags: (0x0001) ACC_PUBLIC
public java.io.File episodeFile;
descriptor: Ljava/io/File;
flags: (0x0001) ACC_PUBLIC
private boolean disableXmlSecurity;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
public java.lang.String encoding;
descriptor: Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
public final java.util.List<java.lang.String> arguments;
descriptor: Ljava/util/List;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Signature: Ljava/util/List<Ljava/lang/String;>;
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
ldc "CLASSPATH"
invokestatic java.lang.System.getenv:(Ljava/lang/String;)Ljava/lang/String;
putfield com.sun.tools.internal.jxc.ap.Options.classpath:Ljava/lang/String;
2: aload 0
aconst_null
putfield com.sun.tools.internal.jxc.ap.Options.targetDir:Ljava/io/File;
3: aload 0
aconst_null
putfield com.sun.tools.internal.jxc.ap.Options.episodeFile:Ljava/io/File;
4: aload 0
iconst_0
putfield com.sun.tools.internal.jxc.ap.Options.disableXmlSecurity:Z
5: aload 0
aconst_null
putfield com.sun.tools.internal.jxc.ap.Options.encoding:Ljava/lang/String;
6: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield com.sun.tools.internal.jxc.ap.Options.arguments:Ljava/util/List;
7: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/sun/tools/internal/jxc/ap/Options;
public void parseArguments(java.lang.String[]);
descriptor: ([Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: goto 7
2: StackMap locals: int
StackMap stack:
aload 1
iload 2
aaload
iconst_0
invokevirtual java.lang.String.charAt:(I)C
bipush 45
if_icmpne 5
3: iload 2
aload 0
aload 1
iload 2
invokevirtual com.sun.tools.internal.jxc.ap.Options.parseArgument:([Ljava/lang/String;I)I
iadd
istore 2
4: goto 6
5: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.internal.jxc.ap.Options.arguments:Ljava/util/List;
aload 1
iload 2
aaload
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
6: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
7: iload 2
aload 1
arraylength
if_icmplt 2
end local 2 8: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/sun/tools/internal/jxc/ap/Options;
0 9 1 args [Ljava/lang/String;
1 8 2 i I
Exceptions:
throws com.sun.tools.internal.xjc.BadCommandLineException
MethodParameters:
Name Flags
args
private int parseArgument(java.lang.String[], int);
descriptor: ([Ljava/lang/String;I)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=8, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
iload 2
aaload
ldc "-d"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 11
1: iload 2
aload 1
arraylength
iconst_1
isub
if_icmpne 5
2: new com.sun.tools.internal.xjc.BadCommandLineException
dup
3: getstatic com.sun.tools.internal.jxc.ap.Messages.OPERAND_MISSING:Lcom/sun/tools/internal/jxc/ap/Messages;
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 1
iload 2
aaload
aastore
invokevirtual com.sun.tools.internal.jxc.ap.Messages.format:([Ljava/lang/Object;)Ljava/lang/String;
4: invokespecial com.sun.tools.internal.xjc.BadCommandLineException.<init>:(Ljava/lang/String;)V
athrow
5: StackMap locals:
StackMap stack:
aload 0
new java.io.File
dup
aload 1
iinc 2 1
iload 2
aaload
invokespecial java.io.File.<init>:(Ljava/lang/String;)V
putfield com.sun.tools.internal.jxc.ap.Options.targetDir:Ljava/io/File;
6: aload 0
getfield com.sun.tools.internal.jxc.ap.Options.targetDir:Ljava/io/File;
invokevirtual java.io.File.exists:()Z
ifne 10
7: new com.sun.tools.internal.xjc.BadCommandLineException
dup
8: getstatic com.sun.tools.internal.jxc.ap.Messages.NON_EXISTENT_FILE:Lcom/sun/tools/internal/jxc/ap/Messages;
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield com.sun.tools.internal.jxc.ap.Options.targetDir:Ljava/io/File;
aastore
invokevirtual com.sun.tools.internal.jxc.ap.Messages.format:([Ljava/lang/Object;)Ljava/lang/String;
9: invokespecial com.sun.tools.internal.xjc.BadCommandLineException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
iconst_1
ireturn
11: StackMap locals:
StackMap stack:
aload 1
iload 2
aaload
ldc "-episode"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 18
12: iload 2
aload 1
arraylength
iconst_1
isub
if_icmpne 16
13: new com.sun.tools.internal.xjc.BadCommandLineException
dup
14: getstatic com.sun.tools.internal.jxc.ap.Messages.OPERAND_MISSING:Lcom/sun/tools/internal/jxc/ap/Messages;
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 1
iload 2
aaload
aastore
invokevirtual com.sun.tools.internal.jxc.ap.Messages.format:([Ljava/lang/Object;)Ljava/lang/String;
15: invokespecial com.sun.tools.internal.xjc.BadCommandLineException.<init>:(Ljava/lang/String;)V
athrow
16: StackMap locals:
StackMap stack:
aload 0
new java.io.File
dup
aload 1
iinc 2 1
iload 2
aaload
invokespecial java.io.File.<init>:(Ljava/lang/String;)V
putfield com.sun.tools.internal.jxc.ap.Options.episodeFile:Ljava/io/File;
17: iconst_1
ireturn
18: StackMap locals:
StackMap stack:
aload 1
iload 2
aaload
ldc "-disableXmlSecurity"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 21
19: aload 0
iconst_1
putfield com.sun.tools.internal.jxc.ap.Options.disableXmlSecurity:Z
20: iconst_0
ireturn
21: StackMap locals:
StackMap stack:
aload 1
iload 2
aaload
ldc "-encoding"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 28
22: iload 2
aload 1
arraylength
iconst_1
isub
if_icmpne 26
23: new com.sun.tools.internal.xjc.BadCommandLineException
dup
24: getstatic com.sun.tools.internal.jxc.ap.Messages.OPERAND_MISSING:Lcom/sun/tools/internal/jxc/ap/Messages;
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 1
iload 2
aaload
aastore
invokevirtual com.sun.tools.internal.jxc.ap.Messages.format:([Ljava/lang/Object;)Ljava/lang/String;
25: invokespecial com.sun.tools.internal.xjc.BadCommandLineException.<init>:(Ljava/lang/String;)V
athrow
26: StackMap locals:
StackMap stack:
aload 0
aload 1
iinc 2 1
iload 2
aaload
putfield com.sun.tools.internal.jxc.ap.Options.encoding:Ljava/lang/String;
27: iconst_1
ireturn
28: StackMap locals:
StackMap stack:
aload 1
iload 2
aaload
ldc "-cp"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 29
aload 1
iload 2
aaload
ldc "-classpath"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 35
29: StackMap locals:
StackMap stack:
iload 2
aload 1
arraylength
iconst_1
isub
if_icmpne 33
30: new com.sun.tools.internal.xjc.BadCommandLineException
dup
31: getstatic com.sun.tools.internal.jxc.ap.Messages.OPERAND_MISSING:Lcom/sun/tools/internal/jxc/ap/Messages;
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 1
iload 2
aaload
aastore
invokevirtual com.sun.tools.internal.jxc.ap.Messages.format:([Ljava/lang/Object;)Ljava/lang/String;
32: invokespecial com.sun.tools.internal.xjc.BadCommandLineException.<init>:(Ljava/lang/String;)V
athrow
33: StackMap locals:
StackMap stack:
aload 0
aload 1
iinc 2 1
iload 2
aaload
putfield com.sun.tools.internal.jxc.ap.Options.classpath:Ljava/lang/String;
34: iconst_1
ireturn
35: StackMap locals:
StackMap stack:
new com.sun.tools.internal.xjc.BadCommandLineException
dup
36: getstatic com.sun.tools.internal.jxc.ap.Messages.UNRECOGNIZED_PARAMETER:Lcom/sun/tools/internal/jxc/ap/Messages;
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 1
iload 2
aaload
aastore
invokevirtual com.sun.tools.internal.jxc.ap.Messages.format:([Ljava/lang/Object;)Ljava/lang/String;
37: invokespecial com.sun.tools.internal.xjc.BadCommandLineException.<init>:(Ljava/lang/String;)V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 38 0 this Lcom/sun/tools/internal/jxc/ap/Options;
0 38 1 args [Ljava/lang/String;
0 38 2 i I
Exceptions:
throws com.sun.tools.internal.xjc.BadCommandLineException
MethodParameters:
Name Flags
args
i
public boolean isDisableXmlSecurity();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.internal.jxc.ap.Options.disableXmlSecurity:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/internal/jxc/ap/Options;
}
SourceFile: "Options.java"