Searched refs:TestClass (Results 1 – 2 of 2) sorted by relevance
82 TestClass t = new TestClass(); in main()84 Field intField = TestClass.class.getDeclaredField("intVar"); in main()90 Field longField = TestClass.class.getDeclaredField("longVar"); in main()99 private static class TestClass { class in Main
26 TestClass f = null; in main()41 class TestClass { class