class sun.tools.asm.SwitchDataEnumeration implements java.util.Enumeration<java.lang.Integer>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.tools.asm.SwitchDataEnumeration
super_class: java.lang.Object
{
private java.lang.Integer[] table;
descriptor: [Ljava/lang/Integer;
flags: (0x0002) ACC_PRIVATE
private int current_index;
descriptor: I
flags: (0x0002) ACC_PRIVATE
void <init>(java.util.Hashtable<java.lang.Integer, sun.tools.asm.Label>);
descriptor: (Ljava/util/Hashtable;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_0
putfield sun.tools.asm.SwitchDataEnumeration.current_index:I
2: aload 0
aload 1
invokevirtual java.util.Hashtable.size:()I
anewarray java.lang.Integer
putfield sun.tools.asm.SwitchDataEnumeration.table:[Ljava/lang/Integer;
3: iconst_0
istore 2
start local 2 4: aload 1
invokevirtual java.util.Hashtable.keys:()Ljava/util/Enumeration;
astore 3
start local 3 5: goto 7
6: StackMap locals: sun.tools.asm.SwitchDataEnumeration java.util.Hashtable int java.util.Enumeration
StackMap stack:
aload 0
getfield sun.tools.asm.SwitchDataEnumeration.table:[Ljava/lang/Integer;
iload 2
iinc 2 1
aload 3
invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
checkcast java.lang.Integer
aastore
7: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Enumeration.hasMoreElements:()Z
ifne 6
end local 3 8: aload 0
getfield sun.tools.asm.SwitchDataEnumeration.table:[Ljava/lang/Integer;
invokestatic java.util.Arrays.sort:([Ljava/lang/Object;)V
9: aload 0
iconst_0
putfield sun.tools.asm.SwitchDataEnumeration.current_index:I
10: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lsun/tools/asm/SwitchDataEnumeration;
0 11 1 tab Ljava/util/Hashtable<Ljava/lang/Integer;Lsun/tools/asm/Label;>;
4 11 2 i I
5 8 3 e Ljava/util/Enumeration<Ljava/lang/Integer;>;
Signature: (Ljava/util/Hashtable<Ljava/lang/Integer;Lsun/tools/asm/Label;>;)V
MethodParameters:
Name Flags
tab
public boolean hasMoreElements();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.tools.asm.SwitchDataEnumeration.current_index:I
aload 0
getfield sun.tools.asm.SwitchDataEnumeration.table:[Ljava/lang/Integer;
arraylength
if_icmpge 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/tools/asm/SwitchDataEnumeration;
public java.lang.Integer nextElement();
descriptor: ()Ljava/lang/Integer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.tools.asm.SwitchDataEnumeration.table:[Ljava/lang/Integer;
aload 0
dup
getfield sun.tools.asm.SwitchDataEnumeration.current_index:I
dup_x1
iconst_1
iadd
putfield sun.tools.asm.SwitchDataEnumeration.current_index:I
aaload
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/tools/asm/SwitchDataEnumeration;
public java.lang.Object nextElement();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual sun.tools.asm.SwitchDataEnumeration.nextElement:()Ljava/lang/Integer;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/Enumeration<Ljava/lang/Integer;>;
SourceFile: "SwitchData.java"