Uses of Class
php.java.bridge.ConstructorCache.Entry

Packages that use ConstructorCache.Entry
php.java.bridge Internal VM Bridge core classes and interfaces. 
 

Uses of ConstructorCache.Entry in php.java.bridge
 

Fields in php.java.bridge declared as ConstructorCache.Entry
(package private) static ConstructorCache.Entry ConstructorCache.noCache
           
 

Methods in php.java.bridge that return ConstructorCache.Entry
 ConstructorCache.Entry ConstructorCache.getEntry(java.lang.String name, java.lang.Object[] args)
          Get a cache entry from a name args pair
 

Methods in php.java.bridge with parameters of type ConstructorCache.Entry
 java.lang.reflect.Constructor ConstructorCache.get(ConstructorCache.Entry entry)
          Get the constructor for the entry
 void ConstructorCache.put(ConstructorCache.Entry entry, java.lang.reflect.Constructor method)
          Store a constructor with an entry