class com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration implements java.util.Enumeration<java.lang.Object>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration
super_class: java.lang.Object
{
java.lang.Object[] enumArray;
descriptor: [Ljava/lang/Object;
flags: (0x0000)
int next;
descriptor: I
flags: (0x0000)
final com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer this$1;
descriptor: Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer);
descriptor: (Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer;)V
flags: (0x0000)
Code:
stack=5, locals=3, args_size=2
start local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration this
0: .line 220
aload 0 /* this */
aload 1
putfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration.this$1:Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 217
aload 0 /* this */
aload 1
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
anewarray java.lang.Object
putfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration.enumArray:[Ljava/lang/Object;
2: .line 218
aload 0 /* this */
iconst_0
putfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration.next:I
3: .line 221
iconst_0
istore 2 /* i */
start local 2 // int i
4: goto 7
5: .line 222
StackMap locals: com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer int
StackMap stack:
aload 0 /* this */
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration.enumArray:[Ljava/lang/Object;
iload 2 /* i */
aload 1
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
iload 2 /* i */
iconst_2
imul
aaload
aastore
6: .line 221
iinc 2 /* i */ 1
StackMap locals:
StackMap stack:
7: iload 2 /* i */
aload 1
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
if_icmplt 5
end local 2 // int i
8: .line 224
return
end local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration this
LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration;
4 8 2 i I
MethodParameters:
Name Flags
this$0 final
public boolean hasMoreElements();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration this
0: .line 227
aload 0 /* this */
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration.next:I
aload 0 /* this */
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration.enumArray:[Ljava/lang/Object;
arraylength
if_icmpge 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration;
public java.lang.Object nextElement();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration this
0: .line 231
aload 0 /* this */
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration.next:I
aload 0 /* this */
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration.enumArray:[Ljava/lang/Object;
arraylength
if_icmplt 2
1: .line 232
new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: .line 235
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration.enumArray:[Ljava/lang/Object;
aload 0 /* this */
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration.next:I
aaload
astore 1 /* nextVal */
start local 1 // java.lang.Object nextVal
3: .line 236
aload 0 /* this */
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration.enumArray:[Ljava/lang/Object;
aload 0 /* this */
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration.next:I
aconst_null
aastore
4: .line 237
aload 0 /* this */
dup
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration.next:I
iconst_1
iadd
putfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration.next:I
5: .line 239
aload 1 /* nextVal */
areturn
end local 1 // java.lang.Object nextVal
end local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration this
LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration;
3 6 1 nextVal Ljava/lang/Object;
}
Signature: Ljava/lang/Object;Ljava/util/Enumeration<Ljava/lang/Object;>;
SourceFile: "AugmentationsImpl.java"
NestHost: com.sun.org.apache.xerces.internal.util.AugmentationsImpl
InnerClasses:
SmallContainer = com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer of com.sun.org.apache.xerces.internal.util.AugmentationsImpl
SmallContainerKeyEnumeration = com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration of com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer