public final class com.sun.org.apache.xerces.internal.impl.xs.util.XIntPool
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.sun.org.apache.xerces.internal.impl.xs.util.XIntPool
super_class: java.lang.Object
{
private static final short POOL_SIZE;
descriptor: S
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 10
private static final com.sun.org.apache.xerces.internal.impl.xs.util.XInt[] fXIntPool;
descriptor: [Lcom/sun/org/apache/xerces/internal/impl/xs/util/XInt;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=1, args_size=0
0: bipush 10
anewarray com.sun.org.apache.xerces.internal.impl.xs.util.XInt
putstatic com.sun.org.apache.xerces.internal.impl.xs.util.XIntPool.fXIntPool:[Lcom/sun/org/apache/xerces/internal/impl/xs/util/XInt;
1: iconst_0
istore 0
start local 0 2: goto 5
3: StackMap locals: int
StackMap stack:
getstatic com.sun.org.apache.xerces.internal.impl.xs.util.XIntPool.fXIntPool:[Lcom/sun/org/apache/xerces/internal/impl/xs/util/XInt;
iload 0
new com.sun.org.apache.xerces.internal.impl.xs.util.XInt
dup
iload 0
invokespecial com.sun.org.apache.xerces.internal.impl.xs.util.XInt.<init>:(I)V
aastore
4: iinc 0 1
StackMap locals:
StackMap stack:
5: iload 0
bipush 10
if_icmplt 3
end local 0 6: return
LocalVariableTable:
Start End Slot Name Signature
2 6 0 i I
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/util/XIntPool;
public final com.sun.org.apache.xerces.internal.impl.xs.util.XInt getXInt(int);
descriptor: (I)Lcom/sun/org/apache/xerces/internal/impl/xs/util/XInt;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: iload 1
iflt 2
iload 1
getstatic com.sun.org.apache.xerces.internal.impl.xs.util.XIntPool.fXIntPool:[Lcom/sun/org/apache/xerces/internal/impl/xs/util/XInt;
arraylength
if_icmpge 2
1: getstatic com.sun.org.apache.xerces.internal.impl.xs.util.XIntPool.fXIntPool:[Lcom/sun/org/apache/xerces/internal/impl/xs/util/XInt;
iload 1
aaload
areturn
2: StackMap locals:
StackMap stack:
new com.sun.org.apache.xerces.internal.impl.xs.util.XInt
dup
iload 1
invokespecial com.sun.org.apache.xerces.internal.impl.xs.util.XInt.<init>:(I)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/util/XIntPool;
0 3 1 value I
MethodParameters:
Name Flags
value
}
SourceFile: "XIntPool.java"