public class org.apache.tools.zip.UnsupportedZipFeatureException$Feature implements java.io.Serializable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.tools.zip.UnsupportedZipFeatureException$Feature
super_class: java.lang.Object
{
public static final org.apache.tools.zip.UnsupportedZipFeatureException$Feature ENCRYPTION;
descriptor: Lorg/apache/tools/zip/UnsupportedZipFeatureException$Feature;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.apache.tools.zip.UnsupportedZipFeatureException$Feature METHOD;
descriptor: Lorg/apache/tools/zip/UnsupportedZipFeatureException$Feature;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.apache.tools.zip.UnsupportedZipFeatureException$Feature DATA_DESCRIPTOR;
descriptor: Lorg/apache/tools/zip/UnsupportedZipFeatureException$Feature;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
private final java.lang.String name;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new org.apache.tools.zip.UnsupportedZipFeatureException$Feature
dup
ldc "encryption"
invokespecial org.apache.tools.zip.UnsupportedZipFeatureException$Feature.<init>:(Ljava/lang/String;)V
putstatic org.apache.tools.zip.UnsupportedZipFeatureException$Feature.ENCRYPTION:Lorg/apache/tools/zip/UnsupportedZipFeatureException$Feature;
1: new org.apache.tools.zip.UnsupportedZipFeatureException$Feature
dup
ldc "compression method"
invokespecial org.apache.tools.zip.UnsupportedZipFeatureException$Feature.<init>:(Ljava/lang/String;)V
putstatic org.apache.tools.zip.UnsupportedZipFeatureException$Feature.METHOD:Lorg/apache/tools/zip/UnsupportedZipFeatureException$Feature;
2: new org.apache.tools.zip.UnsupportedZipFeatureException$Feature
dup
ldc "data descriptor"
invokespecial org.apache.tools.zip.UnsupportedZipFeatureException$Feature.<init>:(Ljava/lang/String;)V
putstatic org.apache.tools.zip.UnsupportedZipFeatureException$Feature.DATA_DESCRIPTOR:Lorg/apache/tools/zip/UnsupportedZipFeatureException$Feature;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.apache.tools.zip.UnsupportedZipFeatureException$Feature.name:Ljava/lang/String;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/tools/zip/UnsupportedZipFeatureException$Feature;
0 3 1 name Ljava/lang/String;
MethodParameters:
Name Flags
name
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.tools.zip.UnsupportedZipFeatureException$Feature.name:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/tools/zip/UnsupportedZipFeatureException$Feature;
}
SourceFile: "UnsupportedZipFeatureException.java"
NestHost: org.apache.tools.zip.UnsupportedZipFeatureException
InnerClasses:
public Feature = org.apache.tools.zip.UnsupportedZipFeatureException$Feature of org.apache.tools.zip.UnsupportedZipFeatureException