Lines Matching full:base
45 System.out.println("base: " + DoubledImplement.class);
94 * See if we can load a class whose base class is not accessible to it
95 * (though the base *is* accessible to us).
135 * Test a doubled class that extends the base class.
165 /* use the base class reference to get a CL-specific instance */
166 Base baseRef = (Base) obj;
173 result = Base.doStuff(de);
183 * Test a doubled class that extends the base class, but is okay since
184 * it doesn't override the base class method.
213 /* use the base class reference to get a CL-specific instance */
306 /* use the base class reference to get a CL-specific instance */