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: .line 31
            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: .line 34
            iconst_0
            istore 0 /* i */
        start local 0 // int i
         2: goto 5
         3: .line 35
      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 /* i */
            new com.sun.org.apache.xerces.internal.impl.xs.util.XInt
            dup
            iload 0 /* i */
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.util.XInt.<init>:(I)V
            aastore
         4: .line 34
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 0 /* i */
            bipush 10
            if_icmplt 3
        end local 0 // int i
         6: .line 36
            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 // com.sun.org.apache.xerces.internal.impl.xs.util.XIntPool this
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.util.XIntPool this
      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 // com.sun.org.apache.xerces.internal.impl.xs.util.XIntPool this
        start local 1 // int value
         0: .line 39
            iload 1 /* value */
            iflt 2
            iload 1 /* value */
            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: .line 40
            getstatic com.sun.org.apache.xerces.internal.impl.xs.util.XIntPool.fXIntPool:[Lcom/sun/org/apache/xerces/internal/impl/xs/util/XInt;
            iload 1 /* value */
            aaload
            areturn
         2: .line 42
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.util.XInt
            dup
            iload 1 /* value */
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.util.XInt.<init>:(I)V
            areturn
        end local 1 // int value
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.util.XIntPool this
      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"