It depends what you mean by referenced. If you mean used, then that is what
you need to do.
If you want to know what is merely defined (the type name actually shows up
in the java file), then you can probably just scan the constant pool table.
----- Original Message -----
From: "Andrea" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, July 11, 2006 4:42 PM
Subject: Get all the types referenced by a given class
There's an easier way to do it than writing a class which checks all
methods
return type and arguments type, field and local variables?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]