This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: What classes have depth==0? (More info)
- To: java at gcc dot gnu dot org
- Subject: RE: What classes have depth==0? (More info)
- From: Martin Kahlert <martin dot kahlert at infineon dot com>
- Date: Thu, 12 Jul 2001 15:49:33 +0200
- Reply-To: martin dot kahlert at infineon dot com
Hi!
I digged a bit deeper. The call comes from something like this:
if( x instanceof MyClass ) ....
where MyClass is an abstract class derived from another class.
Perhaps, that could help?
Thanks,
Martin.
--
The early bird catches the worm. If you want something else for
breakfast, get up later.