Searched defs:ProxyGenerator (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/misc/
H A DProxyGenerator.java44 * ProxyGenerator contains the code to generate a dynamic proxy class
47 * The external interfaces to ProxyGenerator is the static
53 public class ProxyGenerator { class
314 "sun.misc.ProxyGenerator.saveGeneratedFiles")).booleanValue();
322 ProxyGenerator gen = new ProxyGenerator(name, interfaces);
387 * Construct a ProxyGenerator to generate a proxy class with the
390 * A ProxyGenerator object contains the state for the ongoing
393 private ProxyGenerator(String className, Class[] interfaces) { method in class:ProxyGenerator
1675 * specifically for use by ProxyGenerator; i
[all...]

Completed in 57 milliseconds