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

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

Uses of MethodCache.Entry in php.java.bridge
 

Methods in php.java.bridge that return MethodCache.Entry
 MethodCache.Entry MethodCache.getEntry(java.lang.String name, java.lang.Object obj, java.lang.Object[] args)
          Get a cache entry from a name, class and arguments.
 

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