public class com.sun.org.apache.xerces.internal.parsers.CachingParserPool
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.parsers.CachingParserPool
  super_class: java.lang.Object
{
  public static final boolean DEFAULT_SHADOW_SYMBOL_TABLE;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final boolean DEFAULT_SHADOW_GRAMMAR_POOL;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  protected com.sun.org.apache.xerces.internal.util.SymbolTable fSynchronizedSymbolTable;
    descriptor: Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool fSynchronizedGrammarPool;
    descriptor: Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;
    flags: (0x0004) ACC_PROTECTED

  protected boolean fShadowSymbolTable;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected boolean fShadowGrammarPool;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.CachingParserPool this
         0: .line 117
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.util.SymbolTable
            dup
            invokespecial com.sun.org.apache.xerces.internal.util.SymbolTable.<init>:()V
            new com.sun.org.apache.xerces.internal.util.XMLGrammarPoolImpl
            dup
            invokespecial com.sun.org.apache.xerces.internal.util.XMLGrammarPoolImpl.<init>:()V
            invokespecial com.sun.org.apache.xerces.internal.parsers.CachingParserPool.<init>:(Lcom/sun/org/apache/xerces/internal/util/SymbolTable;Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;)V
         1: .line 118
            return
        end local 0 // com.sun.org.apache.xerces.internal.parsers.CachingParserPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/parsers/CachingParserPool;

  public void <init>(com.sun.org.apache.xerces.internal.util.SymbolTable, com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool);
    descriptor: (Lcom/sun/org/apache/xerces/internal/util/SymbolTable;Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.parsers.CachingParserPool this
        start local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
        start local 2 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool grammarPool
         0: .line 127
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 100
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fShadowSymbolTable:Z
         2: .line 109
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fShadowGrammarPool:Z
         3: .line 128
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.util.SynchronizedSymbolTable
            dup
            aload 1 /* symbolTable */
            invokespecial com.sun.org.apache.xerces.internal.util.SynchronizedSymbolTable.<init>:(Lcom/sun/org/apache/xerces/internal/util/SymbolTable;)V
            putfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fSynchronizedSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
         4: .line 129
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.parsers.CachingParserPool$SynchronizedGrammarPool
            dup
            aload 2 /* grammarPool */
            invokespecial com.sun.org.apache.xerces.internal.parsers.CachingParserPool$SynchronizedGrammarPool.<init>:(Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;)V
            putfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fSynchronizedGrammarPool:Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;
         5: .line 130
            return
        end local 2 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool grammarPool
        end local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
        end local 0 // com.sun.org.apache.xerces.internal.parsers.CachingParserPool this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lcom/sun/org/apache/xerces/internal/parsers/CachingParserPool;
            0    6     1  symbolTable  Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
            0    6     2  grammarPool  Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;
    MethodParameters:
             Name  Flags
      symbolTable  
      grammarPool  

  public com.sun.org.apache.xerces.internal.util.SymbolTable getSymbolTable();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.CachingParserPool this
         0: .line 138
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fSynchronizedSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.parsers.CachingParserPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/parsers/CachingParserPool;

  public com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool getXMLGrammarPool();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.CachingParserPool this
         0: .line 143
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fSynchronizedGrammarPool:Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.parsers.CachingParserPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/parsers/CachingParserPool;

  public void setShadowSymbolTable(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.CachingParserPool this
        start local 1 // boolean shadow
         0: .line 161
            aload 0 /* this */
            iload 1 /* shadow */
            putfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fShadowSymbolTable:Z
         1: .line 162
            return
        end local 1 // boolean shadow
        end local 0 // com.sun.org.apache.xerces.internal.parsers.CachingParserPool this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/org/apache/xerces/internal/parsers/CachingParserPool;
            0    2     1  shadow  Z
    MethodParameters:
        Name  Flags
      shadow  

  public com.sun.org.apache.xerces.internal.parsers.DOMParser createDOMParser();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.CachingParserPool this
         0: .line 168
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fShadowSymbolTable:Z
            ifeq 2
         1: .line 169
            new com.sun.org.apache.xerces.internal.util.ShadowedSymbolTable
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fSynchronizedSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
            invokespecial com.sun.org.apache.xerces.internal.util.ShadowedSymbolTable.<init>:(Lcom/sun/org/apache/xerces/internal/util/SymbolTable;)V
            goto 3
         2: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fSynchronizedSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
         3: .line 168
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.util.SymbolTable
            astore 1 /* symbolTable */
        start local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
         4: .line 171
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fShadowGrammarPool:Z
            ifeq 6
         5: .line 172
            new com.sun.org.apache.xerces.internal.parsers.CachingParserPool$ShadowedGrammarPool
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fSynchronizedGrammarPool:Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;
            invokespecial com.sun.org.apache.xerces.internal.parsers.CachingParserPool$ShadowedGrammarPool.<init>:(Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;)V
            goto 7
         6: .line 173
      StackMap locals: com.sun.org.apache.xerces.internal.util.SymbolTable
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fSynchronizedGrammarPool:Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;
         7: .line 171
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool
            astore 2 /* grammarPool */
        start local 2 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool grammarPool
         8: .line 174
            new com.sun.org.apache.xerces.internal.parsers.DOMParser
            dup
            aload 1 /* symbolTable */
            aload 2 /* grammarPool */
            invokespecial com.sun.org.apache.xerces.internal.parsers.DOMParser.<init>:(Lcom/sun/org/apache/xerces/internal/util/SymbolTable;Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;)V
            areturn
        end local 2 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool grammarPool
        end local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
        end local 0 // com.sun.org.apache.xerces.internal.parsers.CachingParserPool this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lcom/sun/org/apache/xerces/internal/parsers/CachingParserPool;
            4    9     1  symbolTable  Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
            8    9     2  grammarPool  Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;

  public com.sun.org.apache.xerces.internal.parsers.SAXParser createSAXParser();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/parsers/SAXParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.CachingParserPool this
         0: .line 179
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fShadowSymbolTable:Z
            ifeq 2
         1: .line 180
            new com.sun.org.apache.xerces.internal.util.ShadowedSymbolTable
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fSynchronizedSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
            invokespecial com.sun.org.apache.xerces.internal.util.ShadowedSymbolTable.<init>:(Lcom/sun/org/apache/xerces/internal/util/SymbolTable;)V
            goto 3
         2: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fSynchronizedSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
         3: .line 179
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.util.SymbolTable
            astore 1 /* symbolTable */
        start local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
         4: .line 182
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fShadowGrammarPool:Z
            ifeq 6
         5: .line 183
            new com.sun.org.apache.xerces.internal.parsers.CachingParserPool$ShadowedGrammarPool
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fSynchronizedGrammarPool:Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;
            invokespecial com.sun.org.apache.xerces.internal.parsers.CachingParserPool$ShadowedGrammarPool.<init>:(Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;)V
            goto 7
         6: .line 184
      StackMap locals: com.sun.org.apache.xerces.internal.util.SymbolTable
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fSynchronizedGrammarPool:Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;
         7: .line 182
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool
            astore 2 /* grammarPool */
        start local 2 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool grammarPool
         8: .line 185
            new com.sun.org.apache.xerces.internal.parsers.SAXParser
            dup
            aload 1 /* symbolTable */
            aload 2 /* grammarPool */
            invokespecial com.sun.org.apache.xerces.internal.parsers.SAXParser.<init>:(Lcom/sun/org/apache/xerces/internal/util/SymbolTable;Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;)V
            areturn
        end local 2 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool grammarPool
        end local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
        end local 0 // com.sun.org.apache.xerces.internal.parsers.CachingParserPool this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lcom/sun/org/apache/xerces/internal/parsers/CachingParserPool;
            4    9     1  symbolTable  Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
            8    9     2  grammarPool  Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;
}
SourceFile: "CachingParserPool.java"
NestMembers:
  com.sun.org.apache.xerces.internal.parsers.CachingParserPool$ShadowedGrammarPool  com.sun.org.apache.xerces.internal.parsers.CachingParserPool$SynchronizedGrammarPool
InnerClasses:
  public final ShadowedGrammarPool = com.sun.org.apache.xerces.internal.parsers.CachingParserPool$ShadowedGrammarPool of com.sun.org.apache.xerces.internal.parsers.CachingParserPool
  public final SynchronizedGrammarPool = com.sun.org.apache.xerces.internal.parsers.CachingParserPool$SynchronizedGrammarPool of com.sun.org.apache.xerces.internal.parsers.CachingParserPool