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 0: aload 0
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: return
end local 0 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 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fShadowSymbolTable:Z
2: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fShadowGrammarPool:Z
3: aload 0
new com.sun.org.apache.xerces.internal.util.SynchronizedSymbolTable
dup
aload 1
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: aload 0
new com.sun.org.apache.xerces.internal.parsers.CachingParserPool$SynchronizedGrammarPool
dup
aload 2
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: return
end local 2 end local 1 end local 0 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 0: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fSynchronizedSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
areturn
end local 0 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 0: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fSynchronizedGrammarPool:Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;
areturn
end local 0 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 start local 1 0: aload 0
iload 1
putfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fShadowSymbolTable:Z
1: return
end local 1 end local 0 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 0: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fShadowSymbolTable:Z
ifeq 2
1: new com.sun.org.apache.xerces.internal.util.ShadowedSymbolTable
dup
aload 0
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: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fSynchronizedSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
3: StackMap locals:
StackMap stack: com.sun.org.apache.xerces.internal.util.SymbolTable
astore 1
start local 1 4: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fShadowGrammarPool:Z
ifeq 6
5: new com.sun.org.apache.xerces.internal.parsers.CachingParserPool$ShadowedGrammarPool
dup
aload 0
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: StackMap locals: com.sun.org.apache.xerces.internal.util.SymbolTable
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fSynchronizedGrammarPool:Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;
7: StackMap locals:
StackMap stack: com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool
astore 2
start local 2 8: new com.sun.org.apache.xerces.internal.parsers.DOMParser
dup
aload 1
aload 2
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 end local 1 end local 0 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 0: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fShadowSymbolTable:Z
ifeq 2
1: new com.sun.org.apache.xerces.internal.util.ShadowedSymbolTable
dup
aload 0
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: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fSynchronizedSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
3: StackMap locals:
StackMap stack: com.sun.org.apache.xerces.internal.util.SymbolTable
astore 1
start local 1 4: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fShadowGrammarPool:Z
ifeq 6
5: new com.sun.org.apache.xerces.internal.parsers.CachingParserPool$ShadowedGrammarPool
dup
aload 0
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: StackMap locals: com.sun.org.apache.xerces.internal.util.SymbolTable
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.CachingParserPool.fSynchronizedGrammarPool:Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;
7: StackMap locals:
StackMap stack: com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool
astore 2
start local 2 8: new com.sun.org.apache.xerces.internal.parsers.SAXParser
dup
aload 1
aload 2
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 end local 1 end local 0 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