JSON
Version 1.0

Uses of Class
org.codehaus.jackson.util.SymbolTable

Packages that use SymbolTable
org.codehaus.jackson.impl   
org.codehaus.jackson.util   
 

Uses of SymbolTable in org.codehaus.jackson.impl
 

Fields in org.codehaus.jackson.impl declared as SymbolTable
protected  SymbolTable ReaderBasedParser.mSymbols
           
 

Constructors in org.codehaus.jackson.impl with parameters of type SymbolTable
ReaderBasedParser(IOContext ioCtxt, Reader r, SymbolTable st)
           
 

Uses of SymbolTable in org.codehaus.jackson.util
 

Fields in org.codehaus.jackson.util declared as SymbolTable
protected  SymbolTable SymbolTable.mParent
          Sharing of learnt symbols is done by optional linking of symbol table instances with their parents.
 

Methods in org.codehaus.jackson.util that return SymbolTable
static SymbolTable SymbolTable.createRoot()
           
 SymbolTable SymbolTable.makeChild()
          "Factory" method; will create a new child instance of this symbol table.
 


JSON
Version 1.0

Apache License, Version 2.0