final class com.sun.tools.internal.jxc.SchemaGenerator$JavacOptions
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.sun.tools.internal.jxc.SchemaGenerator$JavacOptions
super_class: java.lang.Object
{
private final java.util.List<java.lang.String> recognizedOptions;
descriptor: Ljava/util/List;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/List<Ljava/lang/String;>;
private final java.util.List<java.lang.String> classNames;
descriptor: Ljava/util/List;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/List<Ljava/lang/String;>;
private final java.util.List<java.io.File> files;
descriptor: Ljava/util/List;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/List<Ljava/io/File;>;
private final java.util.List<java.lang.String> unrecognizedOptions;
descriptor: Ljava/util/List;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/List<Ljava/lang/String;>;
private void <init>(java.util.List<java.lang.String>, java.util.List<java.lang.String>, java.util.List<java.io.File>, java.util.List<java.lang.String>);
descriptor: (Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.sun.tools.internal.jxc.SchemaGenerator$JavacOptions.recognizedOptions:Ljava/util/List;
2: aload 0
aload 2
putfield com.sun.tools.internal.jxc.SchemaGenerator$JavacOptions.classNames:Ljava/util/List;
3: aload 0
aload 3
putfield com.sun.tools.internal.jxc.SchemaGenerator$JavacOptions.files:Ljava/util/List;
4: aload 0
aload 4
putfield com.sun.tools.internal.jxc.SchemaGenerator$JavacOptions.unrecognizedOptions:Ljava/util/List;
5: return
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/tools/internal/jxc/SchemaGenerator$JavacOptions;
0 6 1 recognizedOptions Ljava/util/List<Ljava/lang/String;>;
0 6 2 classNames Ljava/util/List<Ljava/lang/String;>;
0 6 3 files Ljava/util/List<Ljava/io/File;>;
0 6 4 unrecognizedOptions Ljava/util/List<Ljava/lang/String;>;
Signature: (Ljava/util/List<Ljava/lang/String;>;Ljava/util/List<Ljava/lang/String;>;Ljava/util/List<Ljava/io/File;>;Ljava/util/List<Ljava/lang/String;>;)V
MethodParameters:
Name Flags
recognizedOptions
classNames
files
unrecognizedOptions
public static com.sun.tools.internal.jxc.SchemaGenerator$JavacOptions parse(javax.tools.OptionChecker, javax.tools.OptionChecker, java.lang.String[]);
descriptor: (Ljavax/tools/OptionChecker;Ljavax/tools/OptionChecker;[Ljava/lang/String;)Lcom/sun/tools/internal/jxc/SchemaGenerator$JavacOptions;
flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
Code:
stack=6, locals=12, args_size=3
start local 0 start local 1 start local 2 0: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 3
start local 3 1: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 4
start local 4 2: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 5
start local 5 3: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 6
start local 6 4: iconst_0
istore 7
start local 7 5: goto 27
6: StackMap locals: javax.tools.OptionChecker javax.tools.OptionChecker java.lang.String[] java.util.List java.util.List java.util.List java.util.List int
StackMap stack:
aload 2
iload 7
aaload
astore 8
start local 8 7: aload 0
aload 8
invokeinterface javax.tools.OptionChecker.isSupportedOption:(Ljava/lang/String;)I
istore 9
start local 9 8: iload 9
ifge 10
9: aload 1
aload 8
invokeinterface javax.tools.OptionChecker.isSupportedOption:(Ljava/lang/String;)I
istore 9
10: StackMap locals: java.lang.String int
StackMap stack:
iload 9
ifge 18
11: new java.io.File
dup
aload 8
invokespecial java.io.File.<init>:(Ljava/lang/String;)V
astore 10
start local 10 12: aload 10
invokevirtual java.io.File.exists:()Z
ifeq 14
13: aload 6
aload 10
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
goto 26
14: StackMap locals: java.io.File
StackMap stack:
aload 8
invokestatic javax.lang.model.SourceVersion.isName:(Ljava/lang/CharSequence;)Z
ifeq 16
15: aload 5
aload 8
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
goto 26
16: StackMap locals:
StackMap stack:
aload 4
aload 8
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 10 17: goto 26
18: StackMap locals:
StackMap stack:
iconst_0
istore 10
start local 10 19: goto 24
20: StackMap locals: int
StackMap stack:
iload 7
iload 10
iadd
istore 11
start local 11 21: iload 11
aload 2
arraylength
if_icmpne 22
new java.lang.IllegalArgumentException
dup
aload 8
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
22: StackMap locals: int
StackMap stack:
aload 3
aload 2
iload 11
aaload
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 11 23: iinc 10 1
StackMap locals:
StackMap stack:
24: iload 10
iload 9
iconst_1
iadd
if_icmplt 20
end local 10 25: iload 7
iload 9
iadd
istore 7
end local 9 end local 8 26: StackMap locals:
StackMap stack:
iinc 7 1
StackMap locals:
StackMap stack:
27: iload 7
aload 2
arraylength
if_icmplt 6
end local 7 28: new com.sun.tools.internal.jxc.SchemaGenerator$JavacOptions
dup
aload 3
aload 5
aload 6
aload 4
invokespecial com.sun.tools.internal.jxc.SchemaGenerator$JavacOptions.<init>:(Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
areturn
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 29 0 primary Ljavax/tools/OptionChecker;
0 29 1 secondary Ljavax/tools/OptionChecker;
0 29 2 arguments [Ljava/lang/String;
1 29 3 recognizedOptions Ljava/util/List<Ljava/lang/String;>;
2 29 4 unrecognizedOptions Ljava/util/List<Ljava/lang/String;>;
3 29 5 classNames Ljava/util/List<Ljava/lang/String;>;
4 29 6 files Ljava/util/List<Ljava/io/File;>;
5 28 7 i I
7 26 8 argument Ljava/lang/String;
8 26 9 optionCount I
12 17 10 file Ljava/io/File;
19 25 10 j I
21 23 11 index I
MethodParameters:
Name Flags
primary
secondary
arguments
public java.util.List<java.lang.String> getRecognizedOptions();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.internal.jxc.SchemaGenerator$JavacOptions.recognizedOptions:Ljava/util/List;
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/internal/jxc/SchemaGenerator$JavacOptions;
Signature: ()Ljava/util/List<Ljava/lang/String;>;
public java.util.List<java.io.File> getFiles();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.internal.jxc.SchemaGenerator$JavacOptions.files:Ljava/util/List;
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/internal/jxc/SchemaGenerator$JavacOptions;
Signature: ()Ljava/util/List<Ljava/io/File;>;
public java.util.List<java.lang.String> getClassNames();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.internal.jxc.SchemaGenerator$JavacOptions.classNames:Ljava/util/List;
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/internal/jxc/SchemaGenerator$JavacOptions;
Signature: ()Ljava/util/List<Ljava/lang/String;>;
public java.util.List<java.lang.String> getUnrecognizedOptions();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.internal.jxc.SchemaGenerator$JavacOptions.unrecognizedOptions:Ljava/util/List;
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/internal/jxc/SchemaGenerator$JavacOptions;
Signature: ()Ljava/util/List<Ljava/lang/String;>;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: ldc "recognizedOptions = %s; classNames = %s; files = %s; unrecognizedOptions = %s"
iconst_4
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield com.sun.tools.internal.jxc.SchemaGenerator$JavacOptions.recognizedOptions:Ljava/util/List;
aastore
dup
iconst_1
aload 0
getfield com.sun.tools.internal.jxc.SchemaGenerator$JavacOptions.classNames:Ljava/util/List;
aastore
dup
iconst_2
aload 0
getfield com.sun.tools.internal.jxc.SchemaGenerator$JavacOptions.files:Ljava/util/List;
aastore
dup
iconst_3
aload 0
getfield com.sun.tools.internal.jxc.SchemaGenerator$JavacOptions.unrecognizedOptions:Ljava/util/List;
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/internal/jxc/SchemaGenerator$JavacOptions;
}
SourceFile: "SchemaGenerator.java"
NestHost: com.sun.tools.internal.jxc.SchemaGenerator
InnerClasses:
private final JavacOptions = com.sun.tools.internal.jxc.SchemaGenerator$JavacOptions of com.sun.tools.internal.jxc.SchemaGenerator