Searched refs:TestClientCodeWrapper (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/tools/javac/api/
H A DTestClientCodeWrapper.java29 * @build JavacTestingAbstractProcessor TestClientCodeWrapper
30 * @run main TestClientCodeWrapper
45 public class TestClientCodeWrapper extends JavacTestingAbstractProcessor { class in inherits:JavacTestingAbstractProcessor
47 new TestClientCodeWrapper().run();
132 "-processor", TestClientCodeWrapper.class.getName()
194 File thisSrc = new File(testSrc, TestClientCodeWrapper.class.getName() + ".java");
252 if (e.getSimpleName().contentEquals(TestClientCodeWrapper.class.getSimpleName()))
258 TestClientCodeWrapper.class.getName() + ".java");

Completed in 58 milliseconds