public class com.sun.org.apache.xml.internal.dtm.ref.CustomStringPool extends com.sun.org.apache.xml.internal.dtm.ref.DTMStringPool
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.dtm.ref.CustomStringPool
  super_class: com.sun.org.apache.xml.internal.dtm.ref.DTMStringPool
{
  final java.util.Map<java.lang.String, java.lang.Integer> m_stringToInt;
    descriptor: Ljava/util/Map;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Integer;>;

  public static final int NULL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.dtm.ref.CustomStringPool this
         0: .line 55
            aload 0 /* this */
            invokespecial com.sun.org.apache.xml.internal.dtm.ref.DTMStringPool.<init>:()V
         1: .line 51
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.sun.org.apache.xml.internal.dtm.ref.CustomStringPool.m_stringToInt:Ljava/util/Map;
         2: .line 56
            return
        end local 0 // com.sun.org.apache.xml.internal.dtm.ref.CustomStringPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xml/internal/dtm/ref/CustomStringPool;

  public void removeAllElements();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.dtm.ref.CustomStringPool this
         0: .line 59
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.dtm.ref.CustomStringPool.m_intToString:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 60
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.dtm.ref.CustomStringPool.m_stringToInt:Ljava/util/Map;
            ifnull 3
         2: .line 61
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.dtm.ref.CustomStringPool.m_stringToInt:Ljava/util/Map;
            invokeinterface java.util.Map.clear:()V
         3: .line 63
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.org.apache.xml.internal.dtm.ref.CustomStringPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xml/internal/dtm/ref/CustomStringPool;

  public java.lang.String indexToString(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.dtm.ref.CustomStringPool this
        start local 1 // int i
         0: .line 73
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.dtm.ref.CustomStringPool.m_intToString:Ljava/util/List;
            iload 1 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 1 // int i
        end local 0 // com.sun.org.apache.xml.internal.dtm.ref.CustomStringPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/dtm/ref/CustomStringPool;
            0    1     1     i  I
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    MethodParameters:
      Name  Flags
      i     

  public int stringToIndex(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.dtm.ref.CustomStringPool this
        start local 1 // java.lang.String s
         0: .line 81
            aload 1 /* s */
            ifnonnull 2
         1: .line 82
            iconst_m1
            ireturn
         2: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.dtm.ref.CustomStringPool.m_stringToInt:Ljava/util/Map;
            aload 1 /* s */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            astore 2 /* iobj */
        start local 2 // java.lang.Integer iobj
         3: .line 85
            aload 2 /* iobj */
            ifnonnull 7
         4: .line 86
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.dtm.ref.CustomStringPool.m_intToString:Ljava/util/List;
            aload 1 /* s */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 87
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.dtm.ref.CustomStringPool.m_intToString:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            astore 2 /* iobj */
         6: .line 88
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.dtm.ref.CustomStringPool.m_stringToInt:Ljava/util/Map;
            aload 1 /* s */
            aload 2 /* iobj */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 90
      StackMap locals: java.lang.Integer
      StackMap stack:
            aload 2 /* iobj */
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
        end local 2 // java.lang.Integer iobj
        end local 1 // java.lang.String s
        end local 0 // com.sun.org.apache.xml.internal.dtm.ref.CustomStringPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/org/apache/xml/internal/dtm/ref/CustomStringPool;
            0    8     1     s  Ljava/lang/String;
            3    8     2  iobj  Ljava/lang/Integer;
    MethodParameters:
      Name  Flags
      s     
}
SourceFile: "CustomStringPool.java"