public class com.sun.org.apache.xml.internal.utils.Trie
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.utils.Trie
  super_class: java.lang.Object
{
  public static final int ALPHA_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 128

  com.sun.org.apache.xml.internal.utils.Trie$Node m_Root;
    descriptor: Lcom/sun/org/apache/xml/internal/utils/Trie$Node;
    flags: (0x0000) 

  private char[] m_charBuffer;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.utils.Trie this
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            iconst_0
            newarray 5
            putfield com.sun.org.apache.xml.internal.utils.Trie.m_charBuffer:[C
         2: .line 48
            aload 0 /* this */
            new com.sun.org.apache.xml.internal.utils.Trie$Node
            dup
            aload 0 /* this */
            invokespecial com.sun.org.apache.xml.internal.utils.Trie$Node.<init>:(Lcom/sun/org/apache/xml/internal/utils/Trie;)V
            putfield com.sun.org.apache.xml.internal.utils.Trie.m_Root:Lcom/sun/org/apache/xml/internal/utils/Trie$Node;
         3: .line 49
            return
        end local 0 // com.sun.org.apache.xml.internal.utils.Trie this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xml/internal/utils/Trie;

  public java.lang.Object put(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.utils.Trie this
        start local 1 // java.lang.String key
        start local 2 // java.lang.Object value
         0: .line 62
            aload 1 /* key */
            invokevirtual java.lang.String.length:()I
            istore 3 /* len */
        start local 3 // int len
         1: .line 63
            iload 3 /* len */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.Trie.m_charBuffer:[C
            arraylength
            if_icmple 3
         2: .line 66
            aload 0 /* this */
            iload 3 /* len */
            newarray 5
            putfield com.sun.org.apache.xml.internal.utils.Trie.m_charBuffer:[C
         3: .line 69
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.Trie.m_Root:Lcom/sun/org/apache/xml/internal/utils/Trie$Node;
            astore 4 /* node */
        start local 4 // com.sun.org.apache.xml.internal.utils.Trie$Node node
         4: .line 71
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         5: goto 18
         6: .line 73
      StackMap locals: com.sun.org.apache.xml.internal.utils.Trie$Node int
      StackMap stack:
            aload 4 /* node */
            getfield com.sun.org.apache.xml.internal.utils.Trie$Node.m_nextChar:[Lcom/sun/org/apache/xml/internal/utils/Trie$Node;
            aload 1 /* key */
            iload 5 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokestatic java.lang.Character.toUpperCase:(C)C
            aaload
            astore 6 /* nextNode */
        start local 6 // com.sun.org.apache.xml.internal.utils.Trie$Node nextNode
         7: .line 75
            aload 6 /* nextNode */
            ifnull 15
         8: .line 77
            aload 6 /* nextNode */
            astore 4 /* node */
         9: .line 78
            goto 17
        10: .line 83
      StackMap locals: com.sun.org.apache.xml.internal.utils.Trie$Node
      StackMap stack:
            new com.sun.org.apache.xml.internal.utils.Trie$Node
            dup
            aload 0 /* this */
            invokespecial com.sun.org.apache.xml.internal.utils.Trie$Node.<init>:(Lcom/sun/org/apache/xml/internal/utils/Trie;)V
            astore 7 /* newNode */
        start local 7 // com.sun.org.apache.xml.internal.utils.Trie$Node newNode
        11: .line 85
            aload 4 /* node */
            getfield com.sun.org.apache.xml.internal.utils.Trie$Node.m_nextChar:[Lcom/sun/org/apache/xml/internal/utils/Trie$Node;
            aload 1 /* key */
            iload 5 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokestatic java.lang.Character.toUpperCase:(C)C
            aload 7 /* newNode */
            aastore
        12: .line 86
            aload 4 /* node */
            getfield com.sun.org.apache.xml.internal.utils.Trie$Node.m_nextChar:[Lcom/sun/org/apache/xml/internal/utils/Trie$Node;
            aload 1 /* key */
            iload 5 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokestatic java.lang.Character.toLowerCase:(C)C
            aload 7 /* newNode */
            aastore
        13: .line 87
            aload 7 /* newNode */
            astore 4 /* node */
        end local 7 // com.sun.org.apache.xml.internal.utils.Trie$Node newNode
        14: .line 81
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 5 /* i */
            iload 3 /* len */
            if_icmplt 10
        16: .line 89
            goto 19
        end local 6 // com.sun.org.apache.xml.internal.utils.Trie$Node nextNode
        17: .line 71
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 5 /* i */
            iload 3 /* len */
            if_icmplt 6
        end local 5 // int i
        19: .line 93
      StackMap locals:
      StackMap stack:
            aload 4 /* node */
            getfield com.sun.org.apache.xml.internal.utils.Trie$Node.m_Value:Ljava/lang/Object;
            astore 5 /* ret */
        start local 5 // java.lang.Object ret
        20: .line 95
            aload 4 /* node */
            aload 2 /* value */
            putfield com.sun.org.apache.xml.internal.utils.Trie$Node.m_Value:Ljava/lang/Object;
        21: .line 97
            aload 5 /* ret */
            areturn
        end local 5 // java.lang.Object ret
        end local 4 // com.sun.org.apache.xml.internal.utils.Trie$Node node
        end local 3 // int len
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String key
        end local 0 // com.sun.org.apache.xml.internal.utils.Trie this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   22     0      this  Lcom/sun/org/apache/xml/internal/utils/Trie;
            0   22     1       key  Ljava/lang/String;
            0   22     2     value  Ljava/lang/Object;
            1   22     3       len  I
            4   22     4      node  Lcom/sun/org/apache/xml/internal/utils/Trie$Node;
            5   19     5         i  I
            7   17     6  nextNode  Lcom/sun/org/apache/xml/internal/utils/Trie$Node;
           11   14     7   newNode  Lcom/sun/org/apache/xml/internal/utils/Trie$Node;
           20   22     5       ret  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      key    
      value  

  public java.lang.Object get(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.utils.Trie this
        start local 1 // java.lang.String key
         0: .line 110
            aload 1 /* key */
            invokevirtual java.lang.String.length:()I
            istore 2 /* len */
        start local 2 // int len
         1: .line 115
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.Trie.m_charBuffer:[C
            arraylength
            iload 2 /* len */
            if_icmpge 3
         2: .line 116
            aconst_null
            areturn
         3: .line 118
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.Trie.m_Root:Lcom/sun/org/apache/xml/internal/utils/Trie$Node;
            astore 3 /* node */
        start local 3 // com.sun.org.apache.xml.internal.utils.Trie$Node node
         4: .line 119
            iload 2 /* len */
            tableswitch { // 0 - 1
                    0: 5
                    1: 6
              default: 12
          }
         5: .line 126
      StackMap locals: com.sun.org.apache.xml.internal.utils.Trie$Node
      StackMap stack:
            aconst_null
            areturn
         6: .line 131
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 4 /* ch */
        start local 4 // char ch
         7: .line 132
            iload 4 /* ch */
            sipush 128
            if_icmpge 11
         8: .line 134
            aload 3 /* node */
            getfield com.sun.org.apache.xml.internal.utils.Trie$Node.m_nextChar:[Lcom/sun/org/apache/xml/internal/utils/Trie$Node;
            iload 4 /* ch */
            aaload
            astore 3 /* node */
         9: .line 135
            aload 3 /* node */
            ifnull 11
        10: .line 136
            aload 3 /* node */
            getfield com.sun.org.apache.xml.internal.utils.Trie$Node.m_Value:Ljava/lang/Object;
            areturn
        11: .line 138
      StackMap locals: int
      StackMap stack:
            aconst_null
            areturn
        end local 4 // char ch
        12: .line 163
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            iconst_0
            iload 2 /* len */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.Trie.m_charBuffer:[C
            iconst_0
            invokevirtual java.lang.String.getChars:(II[CI)V
        13: .line 165
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        14: goto 22
        15: .line 167
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.Trie.m_charBuffer:[C
            iload 4 /* i */
            caload
            istore 5 /* ch */
        start local 5 // char ch
        16: .line 168
            sipush 128
            iload 5 /* ch */
            if_icmpgt 18
        17: .line 171
            aconst_null
            areturn
        18: .line 174
      StackMap locals: int
      StackMap stack:
            aload 3 /* node */
            getfield com.sun.org.apache.xml.internal.utils.Trie$Node.m_nextChar:[Lcom/sun/org/apache/xml/internal/utils/Trie$Node;
            iload 5 /* ch */
            aaload
            astore 3 /* node */
        19: .line 175
            aload 3 /* node */
            ifnonnull 21
        20: .line 176
            aconst_null
            areturn
        end local 5 // char ch
        21: .line 165
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 4 /* i */
            iload 2 /* len */
            if_icmplt 15
        end local 4 // int i
        23: .line 179
            aload 3 /* node */
            getfield com.sun.org.apache.xml.internal.utils.Trie$Node.m_Value:Ljava/lang/Object;
            areturn
        end local 3 // com.sun.org.apache.xml.internal.utils.Trie$Node node
        end local 2 // int len
        end local 1 // java.lang.String key
        end local 0 // com.sun.org.apache.xml.internal.utils.Trie this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   24     0  this  Lcom/sun/org/apache/xml/internal/utils/Trie;
            0   24     1   key  Ljava/lang/String;
            1   24     2   len  I
            4   24     3  node  Lcom/sun/org/apache/xml/internal/utils/Trie$Node;
            7   12     4    ch  C
           14   23     4     i  I
           16   21     5    ch  C
    MethodParameters:
      Name  Flags
      key   final
}
SourceFile: "Trie.java"
NestMembers:
  com.sun.org.apache.xml.internal.utils.Trie$Node
InnerClasses:
  Node = com.sun.org.apache.xml.internal.utils.Trie$Node of com.sun.org.apache.xml.internal.utils.Trie