Uses of Class
com.caucho.util.IntMap

Packages that use IntMap
com.caucho.jsp.java   
com.caucho.quercus   
com.caucho.quercus.env   
 

Uses of IntMap in com.caucho.jsp.java
 

Fields in com.caucho.jsp.java declared as IntMap
protected  IntMap JavaJspGenerator._strings
           
 

Uses of IntMap in com.caucho.quercus
 

Fields in com.caucho.quercus declared as IntMap
protected  IntMap QuercusContext._functionNameMap
           
 

Uses of IntMap in com.caucho.quercus.env
 

Methods in com.caucho.quercus.env that return IntMap
 IntMap SaveState.getGlobalNameMap()
          Returns the global name map
 IntMap SaveState.getStaticNameMap()
          Returns the global name map
 

Constructors in com.caucho.quercus.env with parameters of type IntMap
LazyStaticMap(IntMap intMap, Value[] values)
           
LazySymbolMap(IntMap intMap, Value[] values)