class sun.tools.jar.GNUStyleOptions$6 extends sun.tools.jar.GNUStyleOptions$Option
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.tools.jar.GNUStyleOptions$6
super_class: sun.tools.jar.GNUStyleOptions$Option
{
void <init>(boolean, sun.tools.jar.GNUStyleOptions$OptionType, java.lang.String[]);
descriptor: (ZLsun/tools/jar/GNUStyleOptions$OptionType;[Ljava/lang/String;)V
flags: (0x0080) ACC_VARARGS
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
iload 1
aload 2
aload 3
invokespecial sun.tools.jar.GNUStyleOptions$Option.<init>:(ZLsun/tools/jar/GNUStyleOptions$OptionType;[Ljava/lang/String;)V
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/tools/jar/GNUStyleOptions$6;
0 1 1 $anonymous0 Z
0 1 2 $anonymous1 Lsun/tools/jar/GNUStyleOptions$OptionType;
0 1 3 $anonymous2 [Ljava/lang/String;
MethodParameters:
Name Flags
$anonymous0
$anonymous1
$anonymous2
void process(sun.tools.jar.Main, java.lang.String, java.lang.String);
descriptor: (Lsun/tools/jar/Main;Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
getfield sun.tools.jar.Main.cflag:Z
ifne 1
aload 1
getfield sun.tools.jar.Main.iflag:Z
ifne 1
aload 1
getfield sun.tools.jar.Main.tflag:Z
ifne 1
aload 1
getfield sun.tools.jar.Main.uflag:Z
ifne 1
aload 1
getfield sun.tools.jar.Main.xflag:Z
ifeq 2
1: StackMap locals:
StackMap stack:
new sun.tools.jar.GNUStyleOptions$BadArgs
dup
ldc "error.multiple.main.operations"
invokespecial sun.tools.jar.GNUStyleOptions$BadArgs.<init>:(Ljava/lang/String;)V
iconst_1
invokevirtual sun.tools.jar.GNUStyleOptions$BadArgs.showUsage:(Z)Lsun/tools/jar/GNUStyleOptions$BadArgs;
athrow
2: StackMap locals:
StackMap stack:
aload 1
iconst_1
putfield sun.tools.jar.Main.dflag:Z
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/tools/jar/GNUStyleOptions$6;
0 4 1 tool Lsun/tools/jar/Main;
0 4 2 opt Ljava/lang/String;
0 4 3 arg Ljava/lang/String;
Exceptions:
throws sun.tools.jar.GNUStyleOptions$BadArgs
MethodParameters:
Name Flags
tool
opt
arg
}
SourceFile: "GNUStyleOptions.java"
EnclosingMethod: sun.tools.jar.GNUStyleOptions
NestHost: sun.tools.jar.GNUStyleOptions
InnerClasses:
sun.tools.jar.GNUStyleOptions$6
BadArgs = sun.tools.jar.GNUStyleOptions$BadArgs of sun.tools.jar.GNUStyleOptions
abstract Option = sun.tools.jar.GNUStyleOptions$Option of sun.tools.jar.GNUStyleOptions
final OptionType = sun.tools.jar.GNUStyleOptions$OptionType of sun.tools.jar.GNUStyleOptions