Lines Matching refs:TestClass
3 Hello from TestClass sayHi function
4 Goodbye from TestClass!
6 -- Redefine the TestClass
7 -- call TestClass again, now with NewClass refs
8 Hello again from TestClass sayHi function
14 public static void foobar.TestClass.sayHi()(line: 5)
17 Hello from TestClass sayHi function
18 Goodbye from TestClass!
19 -- Redefine the TestClass
20 -- call TestClass again, now with NewClass refs
21 Hello again from TestClass sayHi function
23 --- java.lang.NoClassDefFoundError At foobar.TestClass.sayHi(TestClass.java:5)